[Webkit-unassigned] [Bug 41562] New: <marquee> stretches a table and causes layout issues

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 2 21:25:14 PDT 2010


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

           Summary: <marquee> stretches a table and causes layout issues
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org


Created an attachment (id=60437)
 --> (https://bugs.webkit.org/attachment.cgi?id=60437)
[TEST] Reduction

This is what I saw just making the reduction. A <marquee>inside a <table>, breaks
the <table>'s width. In this case it looks like there needed to be a block element
containing content greater than the table's width to break the table.

To "workaround" the original broken layout you can just reset the table's width.
However, this doesn't seem to take affect unless there is a "complex enough"
CSS selector. This CSS selector seems to require tree traversal through children.
So "nothing > nothing" would be a complex enough selector, but
"nothing + nothing" was not. =)

NOTE: Both before and after the workaround, the <table> still does not display
like Firefox displays it!

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