Open
Bug 987125
Opened 11 years ago
Updated 2 years ago
Should have a test that switch-to-tab entries for private tabs never appear in the location bar's autocomplete in public windows and vice versa
Categories
(Firefox :: Private Browsing, defect)
Firefox
Private Browsing
Tracking
()
NEW
People
(Reporter: Gijs, Unassigned)
References
Details
(Whiteboard: [Australis:P-])
Bug 816527 made it so that switching between private and public tabs from the URL bar wouldn't work. The test it added tests that hitting 'enter' on the custom URL that we use for location bar autocomplete entries of the 'switch to tab' kind doesn't work, but this relies on the underlying switchToTabHavingURI API in browser.js.
It doesn't test if the entries appear in the autocomplete list at all. If they did, they wouldn't work - but that would be extremely poor UX (because there'd be "no-op" entries in the list).
We should either change this test or write another test that verifies that these entries don't appear.
Comment 1•11 years ago
|
||
I think we should add a new test for that. But I don't know how that test would work.
Reporter | ||
Updated•11 years ago
|
Whiteboard: [Australis:P-]
Updated•3 years ago
|
Severity: normal → S3
Should have a test that switch-to-tab entries for private tabs never appear in the location bar's autocomplete of NEW private windows too!
You need to log in
before you can comment on or make changes to this bug.
Description
•