[Webkit-unassigned] [Bug 21747] Changing the document.body to overflow hidden and back to

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 26 19:05:24 PDT 2009


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


paul.n at cabbagetree.co.nz changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.n at cabbagetree.co.nz




------- Comment #3 from paul.n at cabbagetree.co.nz  2009-04-26 19:05 PDT -------
I also see this both in an older version of Safari running on OSX and on Safari
4 beta on Windows Vista.  It also happens in Google Chrome. 

The page does become scrollable again - the scrollbars just don't reappear.  If
you scroll manually with scroll wheel / two-finger scrolling / cursor keys etc,
the scrollbars reappear.

As a workaround for this issue, I've had to make the page auto-scroll 1px down
and 1px back up (in case it's scrolled hard to the top or hard to the bottom):
window.scrollBy(0,1);
window.scrollBy(0,-1);

It does result in a minor visible scroll, but since it's 1px at most, and it
happens in conjunction with the scrollbar reappearing, it's not a huge deal. 
Would be nice to see this issue fixed in Webkit, though.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list