开发者

tinyMCE editor problem with popups

开发者 https://www.devze.com 2023-03-08 09:38 出处:网络
I want to integrate tinyMCE editor in mys site and I have \"installed\" successfully in it. The editor is working fine but when someone who has kaspersky antivirus tries to upload a picture or preview

I want to integrate tinyMCE editor in mys site and I have "installed" successfully in it. The editor is working fine but when someone who has kaspersky antivirus tries to upload a picture or preview the post message, the popups appear without borders and close button :(.

I have installed kaspersky to replicate the problem and see if I can fix it and it apears to be from the banner blocker, if I disable it the popups work just fine. Although the demo version from the tinyMCE site is working without a problem and I have one installed on another site but its a joomla module and it's working too.

What could be the problem?

Thank you!

EDIT:Yes :( and I have the same problem, I have noticed something although, in the popup's html source generated when I open a popup :), it seems that the demo v开发者_如何转开发ersion has this html: <div id="mce_4" role="dialog" aria-labelledby="mce_4_title" class="clearlooks2" style="width: 490px; height: 414px; top: 152px; left: 351px; overflow: auto; z-index: 300010;" aria-hidden="false">

and mine has :

<div id="mce_13" class="clearlooks2" style="width: 490px; height: 414px; top: 677px; left: 409px; overflow: auto; z-index: 300016;">

It's a little bit strange..

0

精彩评论

暂无评论...
验证码 换一张
取 消