jQWidgets Forums

jQuery UI Widgets Forums Lists ComboBox jqxcombobox animation/destroy bug.

This topic contains 3 replies, has 3 voices, and was last updated by  Peter Stoev 9 years, 3 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • jqxcombobox animation/destroy bug. #32862

    adron
    Participant

    Hello.
    When jqxcombobox do it’s listbox animation and if in this moment do input.jqxComboBox(‘destroy’) i have this error:
    Uncaught TypeError: Cannot read property ‘id’ of undefined

    So far I’ve already decided this issue like this:
    Before call input.jqxComboBox(‘destroy’) i do:

    if(input.jqxComboBox("isanimating")){
    input.jqxComboBox("listBoxContainer").stop();
    }

    But it’s a crutch!

    jqxcombobox animation/destroy bug. #32863

    Peter Stoev
    Keymaster

    Hi adron,

    Thanks for the feedback!

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    jqxcombobox animation/destroy bug. #80820

    mlbartonsr
    Participant

    I am having a similar issue I have a jqxWindow with a jqxGrid that contains a column of type combobox.
    if I change a select a different value combobox and then close the jqxWindow the combobox cellvaluechanging event fires but I end up with a jqxcombobox.js:7 Uncaught TypeError: Cannot read property ‘id’ of undefined.

    jqxcombobox animation/destroy bug. #80833

    Peter Stoev
    Keymaster

    Hi mlbartonsr,

    I suppose that you have some loginc within cellvaluechanging which causes this. I suggest you to debug your code within that event handler.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.