Actions
Bug #4928
closedHidden html editor fields not saving on first update
Description
When clicking to update a html editor fieldtype that was initially hidden (e.g. on a tab that wasn't displayed) the editors jQuery isn't updating the textarea.
Updated by krileon almost 10 years ago
Looks like the editor jquery isn't binding to the ajax form properly. A trigger should be added to the ajax form submit so the jquery can be fired manually from core fields ajax when the ajax form submits. That should fix this problem.
Updated by krileon almost 10 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions