[RTL] Keyboard navigation between trackers/fingerprinters/cryptominers is reversed in about:protections
Categories
(Firefox :: Protections UI, defect, P2)
Tracking
()
People
(Reporter: itiel_yn8, Unassigned)
Details
(Keywords: rtl)
Attachments
(1 obsolete file)
STR:
- Change
intl.uidirection
to1
in about:config - Open about:protections
- Click any of the tracker types
- Try to navigate between them using the arrow keys
AR:
Keyboard navigation is in reverse.
ER:
Correct keyboard navigation.
Comment 2•5 years ago
|
||
Sorry for the delayed response. I don't think I have time for this at the moment, I'm not familiar enough with the about:protections code to pick this up quickly.
Comment 3•5 years ago
|
||
The priority flag is not set for this bug.
:ewright, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Comment 5•5 years ago
|
||
On further inspection I believe this is a Firefox bug. The patch I posted essentially lifts the elements off the page, then re-inserts them, this seems to reset something and fix the navigation, but i have no idea why. However, I've also noticed backwards navigation if you simply add this to a page:
<body dir="rtl">
<form>
<div>
<input type="radio" name="color" value="yellow" checked> 1
<input type="radio" name="color" value="red"> 2
<input type="radio" name="color" value="green"> 3
<input type="radio" name="color" value="pink"> 4
</div>
</form>
</body>
There is also backwards navigation in our upper nav bar icons. For example, in rtl tab to some addon icons, then push the arrow keys to cycle through them.
I'll keep this bug open as we may be able to find a temporary workaround for this for just the protection report, and file new ones for radio
buttons in general and toolbaritems
Updated•4 years ago
|
Updated•4 years ago
|
Comment 6•4 years ago
|
||
Closing as duplicate.
Description
•