[Webkit-unassigned] [Bug 28602] New: Minor layout issue at www.t-mobile.hu because of css property display:block

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 20 22:43:07 PDT 2009


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

           Summary: Minor layout issue at www.t-mobile.hu because of css
                    property display:block
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
               URL: http://www.t-mobile.hu/lakossagi/ugyintezes/elerhetose
                    gek/uzletkereso
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jasneet at chromium.org
                CC: jasneet at chromium.org


Created an attachment (id=38361)
 --> (https://bugs.webkit.org/attachment.cgi?id=38361)
reduced testcase

I Steps:
Go to http://www.t-mobile.hu/lakossagi/ugyintezes/elerhetosegek/uzletkereso
Choose a region on the map

II Issue:
No line break between "Városok szerint is kereshet" and the dropdown. The
dropdown should be in the next line.

III Conclusion:
Css property display:block is the cause of this issue. In reduced testcase,
when the container div is float:left and the label is also float:left, if the
select is display:block, then the problem happens.

IV Other Browsers:
IE7: ok
FF3: ok

V Nightly tested: 47288

Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=14251

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