Opened 12 years ago
Closed 12 years 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: |
|
---|---|---|---|
Milestone: | 3.5 | Priority: | low |
Severity: | minor | Version: | 3.5 |
Component: | TinyMCE | Keywords: | has-patch |
Focuses: | Cc: |
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)
#2
@
12 years ago
One tiny fix in 22717.2.patch (ed wasn't being passed in). Tested both removal of single images, and galleries. Works.
Note: See
TracTickets for help on using
tickets.
Was having some slowdown concerns about adding another listener to
keydown
but this seems quite fast.