Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Angelo 111 posts 260 karma points
    Oct 28, 2014 @ 19:03
    Angelo
    0

    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

  • Angelo 111 posts 260 karma points
    Nov 18, 2014 @ 20:02
    Angelo
    100

    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

     

     

     

Please Sign in or register to post replies

Write your reply to:

Draft