View Issue Details

IDProjectCategoryView StatusLast Update
0020907MMW 5Skinning frameworkpublic2024-05-08 14:19
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilityN/A
Status resolvedResolutionfixed 
Fixed in Version5.1 
Summary0020907: showSidebarLeft and showSidebarRight toolbar buttons should have unique classes or data attributes (opened/closed)
DescriptionI have created showSidebarLeft and showSidebarRight icons with different svg paths for opened and closed state of the corresponding panels, but it is very hard to set display property to them since there is no indication for the button what is the current state. The only thing that is changing when toggling these buttons is their data-tip, but it depends on the language and because of that it cannot be used to determine the state of panel inside skin.

My skin is using quite complex css code to determine opened/closed state of panels, and I am afraid that it could slow down rendering.

It would be better if these buttons have added one new class or data attribute that will tell if the corresponding panel is opened or closed. The left button is especially problematic because it could change its state on different tabs.
TagsNo tags attached.
Fixed in build3020

Activities

michal

2024-05-08 14:19

developer   ~0075370

Last edited: 2024-05-08 14:19

Fixed in build 3020. Used "data-checked" attribute for opened state.