jqwidgets team,
We have recently upgraded from version 3.2.2 to 3.4.0. It has been observed that the “checked list filter”‘s “Select Filter” text does not have the same margins as it did before. Following is an example of the html, please not the differences in margin-* values.
Is this intentional? It is obviously a minor issue. I just want to understand if broader alignment changes were made and applications using these controls need to consider handling these styles for themself.
Jqxwidgets 3.2.2
<div id=”dropdownlistContentjqxWidget41acc006″ style=”outline: none; border: none; float: left; position: relative; width: 68px; height: 21px; left: 0px; top: 0px; margin-top: 2px; margin-bottom: 2px; background-color: transparent;” class=”jqx-dropdownlist-content jqx-dropdownlist-content-bootstrap”>Select Filter</div>
Jqwidgets 3.4.0
<div id=”dropdownlistContentjqxWidget450e10ab” unselectable=”on” style=”outline: none; border: none; float: left; position: relative; width: 68px; height: 21px; left: 0px; top: 0px; margin-top: 0px; margin-bottom: 0px; background-color: transparent;” class=”jqx-dropdownlist-content jqx-dropdownlist-content-bootstrap”>Select Filter</div>