[CLOSED] IE9 - After page refresh content is missing

  1. #1

    [CLOSED] IE9 - After page refresh content is missing

    Hello,

    I've found that when I use IE9 (the page is set to run in IE9 standards mode) my controls and panel content are not shown when I reload my application. For example I call:

    document.location.reload(true);
    and although the border layout displays the panel content and controls are not visible in their respective regions.

    I've set my ResourceManager like so:

    <ext:ResourceManager ID="ResourceManager" runat="server" InitScriptMode="Inline" ViewStateMode="Disabled" />
    I've tried IE8, Chrome, Firefox, etc. and they are all working ok.

    Any ideas on what could be going on?

    Thank you.
    Last edited by Daniil; Jan 15, 2013 at 4:08 AM. Reason: [CLOSED]
  2. #2
    Hi @fordprefect,

    Is the issue reproducible if remove this?
    InitScriptMode="Inline"
  3. #3
    Quote Originally Posted by Daniil View Post
    Is the issue reproducible if remove this?
    InitScriptMode="Inline"
    I mixed it with "Linked". "Inline" is by default.

    Could you, please, provide a sample to reproduce the problem?
  4. #4
    Hi Daniil,

    Thanks for the replies. I've found the issue with my application. In my master page I had a user control holding some controls defined like so:

     <ext:Viewport MonitorResize="true" runat="server" Layout="BorderLayout">
                <Items>
                    <ext:Panel ID="TopPanel" Region="North" Height="110" Header="false" runat="server">
                        <Content>
                            <uc1:TopSection ID="TopSection" runat="server" />
                        </Content>
                    </ext:Panel>
                   ....
    When I placed the controls from the user control (a few combo boxes) into the master page itself everything worked as expected.
  5. #5
    Interesting. We would be happy to investigate this issue, but we need a full sample to reproduce. We would appreciate if you can provide us with a sample.

    By the way, I just added a new breaking change item.
    153. The ContainerBase's MonitorResize property has been removed. It is not required anymore.
  6. #6
    Hi Daniil, will try and provide a sample. Thanks.

Similar Threads

  1. Replies: 1
    Last Post: Sep 08, 2013, 5:10 AM
  2. Refresh content page only
    By macmilanfly in forum 1.x Help
    Replies: 0
    Last Post: Jul 19, 2012, 6:36 AM
  3. Replies: 2
    Last Post: May 05, 2010, 10:23 AM
  4. Replies: 3
    Last Post: Mar 01, 2010, 4:55 AM
  5. tab content initially missing
    By [WP]joju in forum 1.x Help
    Replies: 6
    Last Post: Jan 14, 2010, 2:18 AM

Tags for this Thread

Posting Permissions