Re: Problems with IE7 / AJAX

  •  05-01-2007, 7:06 AM

    Re: Problems with IE7 / AJAX



    Hi Adam,
     
    I downloaded and installed your latest source code...
     
    The problem about the disappearing/misplaced context menu still exists, even in a simple aspx page without AJAX.
     
    It seems that the cute editor context menu looses the right position as soon I have to use the browser-scroll bar in IE7.
     
    Help is much appreciated,
     
    Regards,
    Roland
     
    Just in case the code (environment: .NET 2.0, WinXP, IE7):

     
    <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>

    <%@ Register Assembly="CuteEditor" Namespace="CuteEditor" TagPrefix="CE" %>

    <!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>Untitled Page</title>

    </head>

    <body>

    <form id="form1" runat="server">

    <div>

    <asp:Panel ID="Panel1" runat="server" Height="348px" Style="left: 150px; position: absolute;

    top: 1323px" Width="432px">

    <CE:Editor ID="Editor1" runat="server" Style="position: relative">

    </CE:Editor>

    </asp:Panel>

    </div>

    </form>

    </body>

    </html>

View Complete Thread