Bug 79186 - [consistency] pressing Enter on Button fires MouseUp on win32 only
Summary: [consistency] pressing Enter on Button fires MouseUp on win32 only
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 09:45 EST by Grant Gayed CLA
Modified: 2004-11-24 16:49 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 09:45:35 EST
- run the ControlExample, stay on the default Button tab
- listen for MouseUp and Selection
- give focus to one of the example Buttons and press Enter
  -> on win32 you'll get MouseUp, Selection
  -> everywhere else you'll only get Selection
Comment 1 Steve Northover CLA 2004-11-22 18:46:16 EST
Windows sends a fake mouse down and up in order to click a button.  Not much 
we can do about this other than set an ignore flag to avoid the callbacks 
going to the control.
Comment 2 Steve Northover CLA 2004-11-24 16:49:47 EST
Fixed > 20041124