jQWidgets Forums

This topic contains 2 replies, has 2 voices, and was last updated by  Dimitar 11 years, 4 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • line-height for IE8 #48317

    Yuri Antipin
    Participant

    If the line-height of the <input> is not set, IE8 aligns the content by top. Please add setting of the line-height for all jqxWidgets controls: jqxInput, jqxPasswordInput, jqxNumberInput, jqxDateTimeInput, etc.

    el.jqxInput({ height: 22 }); => <input style=”height: 22px; line-height: 22px;”>

    Best Regards, Yuri Antipin.

    line-height for IE8 #48328

    Yuri Antipin
    Participant

    update:

    for the case

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    line-height must be reduced by top- and bottom border-width.

    line-height for IE8 #48336

    Dimitar
    Participant

    Hello Yuri Antipin,

    Thank you for your feedback. We will consider your suggestion.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

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

You must be logged in to reply to this topic.