version switch: fix keyboard nav 2 #104747

Open
Tobias Heinke wants to merge 3 commits from Tobias/blender-manual:my into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
Member

from the jQuery drop (search outputted a list)
fix on enter immediate nav to first link
the focus is moved from the button to the first link
so the browser navs on default

from the jQuery drop (search outputted a list) fix on enter immediate nav to first link the focus is moved from the button to the first link so the browser navs on default
Tobias Heinke added 1 commit 2024-03-22 13:17:25 +01:00
20b5fdf4d0 version switch: fix keyboard nav
from the jQuery drop (search outputted a list)
fix on enter immediate nav to first link
   the focus is moved from the button to the first link
   so the browser navs on default
Tobias Heinke requested review from Aaron Carlisle 2024-03-22 13:18:01 +01:00
Tobias Heinke added 1 commit 2024-03-23 14:51:32 +01:00
Tobias Heinke changed title from WIP: version switch: fix keyboard nav to version switch: fix keyboard nav 2024-03-23 14:52:51 +01:00
Author
Member

I recommend a back port:
the length part until the JQuery drop
the preventDefault indefinitely :/

I recommend a back port: the `length` part until the JQuery drop the `preventDefault` indefinitely :/
Tobias Heinke changed title from version switch: fix keyboard nav to version switch: fix keyboard nav 2 2024-03-23 15:05:06 +01:00
Tobias Heinke added 1 commit 2024-04-25 14:32:31 +02:00
This pull request has changes conflicting with the target branch.
  • build_files/templates/sidebar/variant-selector.html

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u my:Tobias-my
git checkout Tobias-my

Merge

Merge the changes and update on Gitea.
git checkout main
git merge --no-ff Tobias-my
git checkout main
git merge --ff-only Tobias-my
git checkout Tobias-my
git rebase main
git checkout main
git merge --no-ff Tobias-my
git checkout main
git merge --squash Tobias-my
git checkout main
git merge Tobias-my
git push origin main
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-manual#104747
No description provided.