[CLOSED] EventMask is slow in IE7/IE6

Page 1 of 2 12 LastLast
  1. #1

    [CLOSED] EventMask is slow in IE7/IE6

    EventMask is show in about 10 seconds after click in IE7/IE6

    IE8 & FF works well
    What is wrong?

    Code:
    <SelectionModel>
        <ext:RowSelectionModel ID="RowSelectionModel2" runat="server" SingleSelect="true">
            <AjaxEvents>
                <RowSelect OnEvent="RowSelect" Buffer="250">
                    <EventMask ShowMask="true"  MinDelay="500" />
                    <ExtraParams>
                        <%-- or can use params[2].id as value --%>
                        <ext:Parameter Name="ProfileID" Value="this.getSelected().id" Mode="Raw" />
                    </ExtraParams>
                </RowSelect>
            </AjaxEvents>
        </ext:RowSelectionModel>
    </SelectionModel>
  2. #2

    RE: [CLOSED] EventMask is slow in IE7/IE6

    Hi,

    Any chance that you can show simple example which reproduces the problem?*
  3. #3

    RE: [CLOSED] EventMask is slow in IE7/IE6

    Hi
    I can send you url by email.
    You can check it in different browser.
    Is it OK?

    vlad
  4. #4

    RE: [CLOSED] EventMask is slow in IE7/IE6

    Hi,

    It's ok. You can send it*
    support at coolite dot com*

  5. #5

    RE: [CLOSED] EventMask is slow in IE7/IE6

    Hi,

    Can you fix your example (I mean link which you send by email)? I get server side exception when trying login
  6. #6

    RE: [CLOSED] EventMask is slow in IE7/IE6

    Hi
    Fixed
    I am working on this project and sometimes there are errors

    Vlad
  7. #7

    RE: [CLOSED] EventMask is slow in IE7/IE6

    Hi,

    I see in ajax response many calls of show method for various controls like
    ctrl_792.show();
    Also I see reinitialization labels values which is not required


    IE6/IE7 is slow browsers (I mean javascript). Calling of show method can be source of the problems.
    Can you show server side code of this page?
  8. #8

    RE: [CLOSED] EventMask is slow in IE7/IE6

    Hi
    ctrl_792 is checkbox.
    List of checkboxes is different for each client and when you click on client program hides and shows checkboxes.
    Labels should be changed too.

    List of checkboxes is builded dynamically from databases.
    On login page "Agency ID" is name of database. Each DB has different set.
    So they should be dynamically.

    But if I create controls when page load on ajax event program doesn't see this controls.
    I do something wrong?

    I am sending file by email.
  9. #9

    RE: [CLOSED] EventMask is slow in IE7/IE6

    Hi,

    The link is not working. Can you restore the link?


    P.S. I tested under IE8 and it works correctly, no long delay for the mask
  10. #10

    RE: [CLOSED] EventMask is slow in IE7/IE6

    Hi
    I checked - it works
    It is my home comp. May there was problem with internet

    Vlad
Page 1 of 2 12 LastLast

Similar Threads

  1. [CLOSED] Eventmask not positioning
    By SouthDeveloper in forum 1.x Legacy Premium Help
    Replies: 32
    Last Post: Nov 10, 2011, 8:32 AM
  2. [CLOSED] IsUpload and EventMask
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Dec 20, 2010, 12:03 PM
  3. [CLOSED] EventMask for Listeners
    By Pablo_Azevedo in forum 1.x Legacy Premium Help
    Replies: 12
    Last Post: Oct 13, 2010, 5:29 PM
  4. [CLOSED] EventMask behaviour
    By Pablo in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 28, 2009, 8:09 AM
  5. [CLOSED] window is slow
    By pank in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: May 19, 2009, 9:25 AM

Posting Permissions