Bug 4833 - Remove focus button from Table (1GK7MK4)
Summary: Remove focus button from Table (1GK7MK4)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Grant Gayed CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-11 14:23 EDT by Grant Gayed CLA
Modified: 2001-12-03 17:28 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 2001-10-11 14:23:48 EDT
Placeholder

We tried to remove the button that we currently add to Tables which accepts focus on behalf of
its parent table.  However the attempt resulted in the introduction of new problems, so it was not
released.

The attempted changes are detailed in a comment at the bottom of class TableFocusIssues, which
is in the Grant project in repository swtwork.

NOTES:
Comment 1 DJ Houghton CLA 2001-10-29 16:42:07 EST
PRODUCT VERSION:
135

Comment 2 Grant Gayed CLA 2001-12-03 17:28:24 EST
Fixed.  Focus is now forced onto the Table, rather than letting it move to the 
proxy and listening to it.  The proxy is now gone.