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)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
INCOMPLETE
Future
People
(Reporter: cilias, Assigned: paulc)
References
Details
Attachments
(2 files)
|
4.51 KB,
patch
|
Details | Diff | Splinter Review | |
|
17.80 KB,
image/png
|
Details |
When logging into youtube, I noticed that they made it into a popup. It really speeds up the log in user-experience.
| Reporter | ||
Comment 1•18 years ago
|
||
video of the youtube popup:
http://ilias.ca/sumo/2008-02-24_2324.swf
Comment 2•18 years ago
|
||
Would certainly not hurt to have this. :)
Updated•17 years ago
|
Target Milestone: --- → 1.0
| Reporter | ||
Updated•17 years ago
|
Target Milestone: 1.0 → 1.1
Updated•17 years ago
|
Target Milestone: 1.1 → Future
| Assignee | ||
Comment 3•17 years ago
|
||
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?
Comment 4•16 years ago
|
||
We will have it once the metrics dashboard is live!
Severity: normal → minor
| Assignee | ||
Comment 5•16 years ago
|
||
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
| Assignee | ||
Comment 7•16 years ago
|
||
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)
| Assignee | ||
Comment 8•16 years ago
|
||
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 9•16 years ago
|
||
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)
| Assignee | ||
Comment 10•16 years ago
|
||
Just a note to myself: I need to do a minor update to the patch so that it posts login data to HTTPS.
| Assignee | ||
Comment 11•16 years ago
|
||
Comment on attachment 386471 [details] [diff] [review]
patch, v1
Just going through my r? list
Attachment #386471 -
Flags: review?(smirkingsisyphus)
| Assignee | ||
Comment 12•16 years ago
|
||
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.
Comment 13•16 years ago
|
||
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>
| Assignee | ||
Comment 14•16 years ago
|
||
Good stuff James, thank you!
Updated•15 years ago
|
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
| Reporter | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•