-
Notifications
You must be signed in to change notification settings - Fork 972
Useful context menu that includes "Reopen Last Closed Tab" should be available across entire tab bar #8303
Comments
I attempted to implement this. |
Added options for tabsToolbar context menu Fixes brave#8303 Auditors: @bsclifton
Added options for tabsToolbar context menu Fixes brave#8303 Auditors: @bsclifton
My experience is similar but I have since trained myself only to click at the bottom of the tab toolbar which works 100% of the time for me. I've always chalked it up to the more generalized problem of the hitboxes (not sure what else to call them) being off. For me, in Windows 7, it happens in the other toolbars (URL, Bookmarks, Tabs) too. In the URL bar, I have to click in the upper half or it doesn't allow me to edit text. The problems are exacerbated if my window is maximized. I don't have near the requisite knowledge to start fixing this, but I think it's related to issue #7641. |
@srirambv Hmm, I just built the latest preview and it appears you're right. The hitbox is even smaller than before when I was testing it. I have no idea why it's so off, but you need to click in approx the bottom 5px of the tab bar to trigger it properly. |
@philkloose the milestone was removed from this one because the change ended up being reverted Definitely my fault for not testing on macOS before merging However, if you wanted to try this one again, you can cherry pick in the following two commits into a branch:
At that point, you'll have all the code which was in your PR. Then, the remaining two tasks are:
|
Problem is the draggable attribute prevents right clicking
Fixing this properly would require either making the tabs bar non-draggable OR solving #4244 |
Blocked by #4244 |
Closing as |
Did you search for similar issues before submitting this one? Yes
Describe the issue you encountered: I'm constantly right-clicking on the tab bar (to the right of the open tabs to try and reopen last closed tab. At the moment, we get a context menu that doesn't seem to fit the context. In opinion, the option to reopen closed tabs should be available from here and possibly even more options.
Platform (Win7, 8, 10? macOS? Linux distro?):
Win 7
Brave Version (revision SHA):
Brave: 0.14.1
rev: 3de60d5
Muon: 2.57.8
libchromiumcontent: 57.0.2987.133
V8: 5.7.492.71
Node.js: 7.4.0
Update Channel: dev
os.platform: win32
os.release: 6.1.7601
os.arch: x64
Steps to reproduce:
Actual result:
Expected result:
Will the steps above reproduce in a fresh profile? If not what other info can be added?
Yes
Is this an issue in the currently released version?
Yes
Can this issue be consistently reproduced?
Yes
The text was updated successfully, but these errors were encountered: