Closed
Bug 254260
Opened 20 years ago
Closed 20 years ago
Implement Opera's "Spatial Browsing"
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement)
Tracking
()
People
(Reporter: petrovicky, Assigned: aaronlev)
Details
User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.1+ (MOOX-AV)
Build Identifier: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.7) Gecko/20040803 Firefox/0.9.1+ (MOOX-AV)
Opera's "Spatial Browsing" is a feature that allows the user to navigate through
links in the order in what they APPEAR on the screen.
Let's have following layout:
Link1, Link2
Link3, Link4
We have Link1 selected and we press a shortcut to move DOWN. tabindex or other
indexes are then ignored and the browser imediately selects Link3, instead of
selecting Link2 which is a default behaviour.
This functionality is really uselful and I think we should implement this
spatial browsing at least for UP and DOWN directions.
Reproducible: Always
Steps to Reproduce:
Comment 1•20 years ago
|
||
In Mozilla, F7 turns on caret browsing, which is very similar...
Comment 2•20 years ago
|
||
IMHO dupe of bug 67684 - Directional keyboard navigation needed (alt+shift+arrow?)
*** This bug has been marked as a duplicate of 67684 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•