Changes between Initial Version and Version 5 of Ticket #52093
- Timestamp:
- 12/31/2020 09:19:38 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52093
- Property Focuses javascript added; accessibility css removed
-
Property
Version
changed from
5.6
to4.3
-
Ticket #52093 – Description
initial v5 1 Under profile page in account management section when we click on **New Password** label it should trigger click event on **Set New Password** button or should open the password field. 1 Enhancement Proposal: 2 3 Where: In the Account Management section of the user's profile 4 5 What: Trigger opening the password field when clicking on the **New Password** label 6 7 The click event of every field on `profile.php` cursor focuses on the input field next to it. But that is not the case with "New Password" label. 8 9 The enhancement proposal makes the new password label consistent with the other labels.