You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
I just committed a fix for this. Downside of the fix is that the inputs became far too heigh on IE7/8. To resolve this, and some other issues, I made some bigger changes to the textinput widget.
Bigger changes like that is not something we can land in a maintenance release like the upcoming 1.2.1. So we decided to wait with the fix for the issue that you reported until 1.3 as well.
For now you can add this to your custom CSS to fix the issue:
And if you use a class to target old IE (e.g. <!--[if lt IE 9]> <html class="old-ie"> <![endif]-->) you can negate the min-height to fix the height of inputs on IE7/8:
Issue description:
In IE9, the descender (tail) part of some lowercase letters such as g, p, q or y are clipped.
Steps to reproduce:
http://jquerymobile.com/demos/1.2.0/docs/forms/textinputs/
http://code.jquery.com/mobile/latest/demos/docs/forms/textinputs/
Platforms/browsers:
jQuery Mobile and jQuery core version used:
Thank you!
The text was updated successfully, but these errors were encountered: