Bug 144530 - [Help] Help tray frequently cut off in wizards in High Contrast
Summary: [Help] Help tray frequently cut off in wizards in High Contrast
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: User Assistance (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.4 M7   Edit
Assignee: platform-ua-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2006-05-30 15:51 EDT by Tod Creasey CLA
Modified: 2008-04-23 11:01 EDT (History)
3 users (show)

See Also:


Attachments
Screenshot of the file system import wizard (32.36 KB, image/png)
2006-05-30 15:56 EDT, Tod Creasey CLA
no flags Details
Patch (5.21 KB, patch)
2008-04-23 11:00 EDT, Chris Goldthorpe CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tod Creasey CLA 2006-05-30 15:51:07 EDT
RC6

When you add the help tray to many of our wizards the wizard will get so large that it gets cut off.

We should think of some sort of alternative that can conserve real estate in this case - perhaps a fast view style tray rather than an expanding dialog. As many products have large wizards I suspect this issue will pop up in many places.
Comment 1 Tod Creasey CLA 2006-05-30 15:56:02 EDT
Created attachment 43018 [details]
Screenshot of the file system import wizard
Comment 2 Karice McIntyre CLA 2006-12-04 09:48:32 EST
UA Team, what is the status/target of this bug?
Comment 3 Chris Goldthorpe CLA 2008-04-09 16:10:43 EDT
I'll see if this can be addressed for Eclipse 3.4. 
Comment 4 Mike Wilson CLA 2008-04-22 10:16:53 EDT
Any progress on this?

Comment 5 Chris Goldthorpe CLA 2008-04-22 11:49:47 EDT
I'm still trying to figure out what the best solution is. We can't make the tray bigger because there we don't want to take any space away from the parent dialog and there may not be empty space on the screen to grab. The help system does have a preference which determines whether the context help opens in a tray or in an infopop, so code already exists for a non tray solution although this preference is not something we could expect the average user to discover on their own. 

One possible approach would be to not create the tray and instead display an infopop if the font size passed a certain threshhold. This would solve the accessibility problem for those who used large fonts without the user having to know that a preference exists and then set that preference. The text on the preference page would need to be reworded slightly so that "open in a help tray" was qualified to indicate that this would be only if there was space.
Comment 6 Chris Goldthorpe CLA 2008-04-23 11:00:19 EDT
Created attachment 97237 [details]
Patch
Comment 7 Chris Goldthorpe CLA 2008-04-23 11:01:05 EDT
Fixed in HEAD