jQuery UI Widgets › Forums › Grid › On edition, when CAPS LOCK is activated the first character is always lowercase
Tagged: CAPS LOCK, click, double-click, Edit Mode
This topic contains 14 replies, has 4 voices, and was last updated by mattcash 7 years, 5 months ago.
-
Author
-
October 30, 2015 at 10:32 am On edition, when CAPS LOCK is activated the first character is always lowercase #77563
ISSUE : when CAPS LOCK is activated, if we start to edit a cell, the first character is always a lowercase character.
STEPS to reproduce it:
– Activate CAPS LOCK
– Go to the jqxGrid
– Click in any cell : Not double click, only Click to don’t enter in edition mode.
– Write : “ABCDE”Expected: “ABCDE”
Currently: “aBCDE”You have planned to fix it soon?
Regards
October 30, 2015 at 12:55 pm On edition, when CAPS LOCK is activated the first character is always lowercase #77572Hi dpibt,
We tested this case and can’t see such a behavior.
Please try to update to the latest version 3.9.1Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 3, 2015 at 8:19 am On edition, when CAPS LOCK is activated the first character is always lowercase #77682Hi ivailo!
The site http://jsfiddle.net/jqwidgets/NEWud/ is using the latest version? because I can reproduce the issue in this site.
If not… where could I test the behaviour of the latest version before decide to update?
Update to the latest version of jqwidgets implies time, resources, and some approvals from the “big bosses” 🙂
I think we will do it in a short term, but for now we need a solution…
there is a simple way to fix it? could give us a hand on this?
We will be very grateful.
Best regards!Carlos
DPIBT-TeamNovember 3, 2015 at 9:11 am On edition, when CAPS LOCK is activated the first character is always lowercase #77684Hi again.
I just check that the site : http://jsfiddle.net/jqwidgets/NEWud/
is using : https://jqwidgets.com/public/jqwidgets/jqx-all.jswhich is the latest version:
/*
jQWidgets v3.9.1 (2015-Oct)
Copyright (c) 2011-2015 jQWidgets.
License: http://jqwidgets.com/license/
*/Please try to reproduce it again.
November 3, 2015 at 9:16 am On edition, when CAPS LOCK is activated the first character is always lowercase #77687Don’t Double click on a cell to begin an edit operation. Instead that just press any keys having CAPS LOCK activated (for example “ABC”).
The result is that the first character is always in lowercase: “aBC”.Best regards!
Carlos
DPIBT-TeamNovember 4, 2015 at 8:04 am On edition, when CAPS LOCK is activated the first character is always lowercase #77727Hi dpibt,
You can set
editmode: 'click',
if you want to prevent this behavior.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 10, 2015 at 9:10 am On edition, when CAPS LOCK is activated the first character is always lowercase #77935Hi Ivailo!
As we tested, this behaviour is still present in the last version of JQWidgets.
Start edition with any key is a requirement from our users, so we will try to find a workaround to fix this.
Our question: Are you planning to include a solution to fix this in next versions?
Thank you very muchBest Regards
Carlos
DPIBT-TeamNovember 10, 2015 at 11:05 am On edition, when CAPS LOCK is activated the first character is always lowercase #77944Hi dpibt,
We will consider this behavior.
As an workaround you can check for CAPS LOCK and with cellvaluechanging callback to return the value in uppercase.Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 12, 2015 at 10:33 am On edition, when CAPS LOCK is activated the first character is always lowercase #78033Hi again ivailo
Thanks for the answer.
We already tryed the workaround that you propose, but we can’t check properly the status of the CAPS LOCK, because the code involved is in an event where the value of the key (keydown) is always the same (with or without CAPS LOCK).
Related to this, for the same reasons (the use of “keydown” instead “keypress”), we can’t start to edit a cell with some symbols.for example (with CAPS LOCK active), if we want to write:
ABCDE
(OTHER)
“5”
$1000we get:
aBCDE
8OTHER)
25″
41000Please, let us know any news about this issue.
Thanks in advance.Best Regards
Carlos
DPIBT-TeamNovember 12, 2015 at 1:02 pm On edition, when CAPS LOCK is activated the first character is always lowercase #78039Hi dpibt,
Please try also this approach with initeditor.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comNovember 13, 2015 at 9:52 am On edition, when CAPS LOCK is activated the first character is always lowercase #78096Hi ivailo,
This approach only works when the caps lock is pressed on the screen, not if was pressed prior to access to the page, so the solution is not complete.
It is possible to create a keypress sniffer on the page and then set up a global variable as you did to be consulted later? I’ve tried it but is not working either.
Using keypress sniffer could detect the keyCode to see if ASCII is for Upper or lowe case
November 16, 2015 at 12:24 pm On edition, when CAPS LOCK is activated the first character is always lowercase #78204Hi dpibt,
Unfortunately we cannot offer you more options to be fixed this behavior.
Best Regards,
Ivailo IvanovjQWidgets Team
http://www.jqwidgets.comFebruary 2, 2016 at 10:04 am On edition, when CAPS LOCK is activated the first character is always lowercase #81012Hi all,
We have purchased a development support license, is there any version where this issue is going to be solved? As a collateral effect also is impossible to start edition through special characters like &%/( etc.
Best regards
February 2, 2016 at 11:22 am On edition, when CAPS LOCK is activated the first character is always lowercase #81022Hi dpibt,
Sorry, but this cannot be resolved. We cannot detect if Caps lock is pressed or not.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.comJune 30, 2017 at 12:54 pm On edition, when CAPS LOCK is activated the first character is always lowercase #94633 -
AuthorPosts
You must be logged in to reply to this topic.