smith
  • Hi,
    We're using Ext.Window for displaying elaborate information when a certain link is clicked... the window has its autoload config option set to a url that pumps the html to be displayed... The problem is that if the esc key is pressed before the content in the window (the ajax request) has completed it gi ves a Mixed content alert in I.E..... This problem is not there is firefox...
    It happens only once ... if you repeat these steps on the page without refreshing it, this will not happen...
    The link itself is inside a an Ext.grid... the column has been associated with renderer function that pumps the html mockup for an anchor tag that has a javascript function in it's href attribute .... this javascript function is the one that create and then displays the Ext.Window....

    Thanks in anticipation.....:D


  • I'll take a guess that someone is going to ask for you to post some code so they can test your situation locally to see what is going on.


  • Some code would be helpful. It also depends on how you want to handle it. You could disable the Esc key altogether:

    myWindow.onEsc = Ext.emptyFn;

    Or you could override that function to check some state flag and not close if it should wait. Or something like that... ;)







  • #If you have any other info about this subject , Please add it free.#
    Your name:
    E-mail:
    Telphone:

    Your comments:


    If you have any other info about Mixed content alert , Please add it free.
    • edit