Actions
Bug #3189
closedStep by step tab fatal JS error
Description
IN: components/com_comprofiler/plugin/user/plug_cbconditional/js/cbconditional.min.js
ON: Line 1
$("#cbtf_" + tab_id).parent(".ui-tabs-panel").attr("id") is undefined
In some cases a fatal error can occur resulting in the above. Additional checks need to be made to ensure the tab page is a jQuery object.
Updated by krileon almost 13 years ago
- Subject changed from Step by step tab fatal JS error - UNCONFIRMED to Step by step tab fatal JS error
- Target version set to 1.3.1
Is due to using CB Captcha 2.2, install for testing as there should be a check to test the tab object before attempting to return any attributes from it.
Updated by krileon almost 13 years ago
This is due to a Replace action being done on an undefined attribute. Need to put an IF check to ensure it only happens if something is available to replace.
Updated by krileon almost 13 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions