-
Notifications
You must be signed in to change notification settings - Fork 975
Nested bookmark folders go off screen in bookmarks toolbar #4745
Comments
+1 from #8891 (bookmarks toolbar expansion menus are running past the right edge of the window) |
+1 from #10388 |
+1 from me |
@bsclifton what is blocking this? Does it depend on any DPI fixes? |
@alexwykoff no blockers In order to solve this, we would need to convert the menus from React controls (HTML/JavaScript) to native menu items (ex: uses win32 / gtk / cocoa). We've done this with a few menus (ex: the popup menu that shows when you right click a page), but not anything that has an icon (1Password and others will load icons and pass them to us, but we don't load any icons). We would need to convert the favicons into |
@alexwykoff related tracking issue: Convert React ContextMenu items to native context menu #8641 |
+1 from community https://community.brave.com/t/bug-report-drop-down-menu/11781/2 |
+1 from community https://community.brave.com/t/bookmark-bug-unseen-here/16440?u=eljuno
|
+1 from Twitter https://twitter.com/irpolarbear/status/1012076883066974208 Fixed with brave-core, @bsclifton @srirambv ? |
@eljuno Yes this will be fixed by brave-core. @bsclifton this issue can be closed as its out-of-box fix on brave-core. |
From my point of view it is not a good thing to close an issue with a "wontfix" without pointing to the solution. There is no issue "out-of-box fix", the latest version of brave doesn't solve the problem. Users are not able to check the status of the problem. Just saying. |
@JamborJan the solution is Brave Core which you can find here: Unfortunately, there are no public binaries currently available... but we should have some available within the next month or two. If you wanted to try it yourself, you can compile from source. This issue is closed as |
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
When user has a large amount of nested bookmark folders, they'll end up going off screen instead of being able to show all the folders.
Expected behavior:
Folders should show (see screenshot below, with Chrome behavior)
All
All
screenshot from 0.12.5
screenshot showing Brave (top) vs Chrome (bottom) behavior (thanks @srirambv!)
Nested bookmark folders go off screen on about:bookmarks #1187
The text was updated successfully, but these errors were encountered: