Not a bug Custom CSS not working in TinyMCE popups

CyberAP

Well-known member
If I have for example this code:

Code:
<xen:require css="mycode.css" />
in PAGE_CONTAINER template it works well. Except it doesn't work in TinyMCE iframes that use another CSS from XenForo. They link the same CSS but without anything that was added by user (xen:require css ignored).
 
Those templates don't use PAGE_CONTAINER. <xen:require /> does work in them though (we use it).
 
Top Bottom