Actions
Bug #3884
closedStep by step not reacting to CBSubs show/hide properly
Description
When showing or hiding all the fields on a tab it doesn't disable the tab. Perhaps just checking for CBSubs hide class is enough?
Actions
Added by krileon about 12 years ago. Updated about 12 years ago.
Description
When showing or hiding all the fields on a tab it doesn't disable the tab. Perhaps just checking for CBSubs hide class is enough?
Added JS to step by step JS only when CBSubs is present to try and count disabled fields on a step and hide the step as needed.
Note this is not fullproof. It works by delaying CB Conditionals check to allow CBSubs to handle its show/hide. So on very slow sites this may work poorly. Ideal usage would be a trigger to dynamically add to CBSubs JS so it can be extended to handle show/hide of step properly.