vctfence / scrapbee

Mozilla Public License 2.0
40 stars 22 forks source link

Sidebar context menu partially displayed #78

Closed Kerenok closed 3 years ago

Kerenok commented 3 years ago

When right-clicking on a item in the lower part of the sidebar (scrolled down to the bottom), the context menu position is too low and some menu actions are not visible (for example Delete). Scrapbee_left_panel_menu_problem

Scrapbee 2.2.5 - Wndows 10 - Firefox 85.0

vctfence commented 3 years ago

It's not a real menu, impossible to take it out of the window, Firefox stopped to support custom context menu, now I can just provide a fake one(HTML div).

vctfence commented 3 years ago

I'll try to improve the position (within the window) later.

vctfence commented 3 years ago

Should have been fixed in version 2.2.6.

touwys commented 3 years ago

This is now fixed, thank you, but the following was not—

Previously, when this "Properties" dialoque was opened, the "Title" field was auto-selected by default. Currently, the tree on the background gets auto-selected instead, which prevents any immediate action to be executed in the "Title" field.

Please have a look at the screenshot below: • • • image

Kerenok commented 3 years ago

Thanks for rapidly fixing this.

I wanted to know how this can be done in the source code but the Github repo is outdated.

vctfence commented 3 years ago

New commits pushed.