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

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

Learn More

Can't navigate through page via TAB key

  • 5 απαντήσεις
  • 1 έχει αυτό το πρόβλημα
  • 3189 προβολές
  • Τελευταία απάντηση από woodrunsdeep

more options

When I press TAB the elements of focus are only Firefox navigation elements and input fields on the page. I've recorded a video with full cycle of tabing throug all elements.

https://send.firefox.com/download/3a273b209cbfb844/#cNn--aTePTb7lTWLCkdt8w

When I press TAB the elements of focus are only Firefox navigation elements and input fields on the page. I've recorded a video with full cycle of tabing throug all elements. https://send.firefox.com/download/3a273b209cbfb844/#cNn--aTePTb7lTWLCkdt8w

Επιλεγμένη λύση

Type about:config in the address bar, and Enter.

Type tabfocus in the search at top of the page.

You likely want accessibility.tabfocus given a value of 7, but see the article below as if this value is unset, in MacOS it is meant to follow the system's Full Keyboard Access setting. Also, you might choose only a value or combination which best suits you.

https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Preference_reference/accessibility.tabfocus

Ανάγνωση απάντησης σε πλαίσιο 👍 1

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

more options

Επιλεγμένη λύση

Type about:config in the address bar, and Enter.

Type tabfocus in the search at top of the page.

You likely want accessibility.tabfocus given a value of 7, but see the article below as if this value is unset, in MacOS it is meant to follow the system's Full Keyboard Access setting. Also, you might choose only a value or combination which best suits you.

https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Preference_reference/accessibility.tabfocus

more options

See "Use your keyboard like a mouse": https://support.apple.com/en-us/HT204434

The accessibility.tabfocus pref may not exist by default, so if you want to use it instead of the system settings then you may need to create a new Integer pref with the name accessibility.tabfocus and set the value to 7 (tab through all the fields).

  • accessibility.tabfocus = 7

You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue.

See also this comment:

(I see I am to late checking out for possible changes in Mac Catalina)

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

more options

cor-el said

See "Use your keyboard like a mouse": https://support.apple.com/en-us/HT204434 The accessibility.tabfocus pref may not exist by default, so if you want to use it instead of the system settings then you may need to create a new Integer pref with the name accessibility.tabfocus and set the value to 7 (tab through all the fields).
  • accessibility.tabfocus = 7
You can open the about:config page via the location/address bar. You can accept the warning and click "I accept the risk!" to continue. See also this comment: (I see I am to late checking out for possible changes in Mac Catalina)

Thanks a lot for your detailed answer! Issue is solved.

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

more options

crankygoat said

Type about:config in the address bar, and Enter. Type tabfocus in the search at top of the page. You likely want accessibility.tabfocus given a value of 7, but see the article below as if this value is unset, in MacOS it is meant to follow the system's Full Keyboard Access setting. Also, you might choose only a value or combination which best suits you. https://developer.mozilla.org/en-US/docs/Mozilla/Preferences/Preference_reference/accessibility.tabfocus

Thanks!