jQWidgets Forums

jQuery UI Widgets Forums General Discussions Layouts Splitter Performance Issue in IE 8

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 11 years, 2 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Performance Issue in IE 8 #54748

    vadivelu
    Participant

    Hi,

    We are using Jqx-spliter for the left and right content. Left side content is having jqx grid and right side content is having a html file with jqx form components(Input,select,panel etc….).

    Whenever we click on the left side grid row we will load the html page for the right side content and repaint the form components and will place the values for the components.

    when we modify any values from the form and save then we will destroy and repaint the left side grid with updated values.

    Here our issue is, in IE8 if we repeat the same action more than 3 or 4 times then it is showing the script error – “A script on this page is causing Internet Explorer to run slowly”

    Please advise me how to resolve this.

    Performance Issue in IE 8 #54750

    Peter Stoev
    Keymaster

    Hi vadivelu,

    If you destroy, append and re-render widgets you will experience frequently you may experience a performance issue in any browser because these all are actions that remove, add and style DOM elements.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.