-
-
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 - creating selection with click & shift+click doesn't work #3133
Comments
Can you check again on your fiddle with the updated build? it looks working to me. |
That's surprising. It seems to be working fine now. Did you actually fix that without releasing new version? EDIT: Have you released the fixed code to npm? Because the freshly-installed npm version (1.6.3) still has these bugs. |
npm is still 1.6.3 as it was. |
as soon as i manage to clear all the things i tagged with 1.6.4 i will release 1.6.4 to cdn and npm. |
Let me know if i can close this issue. |
@asturur thank you very much for clarification. Yes, this can be closed. Cheers! |
Version
1.6.3
Test Case
http://jsfiddle.net/bn8vaw2e/
Steps to reproduce
Position the cursor just after last letter of the text. Shift click on the beginning of the text (to the left of the first letter). No selection is created.
Used to work fine in v.1.6.2 (downgrading however is not an option - in v.1.6.2 selecting a text with click&drag to left/right didn't work).
Expected Behavior
As per IText documentation,
create selection
should work onclick & shift + click
.Actual Behavior
Positioning a cursor via click and then performing
shift+click
doesn't create a selection.The text was updated successfully, but these errors were encountered: