Hi kjell.ek,
What browser/version the user testing? It is a randomly issue or happens everytime wiht special user? Does he get the same problem on http://richtexteditor.com/demo/?
Can you create an example page with the code below and let this user test it? Get the same problem?
- <%@ Page Language="c#" ValidateRequest="false" %>
-
- <%@ Register TagPrefix="RTE" Namespace="RTE" Assembly="RichTextEditor" %>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <title>example</title>
- </head>
-
- <body>
- <form id="Form1" method="post" runat="server">
- <RTE:Editor ID="editor1" runat="server" />
- </form>
- </body>
- </html>
Regards,
Ken