You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When entering a newly created page inside of TinyMce editor shortcode icon doesn't show up, like shown in image:
But you can still click on it and it will open up a Shortcodeable modal windows, and when you exit that window icon shows up.
These happens in both Chrome & Firefox browsers. IE, Edge, Opera & Safari hasn't been tested.
When I inspected Request waterfall in Firebug, I saw that Shortcode icon image hasn't been called, like shown in image:
, but when I clicked on place where Shortcode icon should be (as shown on first image) icon image has been loaded:
My guess is somewhere in runtime of TinyMce script Shortcodeable icon image has not been called during initial rendering, but after (sense it shows after clicking on place where is should be).
The text was updated successfully, but these errors were encountered:
When entering a newly created page inside of TinyMce editor shortcode icon doesn't show up, like shown in image:
But you can still click on it and it will open up a Shortcodeable modal windows, and when you exit that window icon shows up.
These happens in both Chrome & Firefox browsers. IE, Edge, Opera & Safari hasn't been tested.
When I inspected Request waterfall in Firebug, I saw that Shortcode icon image hasn't been called, like shown in image:
, but when I clicked on place where Shortcode icon should be (as shown on first image) icon image has been loaded:
My guess is somewhere in runtime of TinyMce script Shortcodeable icon image has not been called during initial rendering, but after (sense it shows after clicking on place where is should be).
The text was updated successfully, but these errors were encountered: