Bug 16941

Summary: ACC: Cannot sort column in table view
Product: [Eclipse Project] Platform Reporter: Humphrey Lim <hwlim>
Component: UIAssignee: Nick Edgar <n.a.edgar>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P1 CC: Mike_Wilson, paulacox
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

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 ***