Opened 6 months ago
Closed 6 months ago
#22717 closed defect (bug) (fixed)
When deleting an image with the delete or backspace keys, the popup buttons aren't hidden
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 3.5 |
| Component: | TinyMCE | Version: | 3.5 |
| Severity: | minor | Keywords: | has-patch |
| Cc: | bob@… |
Description
As the title. We used to hide the buttons on a timeout in 3.4 so this wasn't noticeable.
Attachments (2)
Change History (7)
One tiny fix in 22717.2.patch (ed wasn't being passed in). Tested both removal of single images, and galleries.
Version 0, edited 6 months ago
by lessbloat
(next)
- Cc bob@… added
tested 22717.2 and can confirm the patch works as intended and doesn't have any side effects.
Manually tested the TinyMCE manipulation from the console using: tinyMCE.editors[0].plugins.wordpress._hideButtons();
Note: See
TracTickets for help on using
tickets.

Was having some slowdown concerns about adding another listener to keydown but this seems quite fast.