Maxlength tooltip is not working in IE9

Hi All,

I am working on a form using bootstrap 3.2.0, i am using maxlengh tooltip counter for my textarea, it is working in firefox, chrome and in IE10 versions but not supporting IE9, I want to run this tooltip in IE9 is there any supporting jquery/js for resolving this issue…

working link:
http://metalsauda.com/GlobalLogistics/maxlenght/index.html

IE 10 working screenshot

IE 9 not working screenshot

thanks…

Do you have this up on a test site so we can see the code and test it?

1 Like

According to Can I Use, IE8 and IE9 only have partial support for the maxlength attribute.

HTH,

:slight_smile:

Working url:
http://metalsauda.com/GlobalLogistics/maxlenght/index.html

Hi,

The tooltip is being displayed in IE9 except that is white on a white background which means its invisible. The tooltip in IE9 says “You have entered NAN of 2000 characters” and gets the class of label-inverse which you have not defined in your CSS so there is no background.

The original script does work in IE9 on textareas but it is your placeholders script that is breaking IE9 and conflicting with the max-length script value.

I would remove the placeholder script from checking the textareas that you want to count or ask someone in the js forum to modify it.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.