Defect #582
Impossible to get key TAB
Status:
Rejected
Priority:
Normal
Assignee:
-
Start date:
11/21/2012
Due date:
% Done:
0%
Estimated time:
Browser (if web client):
Description
I tried in all ways but it same impossibile to intercept the tab key.
Files
History
Updated by Patrick Talbot over 12 years ago
- Status changed from New to Rejected
This key is already intercepted by Servoy in the onFocusLost event, you can return false to that event and it will prevent the focus to be lost and you will have trapped the tab key.
Updated by Andrej Candek over 12 years ago
- File test.servoy test.servoy added
Patrick Talbot wrote:
This key is already intercepted by Servoy in the onFocusLost event, you can return false to that event and it will prevent the focus to be lost and you will have trapped the tab key.
I try but nothig.
It works only with the last element on the form.
Can you checkmy test form because i can't understand where is the error. Thanks