[Webkit-unassigned] [Bug 17858] New: input element inside div and div inside div is rendered incorrectly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 14 16:11:27 PDT 2008


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

           Summary: input element inside div and div inside div is rendered
                    incorrectly
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        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
the attached reduction

II Issue:
the black box should be inside of the red box from all edges and not
overlapping at the right edges.

III Conclusion: input element inside div and div inside div is rendered
incorrectly.
<div style="width:66%; border:2px solid red"><input style="border:2px solid;
width:100%;" type="text"></div>
When an input element is contained in div, IE6 and Opera render the input
element inside div.

<div style="width:66%; border:2px solid red"><div style="border:2px solid;
width:100%; height:10px"></div></div>
When a div is contained in another div, the child div comes out a little bit of
the parent div. Only IE6 can render this properly.

IV Other browsers: 
FF2: not ok (FF3: not ok)
Opera: partially ok
IE 6: ok (IE 7: not ok)

V Nightly tested: 31032


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