Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

Opening a link: the dropdown menu has changed! Why?

  • 4 απαντήσεις
  • 7 έχουν αυτό το πρόβλημα
  • 9 προβολές
  • Τελευταία απάντηση από CaptainCosmic

more options

In previous versions of Firefox, the first selection in the dropdown menu was "open link in new window" when selecting a link with right click.

In Firefox 4, the first selection is now "open link in new tab".

For those of us used to the previous versions, this is frustrating!

Why the change?

In previous versions of Firefox, the first selection in the dropdown menu was "open link in new window" when selecting a link with right click. In Firefox 4, the first selection is now "open link in new tab". For those of us used to the previous versions, this is frustrating! Why the change?

Όλες οι απαντήσεις (4)

more options

You can change it back using the Menu Editor extension.
https://addons.mozilla.org/en-US/firefox/addon/710

more options

Thanks! But....why was it changed in the first place? That's what I'd like to know.

more options

You can search Bugzilla for the bug that brought about that change, if you really have to know "why".

https://bugzilla.mozilla.org/

more options

2 Solutions found in http://support.mozilla.com/en-US/ques.../791244

the user cor-el has a method that does not require any add-ons. He States ---

This code in userChrome.css will move "Open Link in New Window" to the top of the context menu.

@namespace url("<a href="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul</a>"); /* only needed once */
#contentAreaContextMenu > * { -moz-box-ordinal-group: 2; }
#context-openlink { -moz-box-ordinal-group: 1 !important; }

---

the user jay_ff shows how to do it using the Menu Editor Add-on

1. Install the Menu Editor add-on from https://addons.mozilla.org/en-US/firefox/addon/menu-editor/ .

2. After the installation, go to Firefox> add-ons (or simply use Ctrl+Shift+A)

3. Go to the Menu Editor "Options"

4. In the "Main context menu," simply grab the "Open link in New Tab" and place it below the "Open Link in New Window"

5. and Voila! You may also change other menu options if you want to!


I tried jay_ff method first and found that indeed changing the Main Context Menu did cause the hotlink context menu to change as well.

Τροποποιήθηκε στις από το χρήστη CaptainCosmic