-
Notifications
You must be signed in to change notification settings - Fork 723
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
Caret goes to the beginning in at least Firefox 25 when the input value is not empty. #262
Comments
Actually the caret should end up wherever you click inside of the input to open the keyboard. Clicking between two numbers: The caret starts in that position: The calculator demo just has the numbers aligned to the right, so the majority of the time the user clicks in the empty space on the left, causing the caret to start at the beginning. |
|
Hi @agamemnus! Hmm, I'm actually seeing the opposite of what you are describing. Chrome is moving the caret to the end when you click on the left, and Firefox places the caret on the left. I'll investigate this further when I get a chance. |
I had the same problem in FF. In my case, $.fn.caret from jquery_keyboard.js was conflicting with caret function from jquery_ maskedinput.js. So i just renamed it and this solved the problem. |
I have the same problem in google chrome ... issue #330 just see it..!!! |
This should be fixed in the master branch along with issue #343. |
It should be at the end... At least Firefox 25 through 28, I believe.
You can see it in your calculator example.
There's also a problem with the cursor not being seen at all depending on where you are in the input box and what your CSS transform:scale value is, but that one might be a Firefox problem...
The text was updated successfully, but these errors were encountered: