[Webkit-unassigned] [Bug 60751] document.body.scrollHeight not updated correctly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 13 10:38:06 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=60751
--- Comment #1 from Jonas <jonas at rodoni.se> 2011-05-13 10:38:06 PST ---
Just figured that
document.body.scrollHeight will always return one of two values:
if the document content is longer then the height of the window, then the height of the content is returned
if the document is shorter then the height of the window, then the height of the window is returned.
Maybe this is the desired behaviour? (in that case the bug is invalid..)
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list