[Webkit-unassigned] [Bug 78671] New: Position:absolute'd inline components (e.g. <span>) after text at the end of container width BUG!!

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 15 00:28:55 PST 2012


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

           Summary: Position:absolute'd inline components (e.g. <span>)
                    after text at the end of container width BUG!!
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
               URL: http://jsfiddle.net/zVp4n/1/
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: davied.poenja.imeil at gmail.com


Look at this code, http://jsfiddle.net/zVp4n/1/
Open it in webkit browsers, the 1st red span will be on the beginning of new line. While it should be on the right of the text. The 2nd red span is in good position..

I figured out that the text on the first <li> end exactly at the end of the container width. It simply made the next element, even an inline element, will go to the beginning of the should-be-the-next line. I assume an inline element with "position: absolute" should be beside the end of the text.

Frankly, please open it on other browsers. It will show the correct output with the 1st red span is on the right of the end of text..

Is it bug? Please fix this.. Or is there any CSS fix that could do 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