Closed Bug 419387 Opened 18 years ago Closed 15 years ago

Don't use separate page for login link

Categories

(support.mozilla.org :: General, defect)

defect
Not set
minor

Tracking

(Not tracked)

VERIFIED INCOMPLETE
Future

People

(Reporter: cilias, Assigned: paulc)

References

Details

Attachments

(2 files)

When logging into youtube, I noticed that they made it into a popup. It really speeds up the log in user-experience.
video of the youtube popup: http://ilias.ca/sumo/2008-02-24_2324.swf
Would certainly not hurt to have this. :)
Target Milestone: --- → 1.0
Target Milestone: 1.0 → 1.1
Target Milestone: 1.1 → Future
This could be even simpler if we just "display:none" a block and "display:block" it on clicking the log-in link through JS. We don't have jQuery support on SUMO, do we?
We will have it once the metrics dashboard is live!
Severity: normal → minor
This can be either part of 1.2 or the subsequent release. I was thinking a good place to put it (in the code) would be right after the "Log in" link in the side menu. This would degrade to contain the form on the sidebar for non-javascript users (which are a small percentage anyway). Then, through JQuery, we can have a centered modal window (http://deseloper.org/examples/modal-simple/) showing the form. Sound good?
Assignee: nelson → paul.craciunoiu
Attached patch patch, v1Splinter Review
This uses the implementation at http://deseloper.org/read/2008/04/a-simple-modal/ Although not part of the ForumUX necessarily, this bug is listed in the PRD at https://wiki.mozilla.org/Support/ForumUX/PRD
Attachment #386471 - Flags: review?(smirkingsisyphus)
Attachment #386471 - Flags: review?(laura)
Pardon my confusion. I didn't see anything in this bug about Forum stuff, so I filed a generic patch. I filed a new bug (bug 504716) and updated the PRD for the ForumUX case.
Comment on attachment 386471 [details] [diff] [review] patch, v1 Eric should review this. Don't forget to test on IE6.
Attachment #386471 - Flags: review?(laura)
Just a note to myself: I need to do a minor update to the patch so that it posts login data to HTTPS.
Comment on attachment 386471 [details] [diff] [review] patch, v1 Just going through my r? list
Attachment #386471 - Flags: review?(smirkingsisyphus)
James: what do you think about this (having a modal window for logging in)? I'm mostly asking because patch is almost fully done except for comment 10.
Attached image non-modal example
The patch failed pretty spectacularly for me, so it'll need some work. But <faaborg>I'd rather not implement this as a modal dialog. If you look at the original example, or this example from Twitter, you'll see a great non-modal way of doing this. Modal dialogs force an interaction, either to use it or close it. This is much gentler and provides the functionality but can safely be ignored.</faaborg>
Good stuff James, thank you!
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: