Opened 13 years ago
Closed 13 years ago
#22018 closed defect (bug) (fixed)
Unexpected "Save Changes" button in "old" media uploader
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.5 |
Component: | UI | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
When clicking on the "Insert/Upload" button (next to the new/temporary "Beta Media" button) on any post edit screen, I have a "Save Changes" button right above the "Add media files from your computer" heading on the "From Computer" tab, that has not been there in WP 3.4.2, and that doesn't really make sense until something was uploaded.
Attachments (1)
Change History (7)
#2
@
13 years ago
- Component changed from General to Media
- Milestone changed from Awaiting Review to 3.5
#3
@
13 years ago
- Component changed from Media to UI
- Keywords has-patch added
.button
has display: inline-block
, which is overriding the display: none
for .hidden
. Not sure what the best thing to do is - .button.hidden
maybe? 22018.diff for that.
Note: See
TracTickets for help on using
tickets.
Further investigation: The button (coming from here) does have a class "hidden", so likely some CSS that should actually hide the button is gone.