Opened 9 years ago
Closed 9 years ago
#33286 closed defect (bug) (fixed)
inline toolbar: make sure repositioning doesn't break for inline editors
Reported by: | iseulde | Owned by: | iseulde |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | TinyMCE | Keywords: | has-patch commit |
Focuses: | Cc: |
Description
If the editor is inline, mceIframe
will be null
.
Attachments (3)
Change History (10)
This ticket was mentioned in Slack in #core by iseulde. View the logs.
9 years ago
#4
@
9 years ago
Okay, so how to test this patch?
Go to post(-new).php
and open the help tab. In the console, run tinyMCE.init({selector:'#tab-panel-customize-display',inline:1,plugins:'wordpress,wplink'})
. Now the help text you see will be editable. Create a link and put the cursor in it. Without the patch there will be an error. With the patch the toolbar will show up, correctly positioned. Please also test the main editor and maybe other editor instances.
Note: See
TracTickets for help on using
tickets.
Patch does not change anything for normal editors.