Open
Bug 1866845
Opened 2 years ago
Updated 2 years ago
Improve focus logic in fxview-tab-list
Categories
(Firefox :: Firefox View, task, P3)
Firefox
Firefox View
Tracking
()
NEW
People
(Reporter: kcochrane, Unassigned)
References
Details
(Whiteboard: [fidefe-firefox-view])
Adding this as a follow-up to bug 1859788 (see this comment specifically). We want to do two things if possible:
- Remove the manual
requestUpdate()andupdateCompletecalls on every sublist in the root virtual-list. There should theoretically be a way to have property updates on the top-level virtual-list (such asactiveIndex) that trigger a re-render on sublists. - Use
scrollIntoView()only when necessary when focusing and use{ block: "nearest" }rather than{ block: "center" }if possible given the sticky header obscuring some of the items towards the top of the viewport.
Updated•2 years ago
|
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•