#26178 closed defect (bug) (fixed)
Double close button in thickbox
| Reported by: | matczar | Owned by: | iammattthomas |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.8 |
| Component: | Administration | Version: | 3.8 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: | ui |
Description
There is unnecessary background image in .tb-close-icon class (wp-includes/js/thickbox/thickbox.css). This causes thickbox window has double close button.
Attachments (2)
Change History (8)
#1
@
13 years ago
- Keywords needs-patch ui-focus added
- Milestone Awaiting Review → 3.8
- Severity trivial → normal
#2
@
13 years ago
Just wanted to add that this error isn't reproducible in OSX with Chrome 31.0.1650.57 or FireFox 25.0.1.
#3
@
13 years ago
I reproduced this error in Windows 7 and 8, in Chrome, Firefox, IE and Opera (all latest versions).
In my opinion the original thickbox.css .tb-close-icon looks better. The new .tb-close-icon:before's icon is 12px tall and trying to fit into a 27px height - so it can't be properly centered (see screenshot).
Disabling .tb-close-icon's background fixes the issue, but the new psuedo element's alignment is off.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Happens if
SCRIPT_DEBUGis false.thickbox.cssis loaded after the styles viaload-styles.php.