Bug 188724 - [Wizards] WizardDialog should scroll like PreferencesDialog in low resolutions
Summary: [Wizards] WizardDialog should scroll like PreferencesDialog in low resolutions
Status: CLOSED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P2 enhancement with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Platform UI Triaged CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords: accessibility, helpwanted
: 185426 311586 313452 340441 342649 575464 (view as bug list)
Depends on: 245366
Blocks: 97590 190801 226110
  Show dependency tree
 
Reported: 2007-05-23 15:02 EDT by Tod Creasey CLA
Modified: 2021-09-02 18:10 EDT (History)
16 users (show)

See Also:


Attachments
A copy of WizardDialog that does this (50.90 KB, application/octet-stream)
2009-05-03 12:40 EDT, Francis Upton IV 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 2007-05-23 15:02:12 EDT
In 3.3 we added support for scrollbars in the preference dialog for low resolutions. I think we should consider the same support for wizards as it is getting very difficult for some wizards to fit in a low resolution.
Comment 1 Tod Creasey CLA 2007-06-20 15:35:57 EDT
*** Bug 185426 has been marked as a duplicate of this bug. ***
Comment 2 Martin Aeschlimann CLA 2008-05-19 06:45:15 EDT
Can we increase the severity here? Especially on Linux with bigger fonts I often see cut off wizards.
Comment 3 Boris Bokowski CLA 2008-05-19 09:25:52 EDT
Yes we can, but I don't see who would have time to work on this.
Comment 4 Remy Suen CLA 2008-07-31 20:30:45 EDT
Any plans for getting this in 3.5? :)
Comment 5 Tod Creasey CLA 2008-08-05 07:51:36 EDT
With a patch I don't see why not.
Comment 6 Mike Wilson CLA 2008-09-11 15:49:25 EDT
Wizards currently don't have an owner. I would like to see this happen, but agree that it's helpwanted.
Comment 7 Boris Bokowski CLA 2009-04-16 10:29:32 EDT
Needs to be triaged again...
Comment 8 Francis Upton IV CLA 2009-05-03 12:40:53 EDT
Created attachment 134179 [details]
A copy of WizardDialog that does this

When I get some time, I will put this into WizardDialog for 3.6.  In the mean time, here is a new class, ScrollingWizardDialog that scrolls vertically only (I'm not sure why it does not scroll horizontally, and I don't have the time to work that out).

This is essentially a copy of the 3.4.2 WizardDialog class with the createPageContainer() method copied from Kim's work in PreferenceDialog.  And then to hook it up, I added a call to set the min size on the composite to the computeSize() method in the PageContainerFilledLayout inner class.

I think the right way to deal with this might be to create yet another class in the Dialog hierarchy that provides this function that way both preference and wizard dialogs can share the same implementation and others can use it as well.
Comment 9 Boris Bokowski CLA 2009-05-04 13:22:54 EDT
deep hierarchies ftw! :-)

Just to cross-reference related bugs, see bug 245366 - once the dialog is scrollable, we need a keyboard-accessible way to get to its contents. ;-)

(In reply to comment #8)
> When I get some time, I will put this into WizardDialog for 3.6.

Assigning to Francis. Feel free to involve others when you get closer to putting this in.
Comment 10 Maciek Józiewicz CLA 2009-07-08 15:21:58 EDT
Can't this really be an update to 3.5? I just started using eclipse and (after a while of just being stunned) I thought "wow, someone must've used the wrong window widget".

That's how the "new project" dialog looks on my screen (ignore the second monitor on the right - that's just at home):
http://omploader.org/vMXkxeQ
Comment 11 Boris Bokowski CLA 2009-11-26 16:20:39 EST
Prakash is now responsible for watching bugs in the [Wizards] component area.
Comment 12 Prakash Rangaraj CLA 2010-05-05 01:00:14 EDT
*** Bug 311586 has been marked as a duplicate of this bug. ***
Comment 13 Prakash Rangaraj CLA 2010-05-19 04:11:22 EDT
*** Bug 313452 has been marked as a duplicate of this bug. ***
Comment 14 Prakash Rangaraj CLA 2010-05-31 23:57:57 EDT
This one is not for 3.6. Moving to 3.7
Comment 15 Oleg Besedin CLA 2011-02-07 10:40:35 EST
Adding dependency on bug 245366 - without keyboard/mouse wheel way to scroll we'll be just trading one issue for another.
Comment 16 Prakash Rangaraj CLA 2011-04-14 03:03:38 EDT
*** Bug 342649 has been marked as a duplicate of this bug. ***
Comment 17 Roberto Sanchez Herrera CLA 2011-05-25 12:41:03 EDT
*** Bug 340441 has been marked as a duplicate of this bug. ***
Comment 18 Roberto Sanchez Herrera CLA 2011-05-25 12:45:39 EDT
Is this really depending on bug 245366? I wonder what is worse, not being able to scroll using the keyboard, or not being able to see the contents of the cut off wizards at all (making the wizard unusable)?
Comment 19 Lars Vogel CLA 2019-11-14 02:14:47 EST
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet.

If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

If the bug is still relevant, please remove the "stalebug" whiteboard tag.
Comment 20 Andrew Clark CLA 2021-09-02 18:10:52 EDT
*** Bug 575464 has been marked as a duplicate of this bug. ***