Feature proposal #5568
closedImprove support for ajax field editing
100%
Description
When a field is ajax edited the profile view field doesn't hide. Implement it so the profile view row is hidden on ajax edit as well.
https://www.joomlapolis.com/forum/255-developer-members-support/231599-cb-conditional-with-ajax
Updated by krileon about 9 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
701) - % Done changed from 0 to 100
This seams unlikely to be implemented. If Field A is conditioned off of Field B and Field B is an ajax field then the condition has already been rendered by Field A and is NOT rendered by Field B. This means the jQuery bindings are never rebound when Field B edit display is ajaxed in. This would probably only work with Conditional Others (planned to be removed).
Conditions just don't make any sense in the context of ajaxing. Only way to make this work would be to rebind and reparse every condition on each ajax edit display and that's just too heavy to be doing.