Bug 43610 - 'Shift+Alt+' gives 0x00 as key code and character
Summary: 'Shift+Alt+' gives 0x00 as key code and character
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.0   Edit
Hardware: PC Linux-GTK
: P1 blocker (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-24 16:28 EDT by Douglas Pollock CLA
Modified: 2003-09-24 18:53 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Douglas Pollock CLA 2003-09-24 16:28:16 EDT
Using snippet #25 on Eclipse-GTK-I20030924 (GNOME), do the following:

1.) Press and hold 'Shift'
2.) Press and release 'Alt'
3.) Release 'Shift'


OBSERVED RESULTS:
DOWN: stateMask=0x0, keyCode=0x20000, character=0x0 '\0'
DOWN: stateMask=0x20000 SHIFT, keyCode=0x0, character=0x0 '\0'
UP  : stateMask=0x30000 ALT SHIFT, keyCode=0x0, character=0x0 '\0'
UP  : stateMask=0x20000 SHIFT, keyCode=0x20000, character=0x0 '\0'

DESIRED RESULTS:
keyCode=0x10000 on the second key down.
Comment 1 Douglas Pollock CLA 2003-09-24 16:28:52 EDT
This is needed for M4.  (steve: you're not out of the woods yet.)
Comment 2 Steve Northover CLA 2003-09-24 18:53:00 EDT
Fixed > 20030924 (I live in the woods)