Opened 12 years ago
Closed 12 years ago
#27527 closed defect (bug) (fixed)
MCE Image Toolbar doesn't vanish on keyboard image delete
| Reported by: | kirasong | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9 |
| Component: | TinyMCE | Version: | |
| Severity: | normal | Keywords: | needs-patch |
| Cc: | Focuses: |
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.
12 years ago
#3
@
12 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
27527-01.patch should fix this.