Open
Bug 1612588
Opened 5 years ago
Updated 2 years ago
_adjustFocusAfterTabSwitch can run before or after TabSelect
Categories
(Firefox :: Tabbed Browser, defect, P2)
Firefox
Tabbed Browser
Tracking
()
NEW
People
(Reporter: mak, Unassigned)
References
(Blocks 1 open bug)
Details
For Bug 1601052 I'm implementing a workaround where I have to wait for both TabSelect and the focus change, to be sure we touch the urlbar at the right time after a tab switch.
This happens more often when switching tabs repeatedly, the TabSelect event normally fires after _adjustFocusAfterTabSwitch, but sometimes it fires before it, so we get a TabSelect and then the focus changes to/from the urlbar.
Having a reliable timeline would help with implementing features, and it's unclear if this may be a cause for intermittent failures.
Updated•5 years ago
|
Priority: -- → P2
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•