Quick article about the resultMenu in Firefox

This commit is contained in:
brayden 2024-04-06 17:40:05 +08:00
parent 26dd6879cd
commit 5509229b80
Signed by: brayden
GPG Key ID: D73DC8941D3B65BC

View File

@ -0,0 +1,19 @@
---
title: "Fix Firefox URL Bar Tabbing"
date: 2024-04-06T17:32:48.9712605+08:00
draft: false
---
Approximately 1 year ago Mozilla added a button to certain suggestions in the
URL bar. This breaks the ability to tab through results as the focus is placed
on the button instead of the item, requiring you to sometimes double tab.
Google Chrome and its variants also do this but there's no workaround for them
as they're browsers that can charitably described as garbage.
You can fix this with Firefox by setting the following preference to false:
```
browser.urlbar.resultMenu.keyboardAccessible
```
No restart required, takes effect immediately.