[Webkit-unassigned] [Bug 60751] document.body.scrollHeight not updated correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 17:06:01 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=60751

Ahmad Saleem <zlip.792 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zlip.792 at gmail.com

--- Comment #2 from Ahmad Saleem <zlip.792 at gmail.com> ---
I took a test case from Chrome bug, which is special case to show this bug on <body> tag (and they have named it - Incorrect scrollWidth and scrollHeight on the <body> element ---> different from this bug):

Link - https://jsbin.com/jijicizuki/1/edit?html,css,js,console

In above test cases, following are output in all browsers:

*** Safari 15.6 on macOS 12.5 ***

180

*** Firefox Nightly 105 ***

0

*** Chrome Canary 106 ***

0

___________


It is recently fixed in Blink around 2020 and after LayoutNG in following Commit:

https://chromium.googlesource.com/chromium/src/+/493129de0e666cb0b6fd6bf966a0993aa3d64be5

^ Although the commit claims that Safari never shipped this behavior, so I am not sure what is the root cause for this bug compared to Blink.

__________

Appreciate if someone can have a look and mark this accordingly. Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220811/689e269d/attachment.htm>


More information about the webkit-unassigned mailing list