[Webkit-unassigned] [Bug 21693] New: edit button overlaps the border of status bar because of top margin
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Oct 16 17:16:45 PDT 2008
https://bugs.webkit.org/show_bug.cgi?id=21693
Summary: edit button overlaps the border of status bar because of
top margin
Product: WebKit
Version: 525.x (Safari 3.1)
Platform: PC
URL: http://www.orkut.com
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
I Steps:
Login to http://www.orkut.com
See "set your status here" bar in center column.
II Issue:
The edit button is overlapping the border of status bar.
III Conclusion:
The <div> that contains the button has position:absolute and the top margin is
set to 3px. The top margin is what is causing the issue.
#sm_edbtn{position:absolute; right:4px; top:3px}
In IE, it looks fine because they have an "if" statement in the <head> that
specifically adjust the top margin to -1px if the browser is IE.
If I set the top margin to say 0px, then the bottom of the button appears as
expected.
IV Other Browsers:
IE7: ok
FF3: not ok
V Nightly tested: 37604
--
Configure bugmail: https://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