Opened 9 years ago
Closed 7 years ago
#19745 closed enhancement (wontfix)
Login Form Dropdown
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | minor | Version: | 3.3.1 |
Component: | Toolbar | Keywords: | close |
Focuses: | Cc: |
Description
It would improve user experience if the login button on the admin bar had a dropdown with a login form. This only applies to websites that show the admin bar to logged out users.
Attachments (2)
Change History (7)
#2
@
9 years ago
Per a discussion at the core team summit last month, we'd like to automatically add the Log In button (currently handled by http://wordpress.org/extend/plugins/logged-out-admin-bar/) in case the toolbar is forced to show for logged-out users. Then all a plugin like that needs to do is show the bar for logged-out users.
I think this ticket is definitely plugin material, however.
#3
@
9 years ago
- Keywords ui-feedback added
I agree with the core team discussion. It seams odd to not pair a Log in button with a Log out button in the admin bar.
As far a the log in form, I see core and plugin territory over lapping to some degree. This enhancement can be easily implemented. However, I believe it should be in core for the following reasons:
- It is the best default state from a user experience point of view. It reduces the number of page requests and clicks a user has to make.
- It adds little over head and uses the same sub menu functions as the WP logo.
- It could allow people to still visit the login page, in the same way other parent menu items do.
I've attached two different diffs. The later, 19745_link.diff is only the login button. The former, 19745.diff does an okay job of adding the login button and dropdown form, but something is wrong with the style (it appears fuzzy to me). I'd like to know what the correct way of doing the css would be, even if this ticket is marked as wontfix.
#5
@
7 years ago
- Keywords ui-feedback removed
- Milestone Awaiting Review deleted
- Resolution set to wontfix
- Status changed from new to closed
If core itself displayed the toolbar when logged out, I could go for this. But we don't, so this is a wontfix.
As for your CSS, I don't see anything in particular that would make something fuzzy, but it could help to see what exactly is fuzzy.
Since core doesn't display a logged out admin bar, and you require a plugin to do so, This feels like plugin-material to me.