RESOLVED CONFIGURATION CHANGED 28629
Incorrect layouts and positioning of web elements because webkit doesn't set css property"top:0" correctly
https://bugs.webkit.org/show_bug.cgi?id=28629
Summary Incorrect layouts and positioning of web elements because webkit doesn't set ...
jasneet
Reported 2009-08-21 15:05:06 PDT
Created attachment 38401 [details] reduced testcase I Steps: Go to http://www.bot.com.tw/default.htm mouse over left navigation links II Issue: options not positioned correctly on mouse over navigation links III Conclusion: webkit does not apply the css property "top: 0" correctly, which is the cause of this issue. In this case, with "top: 0", IE and FF are setting the distance between the sub menu items(<ul>) and its containing element(<div>), but webkit seems to set the distance between the sub menu items(<ul>) and document body(<body>). IV Other Browsers: IE7: ok FF3: ok V Nightly tested: 46809 Bug in Chromium : http://code.google.com/p/chromium/issues/detail?id=14281
Attachments
reduced testcase (841 bytes, text/html)
2009-08-21 15:05 PDT, jasneet
no flags
Ahmad Saleem
Comment 1 2022-07-22 11:42:44 PDT
All browsers (Chrome Canary 105, Firefox Nightly 104 and Safari 15.6 on macOS 12.5) have same layout in case of attached test case. I think it was something fixed along the way. Please ignore, if I am testing this incorrectly and test accordingly. Else you can close this as "RESOLVED CONFIGURATION CHANGED". Thanks!
Note You need to log in before you can comment on or make changes to this bug.