Bug 315580 - Unable to select entries in Heap Dump Details
Summary: Unable to select entries in Heap Dump Details
Status: RESOLVED FIXED
Alias: None
Product: MAT
Classification: Tools
Component: GUI (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks: 300655
  Show dependency tree
 
Reported: 2010-06-03 09:13 EDT by Andrew Johnson CLA
Modified: 2014-01-31 07:59 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.