[Webkit-unassigned] [Bug 51978] Marquee inside table incorrectly sized

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 9 07:23:54 PDT 2012


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


arpitabahuguna at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arpitabahuguna at gmail.com




--- Comment #1 from arpitabahuguna at gmail.com  2012-04-09 07:23:54 PST ---
The issue seems to be not as much to do with the white-space or the table (holding the marquee) as it is to do with the overflow: hidden property set on it.

WebKit currently sets the overflow CSS property either as hidden (if specified) or as marquee (if it is a marquee element with no overflow specified) or as any of the scroll, auto, visible property values.

This causes our "marquee" setting to be overridden by "hidden" (if marquee element has been specified with the overflow: hidden property). Thus currently for the marquee element (with overflow: hidden) WebKit is not even creating the corresponding renderer.

Shall do further study of the same and try to upload a patch for it shortly.

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