User tests: Successful: Unsuccessful:
With the release of tinymcec 5.1 we have some extra features available. This PR adds the toolbar drawer and the sticky toolbar
If you have a very long editor area then as you scroll the toolbar becomes sticky at the top of the screen so that it is always available
This restricts the toolbar to only display one row (depending on the screen size) and if there are buttons that can not fit on the row then a ...
button appears which can be used to open and close the drawer to the other buttons.
To ensure that our CMS Content
buttons are always displayed I moved them from the end to the beginning.
The Toolbar Drawer does not support the creation of multiple toolbars so to maintain backwards compatibility I merge the two toolbars into one.
Note: None of the presets were using the second toolbar
TinyMCE 5.2 will expand on this feature and allow greater customisation but they have not revealed how yet.
I have not made either of these as configurable settings - there are enough of those already.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Labels |
Added:
?
|
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-02-13 10:15:48 |
Closed_By | ⇒ | wilsonge |
woohoo
LGTM. Thankyou