WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED CONFIGURATION CHANGED
25389
text fomat icons appear twice due to top:-10px;
https://bugs.webkit.org/show_bug.cgi?id=25389
Summary
text fomat icons appear twice due to top:-10px;
jasneet
Reported
2009-04-24 18:17:39 PDT
I Steps: 1. Login to your xanga site 2. Click on "Chatboard" link II Issue: Notice that the formatting icons appear twice. III Conclusion: Issue is : in the testcase there are 2 images which are getting displayed as one on top of another, in IE/FF they overlap each other completely while in Chrome/Safari they don't overlap completely, therefore showing 2 images. .wysibutton-bg {top:-10px;} style is used to make 2 images overlap. On changing it to top:0px; Chrome/Safari do not display 2nd image but other browsers start displaying 2nd image IV Other Browsers: IE7: ok FF3: ok V Nightly tested: 42232 Bug in Chromium :
http://code.google.com/p/chromium/issues/detail?id=9568
Attachments
reduced testcase
(1.05 KB, application/zip)
2009-04-24 18:17 PDT
,
jasneet
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
jasneet
Comment 1
2009-04-24 18:17:54 PDT
Created
attachment 29778
[details]
reduced testcase
Ahmad Saleem
Comment 2
2022-07-22 11:06:07 PDT
All browser (Safari 15.6 on macOS 12.5, Chrome Canary 105 and Firefox Nightly 104) are matching each other in the attached test case and gif does not overlap completely but partial overlap. If I am testing incorrectly, please test accordingly. Thanks!
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug