jQWidgets Forums

jQuery UI Widgets Forums Grid Checked List Filter – Text Alignment Question

This topic contains 1 reply, has 2 voices, and was last updated by  Peter Stoev 10 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author

  • gombbc
    Participant

    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>


    Peter Stoev
    Keymaster

    Hi gombbc,

    If an HTML is set via the “setContent” method call, the widget displays the new content without automatically setting any margins, paddings, etc since 3.4. This is intentional. Otherwise, user may want to set a margin and the widget will overwrite it which is wrong.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.