[Webkit-unassigned] [Bug 115884] Frame flattening prevents <HTML> in <OBJECT> from having scrollbars

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 16 00:21:33 PDT 2013


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





--- Comment #24 from Jaehun Lim <ljaehun.lim at samsung.com>  2013-05-16 00:20:00 PST ---
(From update of attachment 201915)
View in context: https://bugs.webkit.org/attachment.cgi?id=201915&action=review

>> LayoutTests/fast/frames/flattening/scrolling-in-object.html:11
>> +                if (window.eventSender) {
> 
> check for window.testRunner too

Fixed.

>> LayoutTests/fast/frames/flattening/scrolling-in-object.html:22
>> +    <body style="margin:0" onload="setTimeout('runTest()', 100);">
> 
> any reason why it needs to by async? we should not slow down layouttest unless there's a reason to do so.  if you are relying on a layout to be finished, force sync layout instead.

I tried "sync". At that time, no problems in efl port but failed in mac and mac-wk2.
Please, see my previous patches those were failed. Scrolling in <object> was not working at all in mac ports.
After using "setTimeout('runTest()', 100)", tests are passed. I don't know why. I'm not familiar with mac. :(

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