[Webkit-unassigned] [Bug 28705] <video> tag on a long page gets squished during scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 25 02:16:29 PDT 2009


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





--- Comment #1 from Simone Manganelli <simX_other at mac.com>  2009-08-25 02:16:28 PDT ---
The comment about not applying height/width styling as a workaround is
incorrect.  I thought it worked, but it was actually due to something else.

If the page takes a while to load, you can stop this bug from happening by
stopping the page load *after* the video tag loads.  The bug seems to be
triggered at the precise moment that the page finishes loading.

So, for example, on a page like this where the bug is triggered:

http://icanhascheezburger.com/2009/08/24/funny-pictures-video-skateboarding-cat/

You can actually *stop* the bug from being triggered by waiting for the video
to start playing, and then pressing Cmd-. to stop the page from loading
anything after that.

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