Bug 79229 - [consistency] Tables treat Space differently
Summary: [consistency] Tables treat Space differently
Status: CLOSED 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: stalebug
Keywords: consistency
Depends on:
Blocks:
 
Reported: 2004-11-22 14:40 EST by Grant Gayed CLA
Modified: 2019-09-04 01:57 EDT (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 14:40:13 EST
- run the ControlExample, go to the Table tab
- listen for KeyUp, KeyDown, Selection and DefaultSelection
- give focus to an item in the example Table on the page
- press Space, and the following will be fired:
  -> win32 and mac: KeyDown, KeyUp
  -> motif: KeyDown, Selection, KeyUp
  -> gtk: KeyDown, Selection, DefaultSelection, KeyUp

My guess here is that the motif behaviour is "correct" since it most closely 
matches the behaviour of pressing Space on a Tree item.
Comment 1 Steve Northover CLA 2004-11-22 19:10:26 EST
On some platforms and in certain widgets, space doesn't select an item.  Need 
to check the various controls.
Comment 2 Steve Northover CLA 2005-01-19 19:53:13 EST
Grant to prioritize.
Comment 3 Lars Vogel CLA 2019-09-04 01:57:46 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it and remove the stalebug whiteboard tag. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--