Hi,
I’m working on a responsive web project that utilizes jqxWindow and noticed that whenever you open a jqxWindow it falsely triggers a browser window resize event. I’m pretty sure its a bug since this trigger would cause false events to be fired to anyone listening for a window resize.
You can see the issue by going to anyone of your demo pages that opens jqxWindow and adding this code in your console:
$(window).on(‘resize’, function(){ console.log(‘resized’)});
Any thoughts on a short term fix or even a long term product fix?
Thanks,
—Mark