-
Notifications
You must be signed in to change notification settings - Fork 970
ctrl-shift-tab does not navigate active tab focus backwards #11331
Comments
does this reproduce with 0.19.x beta channel? Mainly I'd like to know because otherwise it should go in 0.19.x release 1. |
@bbondy I cannot reproduce in 0.19.33 beta |
Please re-open if it becomes a problem |
Still an issue in 0.19.70. The menu that the shortcut is attached to is fine ( |
+1 from community https://community.brave.com/t/ctrl-shift-tab-is-broken/9912?u=eljuno |
Just to be clear this bug was not present in 0.18.x, but introduced with 0.19.x, so should it have a hotfix milestone @bsclifton ? |
Moved this to P3 and also moving to backlog until there's a fix we can uplift into here. We wouldn't block the release on here so no need to put it in this milestone pls. |
This seems to have everything to do with the Menu, and having two items with the accelerators: When they are defined in This was working fine with Muon 4.4.28, introduced in afe7114, and fine right up to and including 0.19.48 released in a314b4e. The commit after is the next version of Muon, 4.5.4 with Cr 62 (17018e7) and that seems to be the first commit that the issue is present in (tested in 3644528 which is the next working commit). I'll try to see if anything relevant changed in muon then... |
I'm seeing this too on: Brave | 0.19.70 |
Is it possible to move this up in priority? Not being able to navigate tabs via hotkeys is a gamebreaker for me, and I've had to manually downgrade each time after accidentally updating. I wonder if this is affecting other power users. If I didn't have the ability to decline updates, as a user I would be forced to use another browser. |
we'll get it in the next hotfix |
@fizzyfrosty, can you try the following alternatives as a workaround until this is fixed?
Those should let you navigate through all your opened tabs. |
I noticed this in the past few weeks as well. Without having looked at the relevant code, this behavior appears to be consistent with a hypothetical scenario where a Brave developer interpreted "previous tab" as meaning the last tab that was active/displayed, as opposed to the tab to the left of the currently active one. If that is the case, this is not necessarily a bug. That said, it is still not consistent with what users coming from other browsers would expect in terms of web browsing experience, and causes a slew of usability (or at least onboarding) issues. Confirming that for now |
@msgrasser don't worry, it's not caused by implementing 'last recently used' for tab keyboard shortcuts. It's definitely a bug and it's being looked at with high priority. Thanks! |
"Ctrl + Shift + Tab" will get a wrong command id (Ctrl + Tab) after calling performKeyEquivalent when webview.focus() ex. navigating from new tab or fullscreen will reproduce fix brave/browser-laptop#11331 Auditors: @bridiver, @bbondy, @bsclifton
Description
whilst cmd-shift-[ works to navigate backwards, and ctrl-tab works to navigate forwards, ctrl-shift-tab keeps going back and forth backwards and forwards
Steps to Reproduce
Actual result:
Tab focus moves forward
Expected result:
Tab focus moves backwards
Reproduces how often: 100%
Brave Version
Brave 0.20.3
rev 10ec013
Muon 4.5.3
libchromiumcontent 62.0.3202.38
V8 6.2.414.23
Node.js 7.9.0
Update Channel developer
OS Platform macOS
OS Release 17.0.0
OS Architecture x64
Reproducible on current live release:
No
The text was updated successfully, but these errors were encountered: