In IE11 with Multiple textboxes, undo in one of the textbox clears the other one

22 views
Skip to first unread message

Arpit Gupta

unread,
Jan 5, 2017, 4:59:53 PM1/5/17
to cleditor
This is the code we used

<html>

<head>

    <link href="/Styles/jquery.cleditor.css" rel="stylesheet" /> 

    <script src="http://code.jquery.com/jquery-3.1.1.js" type="text/javascript" ></script>

    <script src="/Scripts/jquery.cleditor.js" type="text/javascript" ></script>   

    <script type="text/javascript">

        $(document).ready(function () { $("#input1").cleditor(); });

        $(document).ready(function () { $("#input2").cleditor(); });

    </script>

</head>

<body>

    <textarea id="input1" name="input"></textarea>

    <br/>

    <br/>

    <textarea id="input2" name="input"></textarea>

</body>

</html>



Please let me know if there is anything I can do to avoid this behavior or if there are any workarounds available

albinac...@gmail.com

unread,
Nov 26, 2018, 7:14:55 AM11/26/18
to cleditor
Facing same kind of Issue, Did u find the solutions for the Same

Thanks & Regards
Albin
Reply all
Reply to author
Forward
0 new messages