-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
IText/Textbox - The first character is ignored when you type after selecting all text #2451
Comments
We need to start adding functional tests where characters are being typed, removed, selected, etc. Sent from my iPhone
|
Couldn't this be related to #2448? |
I don't have the time to write tests at the moment (thus no pull request), but I did find a few minutes to try something out. I think that replacing the
Hope this is at least somewhat helpful. |
found the error and solved. PR is coming. |
Great news, just made my monday morning. Thanks 😄 |
This I think still happens on 1.6.0, or it has been fixed already? |
It has been fixed. There are some little problems with internet explorer 11 or edge. |
It is still not working for IE 11. Any solution that can do the fix? |
@kangax @jafferhaider @asturur any update?? please |
This is still not working with 1.6 and Chrome. Any update? |
can you replicate the problem in a fiddle? to me it works. |
@asturur It is not working in IE 11. I checked the same fiddle http://jsfiddle.net/kg9weds5/8/ . Double click to edit. Select all text type something you will see the bug. |
i try today and investigate. |
Thanks. |
I was working with a RC version. After upgrading to 1.6.2 this has been fixed on Chrome |
yea but problem still persists in IE. |
ie11 or ie edge? |
IE 11. haven't checked it on edge. |
Same issue with chrome btw. |
for me it worked fine with chrome. I am using chrome Version 51.0.2704.103 |
I can confirm the bug for IE 11 (exactly: 11.0.9600.18349) for deepdoons jsfiddle.. |
guys fiddle runs on 1.6.0-rc1 |
Hi @asturur it is still not working for IE11 using 1.6.0-rc1 and 1.6.3. Steps that i followed for http://jsfiddle.net/kg9weds5/8/ are:
So it is still skipping first letter in IE 11. Thanks |
ok i could replicate finally. |
Ran into this problem with IE11. Here's a JSFiddle test case: http://jsfiddle.net/ewu2u5dr/1/ |
Steps for recreating:
This is a recent issue, haven't come across it in the older builds. Any ideas @asturur?
The text was updated successfully, but these errors were encountered: