Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#6200 closed defect (bug) (fixed)

Admin Color Scheme option not shown on MSIE

Reported by: ozh's profile Ozh Owned by: iammattthomas's profile iammattthomas
Milestone: 2.5 Priority: normal
Severity: trivial Version: 2.5
Component: Administration Keywords: css msie6
Focuses: Cc:

Description

See attached sshot: the "Admin Color Scheme" cells are not shown on MSIE6 (this browser does not render empty <td>'s, needs to contain at least a &nbsp; or a transparent pixel.

Something like

.form-table table.color-palette td {
	font-size:1px;
	line-height:1px;
}

along with <td>&nbsp;</td> looks the same in Opera9.24 MSIE6 and FF2. A minor glitch on Opera is that cells are not spaced though (see 2nd screenshot), which I couldnt fix (even a hardcoded cellspacing="3" doesnt work, wtf)

(btw, I'm assigning this to Matt Thomas because I guess it would end up into his basket, I hope I'm not doing wrong doing so)

Attachments (3)

admin-color-scheme-empty-td-msie.jpg (9.0 KB) - added by Ozh 18 years ago.
Empty cells on MSIE6
admin-color-scheme-empty-td-opera.jpg (12.8 KB) - added by Ozh 18 years ago.
Admin color scheme in Opera
6200.r7272.diff (853 bytes) - added by hansengel 18 years ago.
Makes color-scheme cells visible in IE6 (props Ozh)

Download all attachments as: .zip

Change History (6)

@Ozh
18 years ago

Empty cells on MSIE6

@Ozh
18 years ago

Admin color scheme in Opera

@hansengel
18 years ago

Makes color-scheme cells visible in IE6 (props Ozh)

#1 follow-up: @hansengel
18 years ago

Sorry Matt, I didn't see that it was assigned.

#2 in reply to: ↑ 1 @westi
18 years ago

Replying to hansengel:

Sorry Matt, I didn't see that it was assigned.

Doesn't mean you can't fix it first ;-)

The assignment by Ozh was probably more to notify mt of it's existance.

#3 @westi
18 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [7273]) IE fixes for the stylesheet selector. Fixes #6200 props hansengel.

Note: See TracTickets for help on using tickets.