intense dislike of the new right mouse click on link menu in version 150
I have for years hated that the right mouse click on a link had "open link in new tab" at the top of the menu, but accepted it as the item I wanted was only the second one down "open link in new window" and it was easy enough with my aging eyes not to have to read the item and have complete confidence that the second item would be selected and would be the item intended to select.
Now, in version 150 you have introduced another item which interfers with my selection.
I detest, hate, the horror of ""Open in Split View." This should NOT BE FORCED ON ME.
I hope in a future version you will allow complete customization of that menu, so that the available items may be reordered as the user needs, especially so I may have "open link in new window" at the top of the menu
I have set my version back to 149.0.2, disabled automatic dates, and will check to see when you have an improved browser with more complete customization possible for users, even ones you do not know.
If "open in split view" had been put lower in the menu, perhaps I would be pleased to explore its usefulness, but you were impertinent and presumptuous to try to force it on me.
email: [email removed]
Modified
All Replies (3)
Hi,
The people who answer questions here, for the most part, are other users volunteering their time (like me), not Mozilla employees or developers. When a Mozilla employee jumps into a discussion, you'll see the Mozilla Staff label next to their name.
If you wish, you can leave feedback for developers on the Mozilla Connect website. Click the Firefox Menu
button in the toolbar, click Help and select Share ideas and feedback…. Alternatively, you can use this link. Your feedback is collected by a team that reads it and gathers data on the most common issues.
Also, you can use userChrome.css to customize the menu. While I'm not familiar enough with it, you can ask in the dedicated Matrix chat.
Hello
A subject https://support.mozilla.org/en-US/questions/1578736
Firefox release notes https://www.firefox.com/en-US/releases Note: about, the green "New" label https://support.mozilla.org/en-US/questions/1573181#answer-1816561
About https://www.reddit.com/r/firefox/comments/1ss4071/possible_to_disable_split_view_when_rightclicking You can try a userChrome.css file, you can find tutorials on the web.
#context-openlinkinsplitview{display:none!important;}
Screenshot 1 without userChrome.css Screenshot 2 with userChrome.css
Note that if you do not want to use the SplitView feature, you can disable it via about:config. This should remove the context menu item.
- about:config => browser.tabs.splitView.enabled => false