Page MenuHomePhabricator

UploadWizard: Layout should not overflow on 800px wide window
Closed, DuplicatePublic

Description

Screenshot showing what happens at 800x600

The upload wizard extends far enough to require horizontal scrolling for low resolution displays such as 800x600. The progress bar showing which step you are on seems to be what is forcing the page to be too wide.


Version: unspecified
Severity: enhancement
See Also:
https://bugzilla.wikimedia.org/show_bug.cgi?id=47917

Attached:

Screen_shot_2011-03-11_at_3.15.17_PM.png (600×800 px, 58 KB)

Details

Reference
bz27995

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 11:29 PM
bzimport added a project: UploadWizard.
bzimport set Reference to bz27995.

neilk wrote:

Actually that's all because of the tutorial. It forces the whole thing to be huge. (The rendered PNG of the tutorial was adjusted until the body text was about the same size as Wikipedia body text.)

The UploadWizard widgets were all designed to have no inherent screen width. The whole thing can shrink down to 400 pixels across, maybe less.

We do want to handle small screen widths, obviously for old devices, but also for very new ones, like the tablets. Mdale also wants to "embed" UploadWizard in another interface.

Maybe the right thing is to just allow the tutorial to overflow.

rasel160 wrote:

fixed bug https://gerrit.wikimedia.org/r/61289

there is still overflow in the learn page on window width lower than 950px, due to the tutorial image size

Nazmul, I am assigning this to you so it doesn't show up on my list of 'bugs that need fix' hopefully you won't mind that :)

MarkTraceur set Security to None.
MarkTraceur subscribed.

I abandoned the patch for this, because it was so unmaintained for so long. In the future, this might mean a restructuring of the Wizard to have a more mobile-friendly interface below a certain window width.