Change tab index on review request page (student project)
Review Request #10848 — Created Jan. 22, 2020 and updated
The review request page has a weird keyboard behavior. When you
want to tab-navigate, the ordering is strange. Hitting tab
repeatedly will get you to the right-hand column
(review-request-details
), and then to the left-hand
(request-request-main
) column, which seems backwards, and
it takes a while to even get there.I switched the HTML code blocks of these two elements so that
hitting tab will get you to left column -> right column. Also
I modified a few CSS lines to avoid element arrangement
problems (the two columns are not at the same height if I
didn't change the CSS).A demo video is at here.
Click on the top fields, hitting tabs until it gets to the left column and then right column.
Summary | ID | Author |
---|---|---|
99e141ca53076b291ba4b39f0d13c665557d978c | Xiaohui Liu | |
5e9f0f9fbab1530fc9e34afa2eca35a79ec022d9 | Xiaohui Liu | |
78498dea63881e05fc20ebd577a000f125a64451 | Jay |
Description | From | Last Updated |
---|---|---|
Can you show screenshots of this in both mobile and desktop modes? It's important that mobile doesn't break. You can … |
chipx86 |
- Description:
-
The review request page has a weird keyboard behavior. When you
want to tab-navigate, the ordering is strange. Hitting tab repeatedly will get you to the right-hand column ( review-request-details
), and then to the left-hand( request-request-main
) column, which seems backwards, andit takes a while to even get there. I switched the HTML code blocks of these two elements so that
hitting tab will get you to left column -> right column. Also I modified a few CSS lines to avoid element arrangement problems (the two columns are not at the same height if I didn't change the CSS). + + A demo video is at here.
- Commits:
-
Summary ID 2522a850091751c0e7af894ed5a1ed9ee5dcdd5f 2522a850091751c0e7af894ed5a1ed9ee5dcdd5f 25d2810be5a31abfaad82efd9ea987219a85674f
Checks run (2 succeeded)
- Change Summary:
-
Make the layout mobile-friendly.
- Commits:
-
Summary ID Author 2522a850091751c0e7af894ed5a1ed9ee5dcdd5f Xiaohui Liu 25d2810be5a31abfaad82efd9ea987219a85674f Xiaohui Liu 99e141ca53076b291ba4b39f0d13c665557d978c Xiaohui Liu 5e9f0f9fbab1530fc9e34afa2eca35a79ec022d9 Xiaohui Liu 78498dea63881e05fc20ebd577a000f125a64451 Jay - Diff:
-
Revision 3 (+30 -30)
- Added Files: