DateChooser selects value by arrow keys and ignores modifiers. [message #49482] |
Fri, 15 February 2008 05:18  |
Eclipse User |
|
|
|
Originally posted by: svo.ciklum.net
Hi,
We are using DateChooser class and need to add listener to it to react
on Alt-ArrowDown key events. But in your implementation, internal
keyboard listener of the DateChooser completely ignores ALT modifier. As
a result, we get two listeners that react on alt-down - our own and
DateChooser's internal. This is really inconvenient and results in bugs
in our application. Can you provide some feedback?
Regards,
Stanislav
|
|
|
Re: DateChooser selects value by arrow keys and ignores modifiers. [message #49511 is a reply to message #49482] |
Sun, 17 February 2008 12:50  |
Eclipse User |
|
|
|
Key listener didn't control modifiers for navigation keys.
I added this control. Now the listener returns without doing anything
when the statemask is different of 0 for arrow keys, page up and page down.
I filled a bug for this in bugzilla.
Correction will be available in the next night build.
Regards,
Eric
Stanislav Vodetskyi a écrit :
> Hi,
>
> We are using DateChooser class and need to add listener to it to react
> on Alt-ArrowDown key events. But in your implementation, internal
> keyboard listener of the DateChooser completely ignores ALT modifier. As
> a result, we get two listeners that react on alt-down - our own and
> DateChooser's internal. This is really inconvenient and results in bugs
> in our application. Can you provide some feedback?
>
> Regards,
> Stanislav
|
|
|
Re: DateChooser selects value by arrow keys and ignores modifiers. [message #588612 is a reply to message #49482] |
Sun, 17 February 2008 12:50  |
Eclipse User |
|
|
|
Key listener didn't control modifiers for navigation keys.
I added this control. Now the listener returns without doing anything
when the statemask is different of 0 for arrow keys, page up and page down.
I filled a bug for this in bugzilla.
Correction will be available in the next night build.
Regards,
Eric
Stanislav Vodetskyi a écrit :
> Hi,
>
> We are using DateChooser class and need to add listener to it to react
> on Alt-ArrowDown key events. But in your implementation, internal
> keyboard listener of the DateChooser completely ignores ALT modifier. As
> a result, we get two listeners that react on alt-down - our own and
> DateChooser's internal. This is really inconvenient and results in bugs
> in our application. Can you provide some feedback?
>
> Regards,
> Stanislav
|
|
|
Powered by
FUDForum. Page generated in 0.07142 seconds