angular-placeholder-shim
angular-placeholder-shim copied to clipboard
IE9 input form movement causes placeholder text out of place.
Nice work with this plugin, thanks.
Issue is with IE9, when showing form validation messages on screen elements are moved leaving placeholder text in old position.
Any help appreciated.
Thank you.
Looks good in IE8.
Awesome wrapper to apply jquery-html5-placeholder-shim/jquery.html5-placeholder-shim.js (https://github.com/parndt/jquery-html5-placeholder-shim)
I found same IE9 issue when I have dynamic update on ng-repeat variable.
what I found is this issue is not in this plugin. But it's there in jquery-html5-placeholder-shim/jquery.html5-placeholder-shim.js.
I tried to fix it by commenting/removing this 2 lines
//top: ot.top - op.top, //left: ot.left - op.left,
from function "calcPositionCss"
This worked for me. Hope this helps to you.
Thanks for the suggestion, I'll give it a try.
@sumowrestler did you find a solution? I have the same problem.
Hi, no sorry only by using another library unfortunately as this is a good library and IE9 is a must for our project.
On Wednesday, January 21, 2015, Magdalena Noffke [email protected] wrote:
@sumowrestler https://github.com/sumowrestler did you find a solution? I have the same problem.
— Reply to this email directly or view it on GitHub https://github.com/urish/angular-placeholder-shim/issues/6#issuecomment-70825840 .