Open
Bug 1837253
Opened 2 years ago
Updated 1 month ago
Introduce read-only tabIndex property as a replacement for pseudo-private _tPos
Categories
(Firefox :: Tabbed Browser, task)
Firefox
Tabbed Browser
Tracking
()
NEW
People
(Reporter: dao, Unassigned)
References
(Blocks 1 open bug)
Details
_tPos
is used quite a bit by external code, so there's no point in pretending it's private anymore. We should add a proper public, read-only property on tabs, perhaps index
or position
.
Reporter | ||
Updated•8 months ago
|
Blocks: tabbrowser-cleanup
Reporter | ||
Updated•1 month ago
|
Summary: Introduce read-only tab index property as a replacement for pseudo-private _tPos → Introduce read-only tabIndex property as a replacement for pseudo-private _tPos
You need to log in
before you can comment on or make changes to this bug.
Description
•