[Webkit-unassigned] [Bug 95650] REGRESSION (r123837): Full screen transition is broken at apple.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 18:25:32 PDT 2012


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





--- Comment #6 from Mike Lawther <mikelawther at chromium.org>  2012-10-02 18:25:55 PST ---
> The blending is happening at the window server level.  We resize the view to take up the entire screen, then ask for the element's screen rect.  The window server then interpolates from the original screen rect to the final one.
> 
> Before r123837, the full screen element's renderer's contentsBox() returned the full screen rect.
> After r123837, the full screen element's renderer's contentsBox() returns the original box.

This sounds like the assumption that has been violated. Prior to r123837, the transition between a fixed size and a percent would 'snap' instantly to the final state. 

Is the fix here is to simply remove the CSS transition upon the view resize? It sounds like you actually want it to be instantaneous.

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