View Issue Details

IDProjectCategoryView StatusLast Update
0020493MMW 5Main Panel: Toolbars & Menuspublic2024-03-30 21:10
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version5.1 
Summary0020493: The first row in the Playing menu with Undo/Redo buttons should have different layout
DescriptionI don't know if this can be done through the skinning, I cannot use Inspect Element with menus to see how it is represented in HTML.

The first row in the Playing menu with Undo/Redo buttons should not have background as other regular menu items. If I may suggest, it should have the similar layout to the menu arrow buttons (those rows on the top/bottom of menus with too many items).
Tagstodoc-dev
Fixed in build3004

Activities

michal

2024-02-22 12:21

developer   ~0074334

Fixed in build 3001. Fixed also centering of buttons.
It is now possible to use different style for such menu item, it has classes "menuitem menucustom". Buttons inside have standard class "submenuicon".

zvezdan

2024-03-08 22:42

updater   ~0074541

Last edited: 2024-03-08 22:48

Thanks. It is now possible to skin the mentioned menu row properly, but I have the same problem as with the gear icon reported in another issue (0020619). I would like to skin Undo/Redo buttons differently than the submenuicon. As I mentioned in another issue, the sub-menu icons should not change colors when hovered, but these two buttons should do that in my skin.

Could you add a new class for these two buttons instead of submenuicon? I managed to skin them properly using submenuicon with [data-id=undoBtn] and [data-id=redoBtn], but if your program gets some new buttons similar to these two in the future, then I would need to update the submenuicon part of my skin again.

If you decide to change submenuicon class for these two buttons, it should be a done with a new class. The menuhotlink class added in the latest version wouldn't be appropriate for them either since they have a different functionality (the gear icons open a new dialog box, while these two buttons execute a command directly).

michal

2024-03-09 08:04

developer   ~0074543

Fixed in build 3004. Used class "custommenubutton".

peke

2024-03-30 21:10

developer   ~0074889

Verified 3010