Bug 25389 - text fomat icons appear twice due to top:-10px;
Summary: text fomat icons appear twice due to top:-10px;
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://www.xanga.com/
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2009-04-24 18:17 PDT by jasneet
Modified: 2022-07-22 14:45 PDT (History)
6 users (show)

See Also:


Attachments
reduced testcase (1.05 KB, application/zip)
2009-04-24 18:17 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 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
Comment 1 jasneet 2009-04-24 18:17:54 PDT
Created attachment 29778 [details]
reduced testcase
Comment 2 Ahmad Saleem 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!