https://bugs.documentfoundation.org/show_bug.cgi?id=125040
--- Comment #23 from andreas_k <[email protected]> --- This is how the notebookbar was implemented within cool. https://github.com/CollaboraOnline/online/blob/master/browser/src/control/Control.NotebookbarWriter.js In general it's way simplier, but sure there is some way for improvement see https://github.com/CollaboraOnline/online/issues/1257 I like the simple structure of xml which was used for toolbars. There are most stuff already available. For conxtual and tabbed simple it would be not to complicate to switch to .xml the issue is that the general notebookbar layout isn't possible with .xml only. About the show/hide stuff. On mobile there is s button to swipe the toolbar which would be also fine for desktop I think. Than we can remove all this resizing code. -- You are receiving this mail because: You are the assignee for the bug.
