This topic contains 1 reply, has 2 voices, and was last updated by Hristo 7 years, 8 months ago.
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.
jQuery UI Widgets › Forums › Navigation › Tabs › Error while creating multiple tab instances in Chrome browser
Tagged: javascript tabs, jQuery Tabs, jqwidgets tabs, Tabs
This topic contains 1 reply, has 2 voices, and was last updated by Hristo 7 years, 8 months ago.
Hi,
In my application(Single page application) we have different modules, each module has a tab instance.
On module switch we are replacing the module HTML every time.
Recently we migrated to 4.5 from 4.1, after migration in Chrome we are getting error and previous module HTML is showing in the current selection. Following is error observed in console.
Error: Invalid structure!
at a.(anonymous function)._validateProperties (https://10.15.0.194/abc/jqwidgets/jqx-all.js:224:24551)
at a.(anonymous function).createInstance (https://10.15.0.194/abc/jqwidgets/jqx-all.js:224:3107)
at Object.a.jqx.applyWidget (https://10.15.0.194/abc/jqwidgets/jqx-all.js:8:24335)
at HTMLDivElement.<anonymous> (https://10.15.0.194/abc/jqwidgets/jqx-all.js:8:28555)
at Function.each (https://10.15.0.194/abc/scripts/jquery-1.11.1.min.js:2:2973)
at m.fn.init.each (https://10.15.0.194/abc/scripts/jquery-1.11.1.min.js:2:835)
at m.fn.init.a.fn.(anonymous function) [as jqxTabs] (https://10.15.0.194/abc/jqwidgets/jqx-all.js:8:28490)
at HTMLDocument.eval (eval at <anonymous> (https://10.15.0.194/abc/scripts/jquery-1.11.1.min.js:2:2620), <anonymous>:17:25)
at j (https://10.15.0.194/abc/scripts/jquery-1.11.1.min.js:2:27244)
at Object.add [as done] (https://10.15.0.194/abc/scripts/jquery-1.11.1.min.js:2:27553)
My observation for this error is:
in jqxtabs.js contentBlocks are not cleared after module switch.
There is no issue while browsing with Firefox and IE.
Thanks & Regards,
Mallikarjun
Hello Mallikarjun Baddur,
Could you provide us an example that demonstrates this issue?
Best Regards,
Hristo Hristov
jQWidgets team
http://www.jqwidgets.com
You must be logged in to reply to this topic.