[Webkit-unassigned] [Bug 55737] RenderBox::canBeProgramaticallyScrolled() incorrectly returns 'true' for (i)frames with attribute 'scrolling=no'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 23:25:13 PST 2011


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





--- Comment #3 from James Robinson <jamesr at chromium.org>  2011-03-03 23:25:13 PST ---
Doing some quick testing it seems that iframes with scrolling=no are programmatically scrollable in Firefox nightlies + the latest Opera stable.  My testcase:

<!DOCTYPE html>
<iframe src="data:text/html;charset=utf-8,<!DOCTYPE html><script>setTimeout('window.scroll(0,10)',500)</script><div style='height:500px'>lala</div>" scrolling=no></iframe>

Are you sure we want to change this?

-- 
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