Actions
Bug #1197
closedWKeyEvent returns a wrong charCode and text
Start date:
03/19/2012
Due date:
% Done:
0%
Estimated time:
Description
WKeyEvent returns a wrong charCode and text.
The documentation of WKeyEvent::charCode() states that: for WInteractWidget::keyWentDown and WInteractWidget::keyWentUp events, '0' is returned.
The documentation of WKeyEvent::text() states that: for the WInteractWidget::keyWentDown and WInteractWidget::keyWentUp events, an empty string is returned.
The widgetgallery example shows this information, so once this is fixed, the example should not show the text and charCode if charCode==0.
Updated by Koen Deforche about 13 years ago
- Status changed from New to InProgress
- Assignee set to Pieter Libin
- Target version set to 3.2.2
Actions