- Issue created by @JasonSafro
- πΊπΈUnited States JasonSafro
This patch sets focus to the last element the user altered. It should probably be in an event handler or callback. If someone wants to improve this patch, please do.
- First commit to issue fork.
- πΊπΈUnited States mndonx
I'm adding the patch file here too, not quite familiar with the protocol for MRs vs patches.
- πΊπΈUnited States mndonx
I'm adding another patch version here with a longer setTimeout because the animation is set to 400, and I've noticed some issues with the focus failing because the next select has not loaded yet.
- πΊπΈUnited States mndonx
Let's try that again. Not sure what happened with that diff.
- π¨π¦Canada justint
Successfully tested patch #8: After applying the patch and navigating with keyboard/mouse focus is corrected.
- πΊπΈUnited States mndonx
There was an issue with the first item getting focus immediately on page load. This is a revised patch that checks the item level to make sure the field only gets focus if it is not the top level (i.e., on page load.)
- πΊπΈUnited States jeremycaldwell
I tested with patch #10 using keyboard navigation with VoiceOver and the focus states are correct now.
- Status changed to Needs review
8 months ago 2:41pm 28 March 2024 - πΊπΈUnited States mndonx
After reviewing accessibility documentation, it appears that the best method here is to stay on the selected item. Because the content is being added after the selection, a user will still be able to find it without have the function move the focus to the next item. I do however think this patch should move from the `ContainerView.js` file to the `WidgetView.js` file instead so it lives with the selection change code.
- Status changed to RTBC
8 months ago 3:56pm 1 April 2024 - πΊπΈUnited States jeremycaldwell
I re-tested the updated patch in #14 and verified it works as intended.
-
joseph.olstad β
committed 5a592d14 on 2.0.x
Issue #3381262 by mndonx, JasonSafro, justint, jeremycaldwell: Manage...
-
joseph.olstad β
committed 5a592d14 on 2.0.x
-
joseph.olstad β
committed a23eb4a3 on 3.0.x
Issue #3381262 by mndonx, JasonSafro, justint, jeremycaldwell: Manage...
-
joseph.olstad β
committed a23eb4a3 on 3.0.x
- Status changed to Fixed
8 months ago 9:22pm 4 April 2024 - π¨π¦Canada joseph.olstad
This is committed to dev, it'll make it into a release some time later, not sure when exactly.
Automatically closed - issue fixed for 2 weeks with no activity.