[CLOSED] IFrame appearing above all other components

Page 3 of 4 FirstFirst 1234 LastLast
  1. #21
    Please add Update listener for Panel99

    Example
    <ext:Panel ID="Panel99" ..>
        ...
        <Listeners>
            <Update Handler="alert('Update');" />
        </Listeners>
    </ext:Panel>
    Is there the alert box with 'Update' when you click on a row? There is no this one on my side.
  2. #22
    I believe no.

    Please try to remove
    #{Panel99}.autoLoad.showMask = true;
    Is the issue gone?
  3. #23
    I updated the Panel99 code:
    <ext:Panel ID="Panel99" runat="server" FieldLabel="Message" MinHeight="300" Height="600">
                                            <AutoLoad Url="http://www.google.co.uk/" Mode="IFrame" />
                                            <Listeners>
                                                <Update Handler="alert('Update');" />
                                            </Listeners>
                                        </ext:Panel>
    Using IE 8 the alert box with 'update' does appear.

    Using Firefox the alert box appears once the page is loaded, i.e. when the panel is updated for first time. However when a row in the gridpanel is clicked the loading mask appears above the IFrame, and never disappears, sometimes firefox prompts to download a file and the alert box never appears.
  4. #24
    Please try to remove
    #{Panel99}.autoLoad.showMask = true;
    Is the issue gone?

    I tried the above as well that didn't resolve the issue.
  5. #25
    I have the same behavior under all - IE, FF and Chrome - browsers: there is no alert box when I click on a grid's row.

    Well, I have Windows 7. I will ask the other team's member to test under Vista.

    Do you have a chance to test your project under different OS - Vista or 7?
  6. #26
    I am using Windows 7 and I do not have access to another computer with a different OS that has Visual Studio. We are a long way from deployment so I am unable to test it on XP either.

    Out of interest what happens when you click on a row?
  7. #27
    Quote Originally Posted by rbarr View Post
    I am using Windows 7 and I do not have access to another computer with a different OS that has Visual Studio. We are a long way from deployment so I am unable to test it on XP either.

    Out of interest what happens when you click on a row?
    You mentioned XP in the post #13 of this thread:)
    http://forums.ext.net/showthread.php...ll=1#post55944

    Sorry I didn't make that clear. I should also have said the target platform is XP using IE 8.
    Quote Originally Posted by rbarr View Post
    Out of interest what happens when you click on a row?
    Under IE9:

    1. Click on a row
    2. The mask in the panel with google appears
    3. After some seconds the mask disappears and that panel becomes blank.
    4. Alert box with "Update" doesn't appear
  8. #28
    Yes I did. XP is the platform that the software will be deployed on but the application is currently being developed on Windows 7. Once the application is ready it will then be tested on XP but that will not be happening anytime soon.

    Under IE9:

    1. Click on a row
    2. The mask in the panel with google appears
    3. After some seconds the mask disappears and that panel becomes blank.
    4. Alert box with "Update" doesn't appear

    What happens under FF and Chrome?
  9. #29
    FireFox 3.6.17

    1. Click on a row
    2. Mask appears in the panel with google.
    3. Dialog "What should FireFox do with this file" appears, open or save
    4. Dialog disappears
    5. Mask doesn't disappears
    6. I see the mask message "Loading" through the Window (which is showed by New button)

    Chrome 11.0.696.60

    1. Click on a row
    2. Mask appears
    3. Chrome downloads a file itself - downloading toolbar appears at the bottom of browser
    4. Mask doesn't appears
    5. I see the mask message "Loading" through the Window (which is showed by New button)
  10. #30
    Hello Daniil

    Do you have any other suggestions on how this issue may be fixed?
Page 3 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. IFrame appearing above all of components
    By rbarr in forum 1.x Help
    Replies: 0
    Last Post: Apr 11, 2011, 9:10 AM
  2. Replies: 3
    Last Post: Dec 10, 2010, 7:26 AM
  3. [CLOSED] Scrollbar multiselect not appearing
    By CarWise in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Oct 11, 2010, 2:06 PM
  4. [CLOSED] button menu appearing in odd location
    By smmille1 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Sep 21, 2010, 4:09 PM
  5. [CLOSED] Access extjs components in another iframe
    By pschojer in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jun 29, 2009, 9:27 AM

Tags for this Thread

Posting Permissions