Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
205
Popup menu in wrong position
posted

Hello

I enter a few lines in the editor and then I click on the last line the right mouse. The popup menu shows on a complete wrong position. Why?


Browser IE9

What can I do that that doesn't happen?

Regards

Xaver

Parents
  • 24497
    posted

    Hi Xavier,

    Thank you for report.
    I tested following and it seems to work ok under IE9. Pop-up appeared next to clicked mouse.

    <%@ Page Language="C#" AutoEventWireup="true" %>
    <!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 runat="server">
        <title></title>
    </head>
    <body>
        <form id="form1" runat="server">
        <ighedit:WebHtmlEditor ID="WebHtmlEditor1" Height="500px" runat="server"></ighedit:WebHtmlEditor>
        </form>
    </body>
    </html>

    There were some recent fixes to WebHtmlEditor related to FindReplace and clicks on toolbar buttons. Because IE9 has strange mousedown-focus problems. I tested fixed version (which I have on my machine), but, I think, that those fixes should not affect mousedown-focus within editing area.

    You may create a temporary aspx in your website and copy these codes. If they have same issue, then you will have to wait until service release to update NetAdvantage.

Reply Children