Changes between Version 1 and Version 2 of Ticket #9814, comment 12
- Timestamp:
- May 8, 2014, 9:32:14 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9814, comment 12
v1 v2 1 1 Replying to [comment:11 Reinmar]: 2 2 > Editor starts in read only mode and that mode is not refreshed (because how could it be) when container's visibility is changed. 3 Having to watch the visibility of each element would indeed be a hassle (is this iseven possible without polling?). As far as I know the only way to make the editor's control bar to appear is when you focus the content-editable element.3 Having to watch the visibility of each element would indeed be a hassle (is it even possible without polling?). As far as I know the only way to make the editor's control bar to appear is when you focus the content-editable element. 4 4 If this is the case, the focus event could be used to refresh the '''isReadOnly''' check and render the control bar correctly based on the element's current visibility. 5 5