Changes between Version 1 and Version 2 of Ticket #40960, comment 2
- Timestamp:
- 06/09/2017 02:57:05 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40960, comment 2
v1 v2 3 3 We can, but that will be pretty bleak user experience. Can also try to implement the same behavior like the main editor: to "remember" the last tab. Can reuse the state from the main editor. However that would make initializing this editor more complex. 4 4 5 To support "Disable the visual editor when writing", we can stop outputting the TinyMCE scripts (from PHP). This should behave in the same way as the Edit Post editor regardless of the initialization settings.5 To support "Disable the visual editor when writing", we can stop outputting the TinyMCE scripts (from PHP). This is a global user preference so TinyMCE shouldn't be initialized anywhere. That should behave in the same way as the Edit Post editor regardless of the initialization settings.