View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0020728 | MMW 5 | Skinning framework | public | 2024-03-18 00:38 | 2024-04-25 10:35 |
Reporter | zvezdan | Assigned To | |||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0 | ||||
Target Version | 5.1 | Fixed in Version | 5.1 | ||
Summary | 0020728: data-control-class="Buttons" causes too wide buttons with Material Design and Flat Monkey | ||||
Description | I 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. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 3016 | ||||