[CLOSED] Ext.net can crash IE 11 in rare case?

  1. #1

    [CLOSED] Ext.net can crash IE 11 in rare case?

    I have a reproducible test case within my application. I have tried to generate a stand-alone case but unfortunately, I am not able to. I was able however, to track down the cause (after much trial and error) but the solution is somewhere inside EXT.

    The case is quite simple.

    1. a page with a grid and a button.
    2. button opens a modal window.
    3. window accepts input data and submits to controller via directEvent.

    the problem is that in the "Success" property of the button DirectEvent, we do two things

    1. #{WindowA}.hide();
    2. #{FormPanelA}.reset();

    Now the FormPanelA is on the WindowA. It appears that order is critical here.

    scenario #1:
    If you hide the Window BEFORE you reset the form, it will crash IE when you try and open an accordion panel in the parent (after window closes)

    scenario #2:
    If you reset the FormPanelA BEFORE you hide the WindowA, then all is fine.

    This ordering is important somehow and affects IE since it will crash every time in my application but works fine if the ordering is as in scenario #2.

    Now I know I have no standalone case but this is important. I am happy to do a quick WebEx and show the problem. I am not sure how to get it to crash in a standalone case though but I am open to suggestions to try if someone can figure it out and suggest something.

    Ext 1.7
    IE 11

    BTW, Chrome works just fine.

    Thanks,
    /Z.
    Last edited by Daniil; Feb 07, 2014 at 6:58 AM. Reason: [CLOSED]
  2. #2
    A simplified sample that demonstrates how to reproduce is going to be important for this one.
    Geoffrey McGill
    Founder
  3. #3
    Agree, a test case is required.

    @Z, are you trying to make a sample from scratch? If so, it could be better to start from the page where it is reproducible:
    http://forums.ext.net/showthread.php...ll=1#post56687

    Also, is it reproducible in IE9 or IE10?
  4. #4
    Let me try again and see if I can make it. I am building the example from the existing page.
    /Z
  5. #5
    Quote Originally Posted by Daniil View Post
    Also, is it reproducible in IE9 or IE10?
    If it is not reproducible in these browsers, then I would suggest to test out the last revision in the branches/1. We tried to improve IE11 support.
  6. #6
    sounds like a plan.

    /Z

Similar Threads

  1. [CLOSED] Browser crash with DatePicker
    By Svr77 in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 26, 2012, 2:55 PM
  2. Probably bug in DatePicker - browser crash
    By Svr77 in forum 2.x Help
    Replies: 4
    Last Post: Nov 26, 2012, 11:20 AM
  3. [CLOSED] Need ability to search combobox items by lower case or upper case
    By wisdomchuck in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 23, 2012, 1:40 PM
  4. How can i do set TextField only lower case
    By fatihunal in forum 1.x Help
    Replies: 2
    Last Post: Feb 28, 2012, 10:55 PM
  5. Replies: 0
    Last Post: Aug 08, 2010, 3:03 AM

Posting Permissions