[Webkit-unassigned] [Bug 13604] New: CSS Justify/Word-spacing/table bug

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 6 10:47:05 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=13604

           Summary: CSS Justify/Word-spacing/table bug
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jeppe at utzon.com


Stumbled upon a funky wierdness in WebKit. If I have some CSS that defines both
"justify" and "word-spacing" and then put some text in a "td", then it behaves
as expected (in the nightly) - UNLESS the words are individually wrapped in "a
href" tags. If that is done, then the words jump out of the "td" - they spill
out of it on the right hand side. Not sure how good an explanation this is, but
I've included some example code that shoud make it obvious.

In the example I have a basic page with two tables - each of which have just a
single "td" inside. In the top table I have just normal text (without any
links) and it behaves as expected. In the bottom table, however, I have wrapped
every word in a link and this makes the content of the "td" spill out of it to
the right.

So basically the two tables/tds look very different from each other when they
should look the same (except for the link decoration). In Firefox both tables
behave as they should.

HTH... :)

/Jeppe Utzon


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list