Problem
When Link Hints are displayed, if an INPUT or TEXTAREA element is currently focused, the hint key inputs (like letters or numbers) are inadvertently entered into the text field instead of being processed as link hint commands. This creates confusion and disrupts the intended workflow when trying to navigate using Link Hints.
For example, if I'm typing in a search box and then activate Link Hints, pressing hint keys to select a link will continue typing into the search box rather than selecting the intended link.
Suggestion
Automatically remove focus (blur) from INPUT and TEXTAREA elements when Link Hints are activated. This would ensure that:
- All hint key inputs are properly captured by the Link Hints extension
- Users don't accidentally modify text in form fields while navigating
- The Link Hints functionality works consistently regardless of what element was previously focused
The focus could potentially be restored to the original element if the user cancels Link Hints without selecting a link.
Debug info
Firefox 139.0 on OpenBSD (install from pkg_add)
Problem
When Link Hints are displayed, if an INPUT or TEXTAREA element is currently focused, the hint key inputs (like letters or numbers) are inadvertently entered into the text field instead of being processed as link hint commands. This creates confusion and disrupts the intended workflow when trying to navigate using Link Hints.
For example, if I'm typing in a search box and then activate Link Hints, pressing hint keys to select a link will continue typing into the search box rather than selecting the intended link.
Suggestion
Automatically remove focus (blur) from INPUT and TEXTAREA elements when Link Hints are activated. This would ensure that:
The focus could potentially be restored to the original element if the user cancels Link Hints without selecting a link.
Debug info
Firefox 139.0 on OpenBSD (install from pkg_add)