-
Notifications
You must be signed in to change notification settings - Fork 973
Conversation
3627bc0
to
f303a06
Compare
Original workaround from 3d4bbec
add some index checks remove unused method fix tab close behavior
f303a06
to
afd223a
Compare
only use strings for keys misc cleanup fix closing pinned tabs rename method
afd223a
to
f88c658
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs more tests and also needs to be merged to master. Important to note this includes behavior changing when closing tabs which @bridiver reviewed with @bradleyrichter
++! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
retested original test case (ctrl + w issue) and it failed
I think a new Muon version is needed (build is in progress). This includes the following patch: When using this code as-is, I was able to cause an issue by setting tab close behavior to the default (parent). Will retest when new Muon is available 😄 |
My setup:
|
Auditors: @bridiver
only update last active when active
I pushed a fix for "last active", but I can't replicate any issues with "next tab". "parent" should only go back to the parent if it is also the last active tab, otherwise it should go to "next" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes work great 😄
Submitter Checklist:
git rebase -i
to squash commits (if needed).Fixes #8974
Test Plan:
Reviewer Checklist: