Opened 6 years ago
Closed 6 years ago
#46062 closed defect (bug) (fixed)
TinyMCE Classic Block: fix repositioning of the inline toolbar on scroll
Reported by: | azaozz | Owned by: | azaozz |
---|---|---|---|
Milestone: | 5.1 | Priority: | normal |
Severity: | normal | Version: | 5.0 |
Component: | TinyMCE | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
In a TinyMCE instance the inline toolbars (like the Add/Edit Link toolbar) are hidden on scroll-start and repositioned and shown on scroll-end. This stopped working in the Classic Block instance as the scrolling element there is a container div, not the document/window (and the scroll
event doesn't propagate).
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
In 46062.diff: add another
scroll
handler to thewordpress
TinyMCE plugin to hide and/or reposition the inline toolbars in Classic Block instances.