Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » DateChooser selects value by arrow keys and ignores modifiers.
DateChooser selects value by arrow keys and ignores modifiers. [message #49482] Fri, 15 February 2008 10:18 Go to next message
Eclipse UserFriend
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 17:50 Go to previous message
Eric Wuillai is currently offline Eric WuillaiFriend
Messages: 27
Registered: July 2009
Junior Member
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 17:50 Go to previous message
Eric Wuillai is currently offline Eric WuillaiFriend
Messages: 27
Registered: July 2009
Junior Member
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
Previous Topic:DateChooser selects value by arrow keys and ignores modifiers.
Next Topic:Suggestions for display of editable and non-editable cells in Grid
Goto Forum:
  


Current Time: Fri Apr 19 21:56:42 GMT 2024

Powered by FUDForum. Page generated in 0.03362 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top