Bug 315580

Summary: Unable to select entries in Heap Dump Details
Product: [Tools] MAT Reporter: Andrew Johnson <andrew_johnson>
Component: GUIAssignee: Project Inbox <mat.gui-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: krum.tsvetkov
Version: 1.0Keywords: accessibility
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:
Bug Depends on:    
Bug Blocks: 300655    

Description Andrew Johnson CLA 2010-06-03 09:13:58 EDT
Only the first entry in each row can be selected. This might cause problems 
for screen readers.
Comment 1 Andrew Johnson CLA 2010-06-03 09:14:29 EDT
Adding SWT.FULL_SELECTION to the TreeViewer would mean that the whole line was selected.
Is that good enough?
Comment 2 Andrew Johnson CLA 2010-06-07 11:23:43 EDT
Added SWT.FULL_SELECTION so whole row is read by screen reader.