Bug 191735 - [About] Plug-ins table from About dialog should show sort arrows
Summary: [About] Plug-ins table from About dialog should show sort arrows
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC All
: P3 minor (vote)
Target Milestone: 3.4 M3   Edit
Assignee: Kim Horne CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, contributed, helpwanted
Depends on:
Blocks:
 
Reported: 2007-06-08 11:59 EDT by Grant Gayed CLA
Modified: 2007-10-29 10:51 EDT (History)
2 users (show)

See Also:


Attachments
Patch to implement the requested behaviour. (2.10 KB, patch)
2007-09-27 18:32 EDT, Remy Suen CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grant Gayed CLA 2007-06-08 11:59:18 EDT
3.3RC4

- Help -> About Eclipse SDK
- press Plug-in Details button
- click on a table header in the resulting Plug-ins table
  -> this sorts the column's entries but does not give a visual indication in the column header (Table.setSortColumn(...) and Table.setSortDirection(...) needed)
Comment 1 Remy Suen CLA 2007-09-27 18:32:40 EDT
Created attachment 79345 [details]
Patch to implement the requested behaviour.

I also took the liberty to correct the initial sorting that was performed. The index of the 'Plug-in Name' is now 2 instead of 1 due to the addition of the 'Signed' column.
Comment 2 Kim Horne CLA 2007-09-28 09:26:52 EDT
The patch works for subsequent clicks on the column header but it is initially drawn without any indicator.  I've updated the patch to reflect this.
Comment 3 Kim Horne CLA 2007-10-29 10:51:58 EDT
Verified in I20071029-0010