Opened 10 years ago
Closed 10 years ago
#31796 closed defect (bug) (fixed)
TinyMCE view - rendering twice
Reported by: | mattheu | Owned by: | azaozz |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | 4.2 |
Component: | TinyMCE | Keywords: | |
Focuses: | javascript | Cc: |
Description (last modified by )
I have a query about this changeset: https://core.trac.wordpress.org/changeset/31832
The following code was removed:
if ( selected ) { removeView( selected ); }
The commit is a revert of [31817] and [31819] - however I'm not sure why this code was removed because it wasn't added in either of these.
This has broken the behaviour of my views - which are now rendered double if an existing view is updated.
However this issue doesn't appear to be affecting the built-in previews such as audio or gallery so it may be that I am implementing things incorrectly!
Change History (4)
Note: See
TracTickets for help on using
tickets.
Moving for investigation.