black7375 / Firefox-UI-Fix

🦊 I respect proton UI and aim to improve it.
Mozilla Public License 2.0
5.26k stars 184 forks source link

Sort extensions items in context menus alphabetically #743

Open Aleksandra0056 opened 1 year ago

Aleksandra0056 commented 1 year ago

Is your feature request related to a problem?

I have many extensions in right-click context menu as items, however these items are shuffled, so the context menu is disordered. This issue is really annoying, and it is traced in BugZilla, but they didn't fixed it since Firefox v57.0, so I'm reporting it here.

The solution I'd like

Sort extensions items in context menus alphabetically.

Screenshots or video

Disordered context menu: image

Alternatives I've considered

No response

Additional context

No response

Aleksandra0056 commented 1 year ago

Also, tab context menu is affected too: image And sidebar selection menu is also affected: image

black7375 commented 1 year ago

I think that's a good suggestion. However, there is no way to implement it with CSS, so #502 should be considered after it is achieved first.

Aleksandra0056 commented 1 year ago

So, it would be impossible with using only CSS? And how you implement it if you will convert this to WebExtension?

See also: https://support.mozilla.org/en-US/questions/1279418 This same bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1370735

black7375 commented 1 year ago

It'll be able to do most of the work that can be accessible from the frontend, not a browser native. At least I'm sure simple sorting is possible.