Worksite: Avoid using event handlers that trigger focus or context changes on user input
GENERAL
TESTING
GENERAL
TESTING
Description
Activity
Show:

Mark Golbeck September 23, 2024 at 6:55 PM
@Chris Knapp is this still a problem?
Details
Details
Priority
Affects versions
Components
Assignee
Unassigned
UnassignedReporter

Created April 19, 2018 at 7:36 AM
Updated September 23, 2024 at 6:56 PM
[New] - 3/18/2018
When users ascending or descending "Worksite", focus get lost and moved to the top of the page.Avoid event handlers having on change or on tab out event since users might not expect a reload when they tab out. Users need to navigate entire page from top to reach their desired content and this experience becomes cumbersome.
[Expected behavior]
Consider providing a button that would trigger a refresh and accept the changes provided instead of onchange or on tab out event.Alternatively, ensure that if the page refreshes when any change is made, focus is moved back onto the field that made the refresh.