Hello, I have a strange console error when I use the file upload widget inside a jqxWindow structure
jqx-all.js:7 Uncaught TypeError: Cannot read property 'fileName' of undefined(…)(anonymous function) @ jqx-all.js:7dispatch @ jquery-1.9.1.js:3074elemData.handle @ jquery-1.9.1.js:2750_addContentWrapper @ jqx-all.js:7_render @ jqx-all.js:7_uiRefresh @ jqx-all.js:7_refresh @ jqx-all.js:7createInstance @ jqx-all.js:7a.jqx.applyWidget @ jqx-all.js:7(anonymous function) @ jqx-all.js:7each @ jquery-1.9.1.js:648each @ jquery-1.9.1.js:270a.fn.(anonymous function) @ jqx-all.js:7initContent @ (index):62(anonymous function) @ jqx-all.js:7
This only appears once every time I load the page when I open the window for the first time. This does not make the file upload to fail. Everything works except this small annoying error in console every time I load the page.
https://jsfiddle.net/popposoft/9nydq6sb/
Same code without the window and all the buttons works without errors. Tabs seems not to be the issue here.
Is it a bug on your side or am I doing something wrong in initialization?