Bug 28602

Summary: Minor layout issue at www.t-mobile.hu because of css property display:block
Product: WebKit Reporter: jasneet <jasneet>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: ahmad.saleem792, ap, bfulgham, jasneet, rniwa, simon.fraser
Priority: P2 Keywords: HasReduction
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows XP   
URL: http://www.t-mobile.hu/lakossagi/ugyintezes/elerhetosegek/uzletkereso
Attachments:
Description Flags
reduced testcase none

Description jasneet 2009-08-20 22:43:07 PDT
Created attachment 38361 [details]
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
Comment 1 Ahmad Saleem 2022-07-22 11:45:31 PDT
I am unable to reproduce this bug using reduced test case using Safari 15.6 on macOS 12.5 and it matches with other browsers (Chrome Canary 105 and Firefox Nightly 104). In the test case, drop down is active and working and it is on left side across all browsers.

If it is expected behavior then it might have been fixed along the way and can be marked as "RESOLVED CONFIGURATION CHANGED" but in case if I am testing incorrectly, please ignore and test accordingly. Thanks!