Opened 11 years ago
Closed 11 years ago
#27527 closed defect (bug) (fixed)
MCE Image Toolbar doesn't vanish on keyboard image delete
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | TinyMCE | Keywords: | needs-patch |
Focuses: | Cc: |
Description
After you've deleted an image from MCE using the keyboard delete/backspace button, the image disappears from view, but the toolbar for edits remains.
To reproduce:
- Insert image
- Click on image in Visual editor
- Press backspace key
Before image delete:
http://screen.getsource.net/03-26-2014-12-31-26.png
After image delete:
http://screen.getsource.net/03-26-2014-12-31-40.png
Attachments (2)
Change History (6)
This ticket was mentioned in IRC in #wordpress-dev by gcorne. View the logs.
11 years ago
#3
@
11 years ago
27527-02.patch takes what I think is a bit smarter and more performant approach to removing the toolbar on keydown
after some discussion with @azaozz.
Note: See
TracTickets for help on using
tickets.
27527-01.patch should fix this.