-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Can't directly type values to all cells 0.9.11 while holding SHIFT key #944
Comments
I have tried to reproduce the described error using the table at http://handsontable.com/ but everything seems to work fine. Could you prepare a jsFiddle? |
I basically have same problem with Entering values with the combination of Shift key [Shift+A] |
Actually I have the same problem with @claw68. At first I think the problem is occuring when typing non numeric, but after some try I finally know the exact problem. Thanks claw. |
Please, prepare an exmaple reproducing the described error, becasue I'm still unable to repeat it. |
Step 1: go to http://handsontable.com/ Without the combination of Shift, it works normally. |
Ok, now I get it. The SHIFT + * combinations don't open cell editors. I was trying to type SHIFT + * chars after opening the editor using double click. |
SHIFT + Printable Characters in [0.9.12] stil doesn't work. For me this should be marked as high priority!! |
Read the last comment on issue #950 . Will be fixed in release 0.9.13 |
…aracter keyboard events.
After applying the patch by psmolenski, the table behaves correctly in Chrome. In Firefox, it works only for letters not preceded by dead keys. |
I applied that patch also. But HOT behaves exactly like @Glutexo said. I mainly use HOT just to run in firefox because of my app's specific functionality. |
I have made some further improvements. Please, check if it solves the described problem. |
I have checked that on 0.9.12 this bug still exists in Chrome. |
To @jackal-scratch, try to apply @psmolenski's fix at https://github.com/psmolenski/jquery-handsontable/commit/75b6534b5b133fc511778bb23bf2952642a3661c to your HOT then check the problem! |
Fixed in HOT 0.9.13. Could you please get the new version and recheck? Thanks a lot to everyone involved in investigating this! |
It works perfectly. Thanks for the great project. Please pattiently take a look at issue #975 |
I Experience a small but annoying problem when typing non numeric values to HT cells.
Reproduce:
. When I type for example "a" directly to the cell, HT cells are became freezing. It gets normal after double click to the cell. Entering numeric values no problem.
Help for this!
The text was updated successfully, but these errors were encountered: