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?
Updated by krileon almost 12 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
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.
Updated by krileon almost 12 years ago
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.
Actions