Opened 7 years ago
Closed 7 years ago
#40805 closed defect (bug) (fixed)
HTML is stripped on front from titles but not in customizer
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.8 | Priority: | normal |
Severity: | normal | Version: | 4.8 |
Component: | Widgets | Keywords: | has-patch |
Focuses: | Cc: |
Description (last modified by )
Attachments (1)
Change History (8)
#4
@
7 years ago
- Keywords needs-patch added
Depiction of issue: https://cloudup.com/cc6x1VwaO7y
I think all that may be required here is to add change
to the events that are attached to the title
field.
This ticket was mentioned in Slack in #core-customize by westonruter. View the logs.
7 years ago
Note: See
TracTickets for help on using
tickets.
I am only getting this behavior if I click out of the Audio, Video, or Image widget immediately after entering a tag into the
title
field. If I wait for theupdate-widget
spinner to finish and then click out, it doesn't clear like it does for other widgets. This is due to the new media widgets only using theinput
event instead of also including thechange
event for when to handle updates.