let me explain how i am trying to implement querybuilder.
1. i have created querybuilder in modal, modal has two buttons one to get rule and other for cancelling the dialog
2. On cancel i need to destroy querybuilder object which got created when i open the modal.
3. If you don't have any value in the input fields and you want to cancel the dialog which will destroy querybuilder object is resulting in an error
-- Unable to get property classList of undefined or null reference in IE
However if you value in input fields the cancel button succesfully destroys the querybuilder object.
Below is the sanpshots for your reference
It is breaking at the line highlighted
This one successfully destroys the object on clicking cancel as input fields have value.
Note: This error occurs only in Inter Explorer.
waiting to hearing from you soon.
Thanks,
Mohammed