Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
concerning the same problem .. in topic "Rich Text issues (Firefox)"
is there any solution on this ? im having the same problem in Chrome
thank you
AS
ok ... for someone like me that likes detailed solutions
1-go to [YOUR PROJECT PATH]\App_Plugins\u7dtg\propertiesViews
2-Open rte.html
3- add this after (after is important) .. blablabla </button>
<script type="text/javascript" charset="UTF-8"> $(document).on('focusin', function (e) { if ($(event.target).closest(".mce-window").length) { e.stopImmediatePropagation(); } });</script>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Rich Text issues (Chrome)
concerning the same problem .. in topic "Rich Text issues (Firefox)"
is there any solution on this ? im having the same problem in Chrome
thank you
AS
ok ... for someone like me that likes detailed solutions
1-go to [YOUR PROJECT PATH]\App_Plugins\u7dtg\propertiesViews
2-Open rte.html
3- add this after (after is important) .. blablabla </button>
<script type="text/javascript" charset="UTF-8">
$(document).on('focusin', function (e) {
if ($(event.target).closest(".mce-window").length) {
e.stopImmediatePropagation();
}
});
</script>
thank you
AS
is working on a reply...