Unplanned
Last Updated: 06 Dec 2017 09:34 by ADMIN
ADMIN
Peter Milchev
Created on: 06 Dec 2017 09:32
Category: ToolBar
Type: Bug Report
1
Incorrect rendering when adding buttons client-side to a DropDown in a vertical oriented ToolBar
Replicated only when Orientation=Vertical. The problem seems to be the _responsiveCheck function of Toolbar\Views\LiteView.js called from the _repaint method of the same file.

screencast: https://www.screencast.com/t/SF5b1KZR7pIp

screenshot before/after https://www.screencast.com/t/KG645ZgX

Workaround: calling toolbar.get_view()._showAllHiddenItems(); after adding programmatically the buttons.
0 comments