Bug 16941 - ACC: Cannot sort column in table view
Summary: ACC: Cannot sort column in table view
Status: RESOLVED DUPLICATE of bug 13895
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Nick Edgar CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-22 14:04 EDT by Humphrey Lim CLA
Modified: 2002-05-26 15:45 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Humphrey Lim CLA 2002-05-22 14:04:37 EDT
The control used in the Class Statistics View is a SWT table. SWT uses on 
Windowsa list view control to create the SWT table control. The list view 
control on Windows provides only mouse click access to the header, the header 
doesn't receive focus so it cannot be reached by pressing tab. As an example 
Windows Explorer, which uses the same control to display folders and files
doesn't have this accessibility function implemented.
Comment 1 Mike Wilson CLA 2002-05-22 14:14:53 EDT
I'm sorry for being dense, but I don't understand what this PR is saying. If 
Windows Explorer "doesn't have this accessibility function implemented", 
why should we?

Are you saying that Eclipse needs to have an alternative way to request 
that the columns be sorted? If so, this is a UI issue, not SWT. SWT does 
not provide any table sorting functionality. The behavior is implemented in 
a layer above us.
Comment 2 Mike Wilson CLA 2002-05-24 20:59:58 EDT
Moving to UI for consideration.
Comment 3 Nick Edgar CLA 2002-05-26 15:45:56 EDT
See comments in bug 13895.


*** This bug has been marked as a duplicate of 13895 ***