You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
When opening the menu and using the mouse, the first item doesn't show as selected and isn't clickable until you move almost halfway down the HTML element (see attached screenshot for a demo).
Expected behavior:
Menu should be selectable as soon as cursor enters the context menu element
Platform (Win7, 8, 10? macOS? Linux distro?):
Windows 7 Pro x64
Brave Version:
HEAD on master
Steps to reproduce:
Launch Brave
Press ALT to show the menu
Put mouse over File
Move mouse slightly down into the context menu item
This is a tough one... Here is what I know about the issue (thanks to @bbondy to helping me troubleshoot):
When the menu item is not selected, you can click and drag. I added the style -webkit-app-region: no-drag; to the element, but there is no change.
If you edit the CSS or use the DOM inspector to find "contextMenuSingle" and give it a border-top of 0 pixels, the issue is fixed. But why?This is not an ideal solution
In the render method for js/controls/main.js, there is a variable shouldAllowWindowDrag. I tried manually setting this to false... but there is no change.
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
When opening the menu and using the mouse, the first item doesn't show as selected and isn't clickable until you move almost halfway down the HTML element (see attached screenshot for a demo).
Expected behavior:
Menu should be selectable as soon as cursor enters the context menu element
Windows 7 Pro x64
HEAD on master
The text was updated successfully, but these errors were encountered: