angular-placeholder-shim icon indicating copy to clipboard operation
angular-placeholder-shim copied to clipboard

IE9 input form movement causes placeholder text out of place.

Open sumowrestler opened this issue 11 years ago • 4 comments

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.

sumowrestler avatar Oct 10 '14 10:10 sumowrestler

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.

payalcsureja avatar Dec 11 '14 21:12 payalcsureja

Thanks for the suggestion, I'll give it a try.

sumowrestler avatar Dec 12 '14 10:12 sumowrestler

@sumowrestler did you find a solution? I have the same problem.

MagdaN avatar Jan 21 '15 12:01 MagdaN

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 .

sumowrestler avatar Jan 21 '15 19:01 sumowrestler