Bug 78549 - [consistency] pressing Tab on Button does not fire KeyUp
Summary: [consistency] pressing Tab on Button does not fire KeyUp
Status: RESOLVED WONTFIX
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: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords: consistency
Depends on:
Blocks:
 
Reported: 2004-11-12 16:19 EST by Grant Gayed CLA
Modified: 2007-11-26 15:52 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-12 16:19:52 EST
- run the ControlExample, Button tab
- turn on the KeyUp listener
- give focus to an example button, then press Tab
  -> on win32 no KeyUp event is shown
  -> everywhere else a KeyUp event occurs
Comment 1 Steve Northover CLA 2004-11-15 15:34:43 EST
I believe that this happens because keyboard focus is moved to another control 
and when the mouse up comes, focus is no longer in the original control.  Need 
to check this on other platforms but there doesn't seem like much we can do.
Comment 2 Fai Sigalov CLA 2004-11-16 09:06:55 EST
on other platforms the keyup is issued from the new widget that has gained focus
Comment 3 Steve Northover CLA 2005-01-19 19:43:38 EST
GG to prioritize.
Comment 4 Grant Gayed CLA 2007-11-26 15:52:03 EST
closing