Make WordPress Core

Opened 14 years ago

Closed 13 years ago

#13838 closed defect (bug) (maybelater)

css class 'startopen' is set to 'display:none' in several places - disabling it's purpose

Reported by: andyblackwell's profile andyblackwell Owned by: andyblackwell's profile andyblackwell
Milestone: Priority: normal
Severity: normal Version: 3.0
Component: Administration Keywords: has-patch
Focuses: Cc:

Description

Noticed while creating some custom errors on a media upload, that in the code the class of 'startopen' is applied to the gallery item if there are errors to be shown in the form, but in the css 'startopen' is set to 'display:none' in a few places. Deleting them from those couple selectors makes them work as one would think, there was no need in redefine them in a new selector as 'display:block'.

Patch included.

Attachments (1)

css-startopen-bugfix.patch (667 bytes) - added by andyblackwell 14 years ago.
removing '.startopen' from the 'display:none' selectors --- took out patches for compressed files

Download all attachments as: .zip

Change History (4)

@andyblackwell
14 years ago

removing '.startopen' from the 'display:none' selectors --- took out patches for compressed files

#1 @nacin
13 years ago

What's this affect exactly?

#2 @xiosen
13 years ago

I think this has to do with his other ticket. Please refer to the second to last comment of #13810

#3 @nacin
13 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to maybelater
  • Status changed from new to closed

This came in from [7092]. Unfortunately, we need a proper description of the bug in order to reproduce this. As this is so old, and the media library is likely to get a UI overhaul in a near future release, I'm going to close this.

Note: See TracTickets for help on using tickets.