[Webkit-unassigned] [Bug 17596] New: <span>'s width defined in percentage causes text misalignment

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 11:07:43 PST 2008


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

           Summary: <span>'s width defined in percentage causes text
                    misalignment
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
               URL: http://logosonnerie.3suisses.fr/21-accueil.aspx
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: help.improve.webkit at gmail.com
                CC: help.improve.webkit at gmail.com


I Steps:
Go to
http://logosonnerie.3suisses.fr/21-accueil.aspx

II Issue:
Notice the misalignment of text under headings " Polyphoniques", " Nouveautés 
Polyphoniques", " Catégorie Hits Radio", or  " Catégorie Hits Radio Rock"
section.

III Conclusion: A <div> contains a <span> tag and some other <img> tags. The
<div> width is in #of pixels and so are the <img>.  However, the <span> width
is being defined in percentage instead of number of pixels, which causes the
issue. For this particular testcase, if I change the width of the span from 55%
to say 238px, then it is works fine.

IV Other browsers: 
FF: ok
Opera: partially ok
IE 7: ok

V Nightly tested: 30236


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