[CLOSED] Window Resize delay not working

  1. #1

    [CLOSED] Window Resize delay not working

    Hi folks, i am setting the Delay value of WindowResize listener, but there is no effect, it always raises the event instantly.

    Is this a bug?

    <ext:ResourceManager ID="_rsm" runat="server">
        <Listeners>
            <WindowResize Handler="alert('Window Resize')" Delay="5000" />
        </Listeners>
    </ext:ResourceManager>
    <ext:Button runat="server" Text="Ext.Net" />
    It's possible to overcome this issue by using setTimeout function.
    <WindowResize Handler="setTimeout(function(){alert('Window Resize')},5000);" />
    Last edited by Daniil; Oct 15, 2012 at 5:02 PM. Reason: [CLOSED]
  2. #2
    Hi Raphael,

    Thank you for the report! We will investigate.
  3. #3
    I noticed the same issue on other listeners few days ago, but unfortunately i can't remember which they were. I'll keep you posted if i notice it again.
  4. #4
    Yes, please report.

    The issue with WindowResize has been fixed in SVN.
  5. #5
    Thank you Danill, please mark this thread as closed. I'll open another thread If i find another issue.

Similar Threads

  1. Ext.net 2.0 Beta 3 of the window Resize problem
    By SeoNamseok in forum 2.x Help
    Replies: 0
    Last Post: May 31, 2012, 4:22 AM
  2. Resize window to contents/gridpanel?
    By Tbaseflug in forum 1.x Help
    Replies: 1
    Last Post: Feb 23, 2012, 6:53 AM
  3. [CLOSED] BUG when resize window
    By smart+ in forum 1.x Legacy Premium Help
    Replies: 2
    Last Post: Jul 30, 2010, 8:15 AM
  4. [1.0] Resize window containing form
    By danielg in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 17, 2009, 3:39 AM
  5. [CLOSED] Center window on window resize
    By CSG in forum 1.x Legacy Premium Help
    Replies: 5
    Last Post: May 29, 2009, 5:05 AM

Posting Permissions