Changes between Initial Version and Version 1 of Ticket #11747, comment 3
- Timestamp:
- May 20, 2014, 1:16:49 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11747, comment 3
initial v1 1 Ok in my case at least (in case this helps anyone), `$(el).val(value)` was being called just before the destroy. So the promise was returning after the editor was destroyed, hence the error. 1 Ok in my case at least (in case this helps anyone), `$(el).val(value)` was being called just before the destroy. So the promise was returning after the editor was destroyed, hence the error. (It related back to the overridden jQuery `val()` and how `setData()` is called).