HTTP auth in a background tab shouldn't cause any dialogs to be displayed
Categories
(Firefox :: Tabbed Browser, defect)
Tracking
()
People
(Reporter: asqueella, Unassigned)
References
Details
(Whiteboard: [necko-backlog])
Reporter | ||
Comment 2•15 years ago
|
||
Comment 4•13 years ago
|
||
Updated•13 years ago
|
Comment 6•13 years ago
|
||
Comment 7•10 years ago
|
||
Updated•9 years ago
|
Comment 8•8 years ago
|
||
Comment 9•8 years ago
|
||
Comment 11•7 years ago
|
||
Comment 12•7 years ago
|
||
Comment 13•4 years ago
|
||
I just tested this with bug 613785 fixed and we still switch to the background tab that requested HTTP auth.
Comment 14•4 years ago
|
||
This is the code that triggers the tab switch:
https://searchfox.org/mozilla-central/rev/5efefd3ef214ed6d3234ba245c1da3004ead94e0/browser/base/content/tabbrowser.js#5331
Would be nice if prompt callers could specify if they want a tab switch.
Updated•2 years ago
|
Comment 15•2 years ago
|
||
The severity field for this bug is relatively low, S3. However, the bug has 3 duplicates and 14 votes.
:kershaw, could you consider increasing the bug severity?
For more information, please visit auto_nag documentation.
Comment 16•2 years ago
|
||
The last needinfo from me was triggered in error by recent activity on the bug. I'm clearing the needinfo since this is a very old bug and I don't know if it's still relevant.
Comment 17•2 years ago
|
||
(In reply to Paul Zühlcke [:pbz] from comment #14)
This is the code that triggers the tab switch:
https://searchfox.org/mozilla-central/rev/5efefd3ef214ed6d3234ba245c1da3004ead94e0/browser/base/content/tabbrowser.js#5331Would be nice if prompt callers could specify if they want a tab switch.
I absolutely would like an option to turn that off. Comment 6 in this thread is my issue exactly with some internal applications. IMO it's unacceptable for a website/tab A to be able steal my focus from website/tab B. Materializing has abused this behavior before.
Comment 18•2 years ago
|
||
(In reply to Paul Zühlcke [:pbz] from comment #14)
This is the code that triggers the tab switch:
https://searchfox.org/mozilla-central/rev/5efefd3ef214ed6d3234ba245c1da3004ead94e0/browser/base/content/tabbrowser.js#5331
Moving to Firefox::Tabbed browser based on this comment.
Clearing priority and severity to get this re-triaged.
Description
•