Opened 12 years ago
Closed 12 years ago
#22463 closed enhancement (fixed)
Gallery overlay controls disappearing
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | 3.4 |
Component: | Editor | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
If you've inserted a gallery into your post and you click the gallery placeholder in the Visual editor, the 'Edit Gallery' and 'Delete Gallery' buttons appear, but they disappear again after about 4 seconds. They should be persistent while the gallery placeholder is selected.
Attachments (2)
Change History (14)
#2
@
12 years ago
- Milestone changed from Awaiting Review to 3.5
Would be a good thing to fix. Should be a matter of removing the timeout (and probably just always showing them).
#4
@
12 years ago
- Owner set to koopersmith
- Resolution set to fixed
- Status changed from new to closed
In 22652:
#5
@
12 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
This shows these buttons even when the new media modal is opened and as they have higher z-index, they are on top.
To truly hide the buttons when a gallery or an image is deselected, this would need to be looking at blur
for the image which is a bit tricky in contenteditable.
#7
@
12 years ago
Uh, my bad. Should have added a patch as we are in RC :(
If we are changing when the popup buttons are shown, perhaps can show them on mouseover (after short delay)? That will ensure hiding them on mouseout. Another option would be to always show them although that won't look very good on images.
Reproduced in 3.4.2 as well.