#33164 closed defect (bug) (fixed)
New password UI on user profile - hide button shows wrong state
Reported by: | knutsp | Owned by: | markjaquith |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | minor | Version: | 4.3 |
Component: | Administration | Keywords: | |
Focuses: | javascript | Cc: |
Description
Steps to reproduce in profile.php:
- Click "Generate password"
- Click "Hide" (the important step here)
- Click "Cancel"
- Click "Generate password" (again)
Expected, either
- Password is hidden and button says "Show"
- Password is shown and button says "Hide"
Actual:
- Password is shown and button says "Show"
- When clicking "Show" nothing happens (at this time expected, though)
Conclusion: When "Cancel" is activated the state of both the password field and the show/hide button should be preserved, or both should return to their default states.
4.3-beta4-33468
Attachments (1)
Change History (6)
#1
@
9 years ago
- Keywords needs-patch added
- Severity changed from normal to minor
- Summary changed from New password UI on user profile - hide button show wrong state to New password UI on user profile - hide button shows wrong state
Note: See
TracTickets for help on using
tickets.
After some thought: I would absolutely prefer the "hidden" state to persist and not returning to the default state (showing).