-
-
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 #2819
Comments
Closed as not reproducible on test case. |
Ok, when i use library which you send me the first character show, but don't work download on retina displays.
|
Hello, Here, you can see that the first character is ignored when you type. |
Please refer to the jsfiddle and you will see it works. |
Yes, you are right! |
Version
1.6.0
Test Case
http://jsfiddle.net/Da7SP/16/
Steps to reproduce
text is my Itext class
canvas.add(text);
canvas.setActiveObject(text);
text.selectAll();
text.enterEditing();
text.hiddenTextarea.focus();
Expected Behavior
Actual Behavior
My Itext object is selected and when i start typing first character don't show.This is worked earlier,but I update my fabric.js library some day before(when you update issues for retina displays), and now don't work again. My fabric.js version is:"1.6.0-rc.1". This is related on this issue : #2451.
The text was updated successfully, but these errors were encountered: