[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
Fri Mar 4 10:08:11 PST 2011


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





--- Comment #4 from Daniel Sievers <sievers at google.com>  2011-03-04 10:08:11 PST ---
I see, in that case it's probably ok to allow layers in bug 55257 for that case also. Thanks!

(In reply to comment #3)
> 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