Opened 8 years ago
Closed 8 years ago
#40726 closed defect (bug) (fixed)
Editor: QuickTags does not trigger change event when text modified
Reported by: | westonruter | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Editor | Keywords: | has-patch |
Focuses: | Cc: |
Description
In testing the new TinyMCE-powered Text widget (#35243), I tried switching to the Text tab and I selected some text and clicked a QuickTag. If I make no other change, then in the widgets admin screen when I hit Save the tags that were added then get lost. Likewise, in the customizer, if I hit a QuickTag then the preview is not affected. The problem is that the change
event is not being fired on the textarea
and so the widgets admin screen and customizer alike do not detect that a change was made.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
In 40615: