[Webkit-unassigned] [Bug 104139] [EFL] [WK2] fast/dom/vertical-scrollbar-in-rtl.html makes fast/regions tests flaky

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 06:40:54 PST 2012


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





--- Comment #12 from Yael <yael at webkit.org>  2012-12-06 06:43:21 PST ---
(In reply to comment #11)
> (From update of attachment 178003 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=178003&action=review
> 
> > Tools/WebKitTestRunner/TestController.cpp:573
> >  
> > +#if PLATFORM(EFL)
> > +    // Resize the window to original size. This is needed after calls to window.resizeTo.
> > +    WKRect rect = m_mainWebView->windowFrame();
> > +    m_mainWebView->setWindowFrame(WKRectMake(rect.origin.x, rect.origin.y, 800, 600));
> > +#endif
> > +
> >      // Reset notification permissions
> 
> Could you explain why that is not needed for other platforms?
I don't know how other platforms deal with this, but I do know that we set the gl viewport to the size of the window, and if the window is not in the correct size, our gl viewport does not cover the screen properly.
You can see clearly in the attached image that the top and left parts are left clear/transparent, because they are clipped.

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