jQWidgets Forums

jQuery UI Widgets Forums General Discussions Problem with resize window event

This topic contains 6 replies, has 2 voices, and was last updated by  cosostones 11 years, 5 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • Problem with resize window event #41189

    cosostones
    Participant

    Hello,

    In my application I need to destroy and instantiate some of your widgets. I noticed you made a generic method to handle the window resize but in jqxTabs, jqxSplitter and jqxNavigationBar you’re using this method to handle it but nor in the removeHandlers and destroy you called it to remove those events.

    Is that an oversight ?

    Regards.

    Problem with resize window event #41263

    Peter Stoev
    Keymaster

    Hi cosostones,

    There is code for removing all event handlers. Some of the code is within the common files, some of it is in the widget files. In addition, we do not provide Support about internal API. The event handlers used by these widgets are removed on destroy.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Problem with resize window event #42061

    cosostones
    Participant

    I agree with it but there’s a leak in your code!
    In thoses widgets :
    jqxTabs : l.228 you handle the window resize and never remove it anywhere in the widget, idem for jqxSplitter (l.239) and jqxNavigationBar (l.405).

    I mentioned it because in the jqxPanel the handler is remove in the the destroy method (l.687).

    Regards.

    Problem with resize window event #42079

    Peter Stoev
    Keymaster

    Hi cosostones,

    As I already implied, we do not provide support about internal API. We will check whether the provided feedback is valid or not and will make the appropriate changes in the future, if we confirm it.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Problem with resize window event #42254

    cosostones
    Participant

    Ok thanks, I would know, if I found things like that in the future, to whom send it ? Or how can I use my support ticket ?

    Regards.

    Problem with resize window event #42321

    Peter Stoev
    Keymaster

    Hi cosostones,

    You already reported the thing that you found in the Forum and it is OK. The other support resource which you can use is to send an e-mail to support@jqwidgets.com.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    Problem with resize window event #42449

    cosostones
    Participant

    Ok thanks

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.