[Webkit-unassigned] [Bug 11946] New: Quirksmode:

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 23 06:05:32 PST 2006


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

           Summary: Quirksmode:
           Product: WebKit
           Version: 420+ (nightly)
          Platform: Macintosh
               URL: http://www.quirksmode.org/bugreports/archives/2006/12/Ab
                    solutely_positioned_elements_stretch_to_accomoda.html
        OS/Version: Mac OS X 10.4
            Status: NEW
          Keywords: HasReduction
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
OtherBugsDependingO 9610
             nThis:


Placing a right-floated element in a left-positioned absolutely-positioned
element causes the following behavior:

- Opera and iCab display correctly (I think); the absolutely-positioned element
is sized to fit the float or other nodes of the element, whichever is wider

- Gecko stretches the absolutely-positioned element to the maximum width
allowed by the containing block

- KHTML stretches the absolutely-positioned element to the sum of the width of
the float and the other child nodes
(ppknote: IE behaves as Firefox)

My understanding of the box model spec is that Opera and iCab's behavior is
correct; if anyone can corroborate this it would be greatly appreciated.

Reported on 12 December 2006.

Test page: http://fuxupyo.us/testcases/absolutestretch.html

Tested on locally-built debug build of WebKit r18401 with Safari 2.0.4 (419.3)
on Mac OS X 10.4.8 (8N1037).


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