Bug 79191 - [consistency] Button KeyUp-Selection differences
Summary: [consistency] Button KeyUp-Selection differences
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords: consistency
Depends on:
Blocks:
 
Reported: 2004-11-22 10:30 EST by Grant Gayed CLA
Modified: 2004-11-24 18:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Gayed CLA 2004-11-22 10:30:59 EST
- run the ControlExample, stay on the default Button tab
- listen for KeyUp and Selection
- give focus to an example Button on the page
- press Space
  -> on win32 and gtk you'll get KeyUp - Selection
  -> on motif and mac you'll get Selection - KeyUp
Comment 1 Steve Northover CLA 2004-11-22 18:54:30 EST
Windows issues selection on key up.  GTK issues selection on mouse down (try 
holding the space key down).  I didn't check the other platforms.

NOTE:  It is not defined whether selection comes on key down or key up.  This 
is platform specific.
Comment 2 Steve Northover CLA 2004-11-24 18:17:07 EST
Fixed > 20041124 (NOTE: Javadoc only, no code fix was necessary)
Comment 3 Steve Northover CLA 2004-11-24 18:17:14 EST
adfgadfg