Changes between Initial Version and Version 1 of Ticket #12875, comment 4
- Timestamp:
- Feb 2, 2015, 8:34:59 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12875, comment 4
initial v1 12 12 1. Both editors should by default load the toolbar layout that is actually set (which editor would use). Now they load all buttons in one row which is not true for normal editor. See the old toolbar sample to learn how to read toolbar layout. 13 13 1. There's some error thrown right now. 14 1. We don't need the "Toggle editable" button.14 1. DONE: We don't need the "Toggle editable" button. 15 15 1. It would be good if toolbar buttons were not clickable. I checked that setting `pointer-events: none` on the toolbar element seems to be enough. 16 16 1. It's useful that the tool's width is proportional to window size - thanks to that one can check how the toolbar will behave in different widths.