View Issue Details

IDProjectCategoryView StatusLast Update
0020728MMW 5Skinning frameworkpublic2024-04-25 10:35
Reporterzvezdan Assigned To 
PriorityhighSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version5.0 
Target Version5.1Fixed in Version5.1 
Summary0020728: data-control-class="Buttons" causes too wide buttons with Material Design and Flat Monkey
DescriptionI have the script that has Buttons data class with the samewidth parameter set to true. The buttons are rendering fine with all skins that I tried, except Material Design and Flat Monkey that have them too wide. Well, of course this happens when these two skins have this:
.buttons .button {
    padding: 0px 16px;
    line-height: 32px;
    min-width: 64px;
}

I tried to override that by setting min-width in my html file, but without success (here is a part for the top two buttons):
                        <div data-control-class="Buttons" class="marginLeftSmall" data-init-params="{samewidth: true}">
                            <div data-id="btnSrcVertLine" data-control-class="Button" style="min-width: 16px" data-tip="Append | multi-path separator"> | </div>
                            <div data-id="btnSrcDblQuote" data-control-class="Button" style="min-width: 16px" data-tip='Append " multi-path separator'> " </div>
                        </div>

It would be nice if my script have an uniform look with all skins.
TagsNo tags attached.
Attached Files
samewidth - Flat Monkey.png (2,716 bytes)   
samewidth - Flat Monkey.png (2,716 bytes)   
samewidth - Metro M.png (1,524 bytes)   
samewidth - Metro M.png (1,524 bytes)   
samewidth - Monkey Grrove.png (1,497 bytes)   
samewidth - Monkey Grrove.png (1,497 bytes)   
samewidth - Golden Monkey.png (3,943 bytes)   
samewidth - Golden Monkey.png (3,943 bytes)   
samewidth - Purple Haze.png (4,890 bytes)   
samewidth - Purple Haze.png (4,890 bytes)   
Fixed in build3016

Activities

Ludek

2024-04-23 20:13

developer   ~0075226

Fixed in 3016

peke

2024-04-25 10:35

developer   ~0075270

Verified 3016