Bug 145565 - Details pane of Updates dialog is too small
Summary: Details pane of Updates dialog is too small
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Update (deprecated - use Eclipse>Equinox>p2) (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Update-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2006-06-06 11:40 EDT by Tod Creasey CLA
Modified: 2008-04-22 10:57 EDT (History)
2 users (show)

See Also:


Attachments
Screenshot with extra large fonts (16.55 KB, image/png)
2006-06-06 11:41 EDT, Tod Creasey CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2006-06-06 11:40:58 EDT
RC7

The details pane of the Updates dialog is too small (only one line). If the fotn selected is large or the text is long you will get scrollbars very quickly.
Comment 1 Tod Creasey CLA 2006-06-06 11:41:52 EDT
Created attachment 43599 [details]
Screenshot with extra large fonts
Comment 2 Mike Wilson CLA 2008-04-22 10:57:18 EDT
The code that displays this is org.eclipse.update.internal.ui.wizards.ReviewPage. It puts a sash between the list and the details, and sets the ratio to be 10:2, which is acceptable for most uses. 

Since the full text is accessible via the scrollbars, and the area can be made larger using the sash, and a correct fix would require us to know what strings are being displayed (which would be difficult given the way the page is created), we are marking this WONTFIX.