-
Notifications
You must be signed in to change notification settings - Fork 923
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed order of elements to allow for proper tabbing in comments section #4099
Fixed order of elements to allow for proper tabbing in comments section #4099
Conversation
It happens in multiple different width ranges from what I've seen, but I think this is a separate issue unrelated to these changes as I was able to recreate this behavior on develop. Should I open a new ticket? |
dev: tab order unexpected, but can be tabbed to, also clickable in all widths I would not accept the PR with the current state as I think the fix cannot be worse than the issue it tries to fix (making the sort element unclickable) |
Ah alright interesting, I was seeing it in both. I'll check out the problem and have a fix shortly. Thanks! |
Hi @lamemakes just checking in, are u running into any issues? |
Hey! Still alive! Sorry for the delay, been running around like crazy but hoping to have a new commit to you guys by this week. Cheers! |
Head branch was pushed to by a user without write access
Alright, she should be set. Again, sorry for the month long buffer between the initial PR and the fixes - life moved a little faster than I could keep up. Thanks for the patience! |
* development: (24 commits) Translated using Weblate (Arabic) Translated using Weblate (Ukrainian) Translated using Weblate (Polish) Translated using Weblate (French) Translated using Weblate (Greek) Translated using Weblate (Russian) Add missing Electron guards after FreeTubeApp#4230 (FreeTubeApp#4311) Translated using Weblate (Turkish) Translated using Weblate (Chinese (Traditional)) Translated using Weblate (Portuguese) Translated using Weblate (Croatian) video id hash length to 4 (FreeTubeApp#4313) Translated using Weblate (Spanish) Translated using Weblate (Serbian) Translated using Weblate (Czech) Translated using Weblate (Italian) Translated using Weblate (Chinese (Simplified)) Add identifiers to channels hidden by ID (FreeTubeApp#4230) Translated using Weblate (Japanese) Fixed order of elements to allow for proper tabbing in comments section (FreeTubeApp#4099) ...
…on (FreeTubeApp#4099) * Rearranged elements and fixed css * Fixed unclickable comment sorting at 800<=width --------- Co-authored-by: Wes Appler <wes@lamemakes>
* development: (24 commits) Translated using Weblate (Arabic) Translated using Weblate (Ukrainian) Translated using Weblate (Polish) Translated using Weblate (French) Translated using Weblate (Greek) Translated using Weblate (Russian) Add missing Electron guards after FreeTubeApp#4230 (FreeTubeApp#4311) Translated using Weblate (Turkish) Translated using Weblate (Chinese (Traditional)) Translated using Weblate (Portuguese) Translated using Weblate (Croatian) video id hash length to 4 (FreeTubeApp#4313) Translated using Weblate (Spanish) Translated using Weblate (Serbian) Translated using Weblate (Czech) Translated using Weblate (Italian) Translated using Weblate (Chinese (Simplified)) Add identifiers to channels hidden by ID (FreeTubeApp#4230) Translated using Weblate (Japanese) Fixed order of elements to allow for proper tabbing in comments section (FreeTubeApp#4099) ...
* development: (24 commits) Translated using Weblate (Arabic) Translated using Weblate (Ukrainian) Translated using Weblate (Polish) Translated using Weblate (French) Translated using Weblate (Greek) Translated using Weblate (Russian) Add missing Electron guards after FreeTubeApp#4230 (FreeTubeApp#4311) Translated using Weblate (Turkish) Translated using Weblate (Chinese (Traditional)) Translated using Weblate (Portuguese) Translated using Weblate (Croatian) video id hash length to 4 (FreeTubeApp#4313) Translated using Weblate (Spanish) Translated using Weblate (Serbian) Translated using Weblate (Czech) Translated using Weblate (Italian) Translated using Weblate (Chinese (Simplified)) Add identifiers to channels hidden by ID (FreeTubeApp#4230) Translated using Weblate (Japanese) Fixed order of elements to allow for proper tabbing in comments section (FreeTubeApp#4099) ...
Fixed order of elements to allow for proper tabbing in comments section
Pull Request Type
Related issue
Closes #4026.
Description
A (hopefully) quick one for y'all. Just rearranged the elements to be the expected tab order.
Cheers!
Screenshots
comment_tab_fix.webm
(sorry for short vid, my screen recorder was acting up tonight)
Testing
This was manually tested using tab.
Desktop
4398530
Additional context
The only issues I saw (that existed before this fix) was the fact that when the window is resized, the "Sort Comments" drop down doesn't seem clickable. This might be my setup, but if you can recreate it let me know and I can write up a new issue for it.