major
minor
minor
#27027
Declarative forms: SelectField disappears after upload if option list depends on mandatory property
#27042
MaintenanceJspBase should write to the log first, then to the client, instead of the other way around.
defect
minor
#26984
Not all tab bars take into account the theme variable setting 'LEVEL_ONE_BAR_SIZE'.
The problem is that tab bars are defined in various layout XML files without inheriting the renderer settings from the template:
<tabbar name="Tabbar">
<renderer class="%LEVEL_ONE_BAR_RENDERER%"
barSize="%LEVEL_ONE_BAR_SIZE%"
tab-bar-class="%LEVEL_ONE_BAR_CSS%"
/>
The theme variable LEVEL_ONE_TAB_FRAME_BAR_SIZE is no longer used and can be omitted.
Implementation
The theme variables
- TABBAR_HEIGHT
- TABBAR_CSS_CLASS
are used to set the height and CSS class of a tab bar, respectively.
Test
In the theme editor, adjust the height of the tab bar using the corresponding theme variable and check whether the change is applied in the application.