-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Override native IE10+ placeholder behavior, disappearing text on focus #204
Comments
👍 I'd love to see this as well. |
👍 Yes, this would be very helpful. Anyone managed to do this already? |
Seems like it's a bug in IE10: I can see this happening in IE 10 for their native placeholder implementation. Haven't tried it in IE11 yet. What can be done is to force IE10 to actually use the plugin's functionality even though it supports it natively already. We would have to determine when a browser is IE 10. |
Can verify that the bug still persists in latest IE11 (11.0.9600.17498) |
@danielHalan hmm. well we can add a option something like We need to find out how to determine if the user's browser is IE 10 or 11 to be able to do it. It would be best to determine it by using feature detection rather than by sniffing the browser's user agent. Any ideas? |
I'm going to say this is related to #92 |
Argh, I need this feature now :) |
Closing, duplicate of #92 |
modern IE native placeholder feature clears the text on Focus, which isnt so good when using JS to pre-select a textbox.
Is there a way to override this behavior? if not, would be a nice feature.
The text was updated successfully, but these errors were encountered: