#33164 closed defect (bug) (fixed)
New password UI on user profile - hide button shows wrong state
| Reported by: | knutsp | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.3 |
| Component: | Administration | Version: | 4.3 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: | javascript |
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)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
After some thought: I would absolutely prefer the "hidden" state to persist and not returning to the default state (showing).