[Webkit-unassigned] [Bug 28629] New: Incorrect layouts and positioning of web elements because webkit doesn't set css property"top:0" correctly
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 21 15:05:06 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=28629
Summary: Incorrect layouts and positioning of web elements
because webkit doesn't set css property"top:0"
correctly
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
URL: http://www.bot.com.tw/default.htm
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=38401)
--> (https://bugs.webkit.org/attachment.cgi?id=38401)
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
--
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