Issue_id
stringlengths
7
7
Summary
stringlengths
10
255
Description
stringlengths
12
2.29k
Description_all
stringlengths
51
2.34k
Priority
stringclasses
5 values
Status
stringclasses
6 values
Resolution
stringclasses
9 values
Created
stringdate
2020-01-02 13:46:45
2025-03-05 20:35:25
Resolved
stringdate
2020-01-14 02:57:17
2025-03-05 21:47:22
token_count
int16
12
511
Priority_label
int16
1
5
1652293
Addons that changes default newtab no longer focuses on address bar by default
### Steps To Reproduce 1. Install Tabby Cat addon (last updated 3 years ago, Sep 6, 2017) which changes the default newtab to cats. 2. Open a new tab with the keyboard shortcut or the + icon. ### Expected Results - A new tab is opened with the cursor focused on the address bar to type. ### Actual Results - A new tab ...
Addons that changes default newtab no longer focuses on address bar by default ### Steps To Reproduce 1. Install Tabby Cat addon (last updated 3 years ago, Sep 6, 2017) which changes the default newtab to cats. 2. Open a new tab with the keyboard shortcut or the + icon. ### Expected Results - A new tab is opened with ...
P2
RESOLVED
DUPLICATE
2020-07-12 04:39:13+00:00
2020-09-01 09:08:29+00:00
160
2
1652296
Links that use download attribute occasionally failing on save to Dropbox sync folder
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: I created a HTML file with <a href="data:..." download="filename.txt"> link. I then open it in Firefox, and click the link to save the file to a Dropbox synced folder. I then choose to overwrite an existing ...
Links that use download attribute occasionally failing on save to Dropbox sync folder User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: I created a HTML file with <a href="data:..." download="filename.txt"> link. I then open it in Firefox, and click the lin...
P3
RESOLVED
FIXED
2020-07-12 06:33:52+00:00
2021-05-13 12:57:27+00:00
397
3
1652412
`helper.exe /SetAsDefaultAppUser` sets Firefox as default PDF viewer (and others) when it should not
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: helper.exe /SetAsDefaultAppUser Actual results: this command set firefox as default browser and pdf viewer Expected results: stop firefox taking over as default pdf viewer
`helper.exe /SetAsDefaultAppUser` sets Firefox as default PDF viewer (and others) when it should not User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: helper.exe /SetAsDefaultAppUser Actual results: this command set firefox as default browser and pdf view...
P3
RESOLVED
FIXED
2020-07-13 09:09:13+00:00
2021-01-05 23:08:57+00:00
120
3
1652458
Remove AMO search engine link from preferences
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: tried to add search engines as i do previously by prefrences>search>find more search engines>click on the logo of desired search engine>clicking on 'here' on the next page to add the desired search engine Ac...
Remove AMO search engine link from preferences User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: tried to add search engines as i do previously by prefrences>search>find more search engines>click on the logo of desired search engine>clicking on 'here' on the ...
P3
NEW
2020-07-13 13:14:10+00:00
2022-12-13 12:46:01+00:00
143
3
1652487
BrowserUsageTelemetry.jsm: SyntaxError: Element.closest: '#widget:[addonid]@jetpack-[widgetid]' is not a valid selector
I opened the global JS console and see the following error: ``` SyntaxError: Element.closest: '#widget:[addonid]@jetpack-[widgetid]' is not a valid selector BrowserUsageTelemetry.jsm:900 _getWidgetID resource:///modules/BrowserUsageTelemetry.jsm:900 _recordCommand resource:///modules/BrowserUsageTelemetry.jsm:...
BrowserUsageTelemetry.jsm: SyntaxError: Element.closest: '#widget:[addonid]@jetpack-[widgetid]' is not a valid selector I opened the global JS console and see the following error: ``` SyntaxError: Element.closest: '#widget:[addonid]@jetpack-[widgetid]' is not a valid selector BrowserUsageTelemetry.jsm:900 _getWidg...
P1
RESOLVED
FIXED
2020-07-13 15:37:38+00:00
2020-07-20 18:32:24+00:00
411
1
1652513
Use groups configuration to control message lifetime and frequency
Lets remove the provider(pref) specified message configuration, this is limiting because we want to share the same values with experiment messages of the same type. These should be configured through remote messages. Additionally for the `cfr` provider we run into this bug where turning it off (don't recommend addons ...
Use groups configuration to control message lifetime and frequency Lets remove the provider(pref) specified message configuration, this is limiting because we want to share the same values with experiment messages of the same type. These should be configured through remote messages. Additionally for the `cfr` provider...
P1
RESOLVED
FIXED
2020-07-13 17:02:02+00:00
2020-09-10 11:16:46+00:00
223
1
1652520
Enforce file extensions for pdfs, office style documents and media file types
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Downloading .pdf files problem seen repeatedly from documents held in a group on https://www.goassemble.com/ i.e. when I am logged in to the group (set up by an organisation I belong too). Actual results: ...
Enforce file extensions for pdfs, office style documents and media file types User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Downloading .pdf files problem seen repeatedly from documents held in a group on https://www.goassemble.com/ i.e. when I am logged...
P3
RESOLVED
FIXED
2020-07-13 17:28:18+00:00
2021-02-17 11:57:35+00:00
267
3
1652613
Add event telemetry for slow script warnings
To start with, the event should consist of: - category: "slow_script_warning" - method: "shown" - object: either "content" or "chrome" to indicate which process this happened in - value/extra : indicate how long the script ran, how long the warning was up, and why/how the warning was dismissed (tab/browser closed, int...
Add event telemetry for slow script warnings To start with, the event should consist of: - category: "slow_script_warning" - method: "shown" - object: either "content" or "chrome" to indicate which process this happened in - value/extra : indicate how long the script ran, how long the warning was up, and why/how the w...
P1
RESOLVED
FIXED
2020-07-13 23:20:15+00:00
2020-10-22 12:18:59+00:00
273
1
1652641
tab context menu when multiple tabs are selected has menu items with conflicting accelerator keys
If you have multiple tabs selected, both the "Select All Tabs" and the "Close Tabs" menu items have "s" as their accelerator key. Can the "Close Tabs" menu item be changed to use "c", to be consistent with the "Close Tab" menu item when only one tab is selected?
tab context menu when multiple tabs are selected has menu items with conflicting accelerator keys If you have multiple tabs selected, both the "Select All Tabs" and the "Close Tabs" menu items have "s" as their accelerator key. Can the "Close Tabs" menu item be changed to use "c", to be consistent with the "Close Tab"...
P2
VERIFIED
FIXED
2020-07-14 02:45:59+00:00
2020-08-17 15:54:14+00:00
87
2
1652829
Re-enable browser/components/search/test/browser/browser_google_behavior.js test for Fission
Bug 1617983 disabled the browser_google_behavior.js test for debug Fission: https://searchfox.org/mozilla-central/rev/82c04b9cad5b98bdf682bd477f2b1e3071b004ad/browser/components/search/test/browser/browser.ini#36-37 ``` [browser_google_behavior.js] skip-if = (fission && debug) # Bug 1614268 (see also bug 1617983 comm...
Re-enable browser/components/search/test/browser/browser_google_behavior.js test for Fission Bug 1617983 disabled the browser_google_behavior.js test for debug Fission: https://searchfox.org/mozilla-central/rev/82c04b9cad5b98bdf682bd477f2b1e3071b004ad/browser/components/search/test/browser/browser.ini#36-37 ``` [brow...
P3
RESOLVED
FIXED
2020-07-14 18:24:15+00:00
2020-07-23 14:45:33+00:00
344
3
1652912
NS_FaultTolerantHeap::APIHook_RtlFreeHeap
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Open firefox browse any of the below site: "https://www.w3schools.com/html/html_tables.asp" "https://www.sebi.gov.in/stock-exchanges.html" "https://economictimes.indiatimes.com/markets/stocks/earnings" "http...
NS_FaultTolerantHeap::APIHook_RtlFreeHeap User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Open firefox browse any of the below site: "https://www.w3schools.com/html/html_tables.asp" "https://www.sebi.gov.in/stock-exchanges.html" "https://economictimes.ind...
P1
RESOLVED
DUPLICATE
2020-07-15 05:27:35+00:00
2020-08-27 16:15:50+00:00
188
1
1653019
Protections popup does not list "allowed" cookies in default configuration
Found while writing tests for bug 1652614 and checking initial states in new windows. STR: 1. open a site without trackers. I used `https://xkcd.com/`. It probably doesn't matter. 2. verify "normal" (not strict/custom) tracking protection is in use. AIUI this only rejects trackers, but not other cookies. 3. open the ...
Protections popup does not list "allowed" cookies in default configuration Found while writing tests for bug 1652614 and checking initial states in new windows. STR: 1. open a site without trackers. I used `https://xkcd.com/`. It probably doesn't matter. 2. verify "normal" (not strict/custom) tracking protection is i...
P3
NEW
2020-07-15 16:34:03+00:00
2021-02-11 17:48:56+00:00
475
3
1653191
Location bar content not copied to PRIMARY upon clicking in = selecting the URL (Linux/X11)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Using Firefox 78.0.2 on Linux/X11: 1. Visit a URL by entering it into the location bar and pressing return 2. Click into the location bar once or press Ctrl+L; the URL gets highlighted 3. Middle click into any text a...
Location bar content not copied to PRIMARY upon clicking in = selecting the URL (Linux/X11) User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Using Firefox 78.0.2 on Linux/X11: 1. Visit a URL by entering it into the location bar and pressing return 2. Click into the...
P3
RESOLVED
DUPLICATE
2020-07-16 08:09:28+00:00
2023-01-23 16:37:11+00:00
440
3
1653192
[macOS]Pocket - tab-focus styling not applied on first option in Your privacy matters modal
**Affected versions** * 79.0b8, 80.0a1 **Affected platforms** * macOS 10.13.6 **Steps to reproduce** Preconditions: *browser.search.region* set to *US* *browser.newtabpage.activity-stream.discoverystream.spocs-endpoint* set to *https://spocs.getpocket.com/spocs?country=US&region=CA* 1. Launch Firefox with the set pre...
[macOS]Pocket - tab-focus styling not applied on first option in Your privacy matters modal **Affected versions** * 79.0b8, 80.0a1 **Affected platforms** * macOS 10.13.6 **Steps to reproduce** Preconditions: *browser.search.region* set to *US* *browser.newtabpage.activity-stream.discoverystream.spocs-endpoint* set to...
P2
NEW
2020-07-16 08:17:15+00:00
2024-03-04 12:23:05+00:00
272
2
1653207
Don't strip the protocol if it differs from http(s) (was: File URL matching doesn't work)
(Summary could probably use some work) STR: 1. be on Windows 2. type `file://` in the address bar ER: only see local file results from history, maybe prefill with a path to $HOME if we're being nice AR: other history results (that do not even appear to include "file" in the title / url) show up, mixed with some loc...
Don't strip the protocol if it differs from http(s) (was: File URL matching doesn't work) (Summary could probably use some work) STR: 1. be on Windows 2. type `file://` in the address bar ER: only see local file results from history, maybe prefill with a path to $HOME if we're being nice AR: other history results (...
P3
NEW
2020-07-16 10:11:19+00:00
2020-11-05 10:29:30+00:00
231
3
1653236
[PI-721]The "Firefox Multi-Account Containers" icon from the recommendation is barely visible when the browser's dark theme is enabled
**[Affected versions]:** - Firefox Release 78.0.2 Build ID 20200708170202 **[Affected Platforms]:** - macOS 10.15 - Windows 10 x64 - Ubuntu 18.04 **[Prerequisites]:** - Have a browser profile with the profile cration date older than 1 week. - Have the "Stage Preview" environment selected and polled using the Remote S...
[PI-721]The "Firefox Multi-Account Containers" icon from the recommendation is barely visible when the browser's dark theme is enabled **[Affected versions]:** - Firefox Release 78.0.2 Build ID 20200708170202 **[Affected Platforms]:** - macOS 10.15 - Windows 10 x64 - Ubuntu 18.04 **[Prerequisites]:** - Have a browser...
P5
NEW
2020-07-16 12:31:28+00:00
2020-07-20 15:13:19+00:00
362
5
1653320
Global sharing indicator blocks access to menus in macOS
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0 Steps to reproduce: 1. Join WebRTC session 2. Click on the new global sharing indicator to focus it. 3. Now you can no longer access the menu bar; it is blank. Actual results: If the global sharing indicator is focused, ...
Global sharing indicator blocks access to menus in macOS User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0 Steps to reproduce: 1. Join WebRTC session 2. Click on the new global sharing indicator to focus it. 3. Now you can no longer access the menu bar; it is blank. Actu...
P3
NEW
2020-07-16 16:36:02+00:00
2023-09-15 18:55:16+00:00
149
3
1653432
Lockwise Support missing link
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0 Steps to reproduce: Visit about:logins Actual results: If there are no credentials there's this message: Visit Lockwise Support for more help Lockwise Support is a link, but has no href set to it, if you click nothing happens. HTML...
Lockwise Support missing link User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0 Steps to reproduce: Visit about:logins Actual results: If there are no credentials there's this message: Visit Lockwise Support for more help Lockwise Support is a link, but has no href set to it, if yo...
P2
VERIFIED
FIXED
2020-07-16 22:47:06+00:00
2020-08-07 01:39:08+00:00
236
2
1653436
Some characters getting clobbered if I type too fast
I thought this was a dupe of bug 1652024 (or its dupes) but I'm not getting truncated results and I can still see it in the 2020-07-16 nightly build. STR 1. have a profile with a large PlacesDB 2. quickly type in a few characters of a history item Actual - some characters of what you type remain, sometimes with them ...
Some characters getting clobbered if I type too fast I thought this was a dupe of bug 1652024 (or its dupes) but I'm not getting truncated results and I can still see it in the 2020-07-16 nightly build. STR 1. have a profile with a large PlacesDB 2. quickly type in a few characters of a history item Actual - some cha...
P1
VERIFIED
FIXED
2020-07-16 23:31:27+00:00
2020-08-13 10:14:47+00:00
143
1
1653491
Items from the navigation bar shift back and forth by ~1px when dragging an item to the toolbar in customize mode while having layout.css.devPixelsPerPx pref set to 1.5
*Affected versions* * 80.0a1 (20200716212737) * 79.0b9 (20200717001501) * 78.0.2 (20200708170202) *Affected platforms* * Ubuntu 18.04 * macOS 10.14 * Windows 10x64 *Steps to reproduce* 1. Open Firefox and set layout.css.devPixelsPerPx to 1.5. 2. Enter Customize and drag any item to the toolbar. *Expected result...
Items from the navigation bar shift back and forth by ~1px when dragging an item to the toolbar in customize mode while having layout.css.devPixelsPerPx pref set to 1.5 *Affected versions* * 80.0a1 (20200716212737) * 79.0b9 (20200717001501) * 78.0.2 (20200708170202) *Affected platforms* * Ubuntu 18.04 * macOS 10.14 * ...
P5
NEW
2020-07-17 07:24:44+00:00
2020-07-20 14:57:58+00:00
233
5
1653505
New tab page flashes white when refreshing the page.
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: 1. Open Mozilla Firefox.(78.0.2 64 bit) 2. Refresh the default new tab page. Actual results: Screen flashes white Expected results: Screen should not flash white
New tab page flashes white when refreshing the page. User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: 1. Open Mozilla Firefox.(78.0.2 64 bit) 2. Refresh the default new tab page. Actual results: Screen flashes white Expected results: Screen should ...
P5
RESOLVED
DUPLICATE
2020-07-17 09:24:03+00:00
2020-08-19 04:12:57+00:00
101
5
1653509
The global sharing indicator can be moved outside the screen
**[Affected Versions]:** - Firefox Beta 79.0b8 (Build ID: 20200714212005) **[Affected Platforms]:** - Windows 10 x64 **[Prerequisites]:** - Firefox Beta is open. - The `privacy.webrtc.allowSilencingNotifications` pref is set to `true`. - The `privacy.webrtc.legacyGlobalIndicator` pref is set to `false`. **[Steps to ...
The global sharing indicator can be moved outside the screen **[Affected Versions]:** - Firefox Beta 79.0b8 (Build ID: 20200714212005) **[Affected Platforms]:** - Windows 10 x64 **[Prerequisites]:** - Firefox Beta is open. - The `privacy.webrtc.allowSilencingNotifications` pref is set to `true`. - The `privacy.webrtc...
P3
NEW
2020-07-17 09:31:32+00:00
2020-08-27 16:11:30+00:00
304
3
1653510
[Ubuntu] About Firefox dialog can be maximized / resized
**Affected versions** * 78.0.2 * 79.0b9 * 80.0a1 (2020-07-16) **Affected platforms** * Ubuntu 18.04x64 **Steps to reproduce** 1. Launch FF. 2. Go to the burger menu. 3. Go to Help. 4. Go to About FF/Nightly. 5. Press the maximize button. **Expected result** * Maximize button is greyed out and user cannot interact wi...
[Ubuntu] About Firefox dialog can be maximized / resized **Affected versions** * 78.0.2 * 79.0b9 * 80.0a1 (2020-07-16) **Affected platforms** * Ubuntu 18.04x64 **Steps to reproduce** 1. Launch FF. 2. Go to the burger menu. 3. Go to Help. 4. Go to About FF/Nightly. 5. Press the maximize button. **Expected result** * ...
P5
NEW
2020-07-17 09:39:17+00:00
2020-07-20 22:31:01+00:00
260
5
1653564
Open options from the context menu doesn't dismiss the bookmarks doorhanger in some cases
**Proposed severity:** * S3 **Affected versions** * Firefox 80.0a1 * Firefox 79.0b9 **Affected platforms** * Windows 10 x6 * Windows 8.1 x86 * macOS 10.14 * Ubuntu 20.04 x64 **Steps to reproduce** 1. Have a bookmark already made 2. Go to "View History, saved bookmarks...." -> Bookmarks. 3. Right-click on one of the ...
Open options from the context menu doesn't dismiss the bookmarks doorhanger in some cases **Proposed severity:** * S3 **Affected versions** * Firefox 80.0a1 * Firefox 79.0b9 **Affected platforms** * Windows 10 x6 * Windows 8.1 x86 * macOS 10.14 * Ubuntu 20.04 x64 **Steps to reproduce** 1. Have a bookmark already mad...
P3
RESOLVED
FIXED
2020-07-17 13:10:39+00:00
2024-11-20 14:47:29+00:00
387
3
1653565
Can't set a home page by drag and drop a link into the URL field in about:preferences#home
**Proposed severity:** * S3 **Affected versions** * Firefox 80.0a1 * Firefox 79.0b9 **Affected platforms** * Windows 10 x6 * Windows 8.1 x86 * macOS 10.14 * Ubuntu 20.04 x64 **Steps to reproduce** 1. Go to about:preferences#home 2. Select "Custom URLs..." from Homepage and new windows. 3. Drag and drop a link in the...
Can't set a home page by drag and drop a link into the URL field in about:preferences#home **Proposed severity:** * S3 **Affected versions** * Firefox 80.0a1 * Firefox 79.0b9 **Affected platforms** * Windows 10 x6 * Windows 8.1 x86 * macOS 10.14 * Ubuntu 20.04 x64 **Steps to reproduce** 1. Go to about:preferences#ho...
P3
NEW
2020-07-17 13:10:41+00:00
2020-07-20 14:54:18+00:00
342
3
1653670
Website gives SSL_ERROR_NO_CYPHER_OVERLAP when in private mode
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 Steps to reproduce: Step 1) Open firefox in a normal, non private window. Step 2) Navigate to https://online.rainn.org/tos/0 Step 3) Observe that website works. Step 4) Hit CTRL-SHIFT-...
Website gives SSL_ERROR_NO_CYPHER_OVERLAP when in private mode User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36 Steps to reproduce: Step 1) Open firefox in a normal, non private window. Step 2) Navigate to https://online.rainn.org/to...
P2
RESOLVED
WORKSFORME
2020-07-17 20:03:48+00:00
2020-08-07 16:19:06+00:00
266
2
1653742
Links from Firefox launched in SSB mode are opened in a new window in the SSB instance
STR: 1. Launch Firefox in SSB mode, `firefox -P app_Riot --class app_Riot --no-remote --ssb https://chat.mozilla.org` 2. Click on a link that points to outside chat.mozilla.org Expected result: The link opens in the Firefox instance which is not in SSB mode. If the SSB instance is the only running one, a Firefox insta...
Links from Firefox launched in SSB mode are opened in a new window in the SSB instance STR: 1. Launch Firefox in SSB mode, `firefox -P app_Riot --class app_Riot --no-remote --ssb https://chat.mozilla.org` 2. Click on a link that points to outside chat.mozilla.org Expected result: The link opens in the Firefox instance...
P5
RESOLVED
WONTFIX
2020-07-18 08:20:51+00:00
2021-01-15 22:20:51+00:00
163
5
1653807
Want to view PDFs in Firefox but open PDFs in the download panel in OS default viewer by default
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Desktop FF has introduced a new (IMO buggy) behavior exclusively for PDF files, which breaks consistency with both prior behavior and logic. To demonstrate, the Application type in FF for PDF should be set ...
Want to view PDFs in Firefox but open PDFs in the download panel in OS default viewer by default User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Desktop FF has introduced a new (IMO buggy) behavior exclusively for PDF files, which breaks consistency with ...
P3
NEW
2020-07-18 22:48:56+00:00
2024-06-06 11:30:04+00:00
448
3
1653859
[RTL] Mirror the theme icons in the new multistage about:welcome
See attached, the two SVGs should be mirrored for RTL. After these rules: https://searchfox.org/mozilla-central/rev/b2395478c6adf6e5b241be1610fb1d920ed995ed/browser/components/newtab/aboutwelcome/content/aboutwelcome.css#337-341 https://searchfox.org/mozilla-central/rev/b2395478c6adf6e5b241be1610fb1d920ed995ed/browser...
[RTL] Mirror the theme icons in the new multistage about:welcome See attached, the two SVGs should be mirrored for RTL. After these rules: https://searchfox.org/mozilla-central/rev/b2395478c6adf6e5b241be1610fb1d920ed995ed/browser/components/newtab/aboutwelcome/content/aboutwelcome.css#337-341 https://searchfox.org/moz...
P1
VERIFIED
FIXED
2020-07-19 15:54:43+00:00
2020-07-23 09:43:01+00:00
236
1
1653891
Autofill not working well when an origin is dominating others or websites change origin often.
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: noticed autocomplete in the address bar was not working on site i often normally i use Ctrl+L and type 'ani' and it autocompletes, this no longer happens if i delete my browser history for imgur it suddenly wo...
Autofill not working well when an origin is dominating others or websites change origin often. User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: noticed autocomplete in the address bar was not working on site i often normally i use Ctrl+L and type 'ani' and i...
P3
NEW
2020-07-20 02:53:37+00:00
2020-07-21 16:54:45+00:00
276
3
1653899
Zap underline doesn't work when spanning multiple lines or with longer text.
This is the current Italian translation ``` onboarding-multistage-import-header = Importa password, segnalibri e <span data-l10n-name="zap">altro ancora</span> ``` Notice how the `zap` doesn't follow on the second line. I can work around it by adding a non-breaking space, but I think it should be fixed on the code ...
Zap underline doesn't work when spanning multiple lines or with longer text. This is the current Italian translation ``` onboarding-multistage-import-header = Importa password, segnalibri e <span data-l10n-name="zap">altro ancora</span> ``` Notice how the `zap` doesn't follow on the second line. I can work around i...
P1
VERIFIED
FIXED
2020-07-20 07:01:06+00:00
2020-09-02 09:17:11+00:00
152
1
1653954
Another scroll bar is shown while resizing the browser from bottom in about:newtab when having some highlights
*Affected versions* * 80.0a1 (20200719185002) * 79.0b9 (20200717001501) * 78.0.2 (20200708170202) *Affected platforms* * Windows 10x64 * macOs 10.12 * Ubuntu 18.04 *Preconditions* * Have Highlights list populated with at least one website. *Steps to reproduce* 1. Open Firefox and resize the browser up and down from ...
Another scroll bar is shown while resizing the browser from bottom in about:newtab when having some highlights *Affected versions* * 80.0a1 (20200719185002) * 79.0b9 (20200717001501) * 78.0.2 (20200708170202) *Affected platforms* * Windows 10x64 * macOs 10.12 * Ubuntu 18.04 *Preconditions* * Have Highlights list popu...
P2
NEW
2020-07-20 11:32:09+00:00
2024-02-26 12:20:23+00:00
290
2
1653958
Search result not correctly aligned for Zoom section when searching for numbers in about:preferences
*Affected versions* * 80.0a1 (20200719185002) * 79.0b9 (20200717001501) * 78.0.2 (20200708170202) *Affected platforms* * Windows 10x64 * macOs 10.12 * Ubuntu 18.04 *Steps to reproduce* 1. Open Firefox and go to about:preferences page. 2. Type a random number in `Find in Options` (e.g 30). *Expected result* * All res...
Search result not correctly aligned for Zoom section when searching for numbers in about:preferences *Affected versions* * 80.0a1 (20200719185002) * 79.0b9 (20200717001501) * 78.0.2 (20200708170202) *Affected platforms* * Windows 10x64 * macOs 10.12 * Ubuntu 18.04 *Steps to reproduce* 1. Open Firefox and go to about:...
P3
VERIFIED
FIXED
2020-07-20 12:03:58+00:00
2020-08-11 13:21:30+00:00
266
3
1654029
When only the search box is enabled in Firefox newtab, the Firefox logo is no longer displayed
STR: - in a new profile (I have tested this in 78, 79, and 80, macOS) go to the preferences for newtab - disable all sections except Search - open a new tab Expected: A Firefox logo above the search bar Found: No logo
When only the search box is enabled in Firefox newtab, the Firefox logo is no longer displayed STR: - in a new profile (I have tested this in 78, 79, and 80, macOS) go to the preferences for newtab - disable all sections except Search - open a new tab Expected: A Firefox logo above the search bar Found: No logo
P1
VERIFIED
FIXED
2020-07-20 17:11:47+00:00
2020-07-23 09:00:56+00:00
83
1
1654266
Stopping display share stops sharing all streams
We should only stop the most recent display share when the user clicks the "Stop Sharing" button.
Stopping display share stops sharing all streams We should only stop the most recent display share when the user clicks the "Stop Sharing" button.
P1
VERIFIED
FIXED
2020-07-21 13:07:25+00:00
2020-10-26 11:18:18+00:00
29
1
1654316
Autofill is not properly considering bookmarked status of origins
From https://bugzilla.mozilla.org/show_bug.cgi?id=1653891#c7 > I think the problem is the query is wrongly extracting the "bookmarked" value. > In this case there are both an http and https entries in moz_origins, the "GROUP BY host" constructs at https://searchfox.org/mozilla-central/rev/3b6958c26049c1e27b2790a43154c...
Autofill is not properly considering bookmarked status of origins From https://bugzilla.mozilla.org/show_bug.cgi?id=1653891#c7 > I think the problem is the query is wrongly extracting the "bookmarked" value. > In this case there are both an http and https entries in moz_origins, the "GROUP BY host" constructs at https...
P1
RESOLVED
FIXED
2020-07-21 16:07:54+00:00
2020-07-28 09:57:35+00:00
280
1
1654377
maybeReloadEngines has a race condition when removing engines.
When I rewrote maybeReloadEngines in bug 1610293, one thing I changed was to additionally remove app-provided engines. This went via the add-on manager to uninstall the WebExtension, and then remove the engine. In bug 1653976, Thunderbird has shown there's an intermittent failure on test_reload_engines.js. After deb...
maybeReloadEngines has a race condition when removing engines. When I rewrote maybeReloadEngines in bug 1610293, one thing I changed was to additionally remove app-provided engines. This went via the add-on manager to uninstall the WebExtension, and then remove the engine. In bug 1653976, Thunderbird has shown there'...
P1
RESOLVED
FIXED
2020-07-21 20:13:49+00:00
2020-07-23 16:23:57+00:00
215
1
1654423
Address bar not focused when opening new tab from fullscreen video
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Play a video in fullscreen (I've only done this using Youtube), open a new tab via Ctrl + t Actual results: The search bar will not have focus after exiting fullscreen via Ctrl + t shortcut Expected res...
Address bar not focused when opening new tab from fullscreen video User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Play a video in fullscreen (I've only done this using Youtube), open a new tab via Ctrl + t Actual results: The search bar will not have ...
P3
RESOLVED
DUPLICATE
2020-07-22 01:39:49+00:00
2021-06-23 17:24:15+00:00
121
3
1654431
Update "beaker" icon to something else
Hello team! We're currently using the "beaker" icon in release, for the Pioneer program. Is it possible for you to use a new icon for the about:preferences Nightly Experiments section? Javaun talked to Blake, and it sounded like this shouldn't be too much work. Thank you!
Update "beaker" icon to something else Hello team! We're currently using the "beaker" icon in release, for the Pioneer program. Is it possible for you to use a new icon for the about:preferences Nightly Experiments section? Javaun talked to Blake, and it sounded like this shouldn't be too much work. Thank you!
P3
RESOLVED
FIXED
2020-07-22 02:30:27+00:00
2020-08-26 03:32:23+00:00
74
3
1654503
Regression: Click-Drag on New Tab button without waiting a moment doesn't open Container Menu when address bar is focused
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Focus the address bar, then click-drag downwards on the new tab "+" button. This started happening with since the new feature where the address bar gets magnified and outlined blue when focused. Actual res...
Regression: Click-Drag on New Tab button without waiting a moment doesn't open Container Menu when address bar is focused User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: Focus the address bar, then click-drag downwards on the new tab "+" button. This star...
P5
NEW
2020-07-22 10:48:28+00:00
2024-02-27 18:39:48+00:00
149
5
1654509
Address bar is slightly resized on the right side when opened
*Affected versions* * 80.0a1 (20200721215127) * 79.0 (20200720193547) * 78.0.2 (20200708170202) *Affected platforms* * Windows 10x64 *Steps to reproduce* 1. Open Firefox and focus the address bar. 2. Observe the right blue side of the focus line. *Expected result* * Address bar opens as expected. *Actual result* * ...
Address bar is slightly resized on the right side when opened *Affected versions* * 80.0a1 (20200721215127) * 79.0 (20200720193547) * 78.0.2 (20200708170202) *Affected platforms* * Windows 10x64 *Steps to reproduce* 1. Open Firefox and focus the address bar. 2. Observe the right blue side of the focus line. *Expecte...
P5
NEW
2020-07-22 11:33:54+00:00
2024-05-27 15:53:34+00:00
334
5
1654510
Expandable successive folders are not positioned at the same height when opened from Menu Bar
**Affected versions** - 80.0a1 (2020-07-20) - 79.0 **Affected platforms** - Ubuntu 18.04 **Steps to reproduce** 1. Navigate to any page and click on the Bookmark this page button 2. Expand the Folder menu 3. Click several time on the New folder button 4. Click Done 5. Right click on the toolbar and check the Menu Bar...
Expandable successive folders are not positioned at the same height when opened from Menu Bar **Affected versions** - 80.0a1 (2020-07-20) - 79.0 **Affected platforms** - Ubuntu 18.04 **Steps to reproduce** 1. Navigate to any page and click on the Bookmark this page button 2. Expand the Folder menu 3. Click several ti...
P5
NEW
2020-07-22 11:36:49+00:00
2020-08-03 16:04:32+00:00
202
5
1654534
GPOs on hardware acceleration does not work
User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36 Steps to reproduce: Firefox ESR 78.0.2 I Use newest .admx-files. I disable hardware accerleation in the gpo. I do that because on my Windows Server 2019 virtualized on VMWare Firefox freezes every...
GPOs on hardware acceleration does not work User Agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36 Steps to reproduce: Firefox ESR 78.0.2 I Use newest .admx-files. I disable hardware accerleation in the gpo. I do that because on my Windows Server 2019...
P2
NEW
2020-07-22 13:27:06+00:00
2020-08-03 20:39:20+00:00
340
2
1654536
Keyword search with a percent-encoded UTF8 URL component fails to load
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: On https://rubygems.org/, right click on the search box and select "Add a keyword for this search"; set "gem" as the keyword (for example). Enter "gem rake" in the address bar (for example). Actual results:...
Keyword search with a percent-encoded UTF8 URL component fails to load User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: On https://rubygems.org/, right click on the search box and select "Add a keyword for this search"; set "gem" as the keyword (for example)...
P3
NEW
2020-07-22 13:46:27+00:00
2021-04-13 04:14:24+00:00
262
3
1654546
No shield icon in the url bar when the top-level page is sandboxed
Details can be found in Bug 1647681 Comment 0.
No shield icon in the url bar when the top-level page is sandboxed Details can be found in Bug 1647681 Comment 0.
P2
VERIFIED
FIXED
2020-07-22 14:28:55+00:00
2020-12-21 09:56:32+00:00
34
2
1654616
Custom install - Folder deletion if install is canceled.
when installing firefox on a custom folder with no files in it, if i cancel the installation it deletes the folder. **Tested on** Windows10 64 bit using firefox 32bit version Firefox nightly 80.0a1, Firefox Beta 79.0b9 and Firefox release 78.0.2, reproducible in all. **Steps** 1) Create a folder in desktop 2) i...
Custom install - Folder deletion if install is canceled. when installing firefox on a custom folder with no files in it, if i cancel the installation it deletes the folder. **Tested on** Windows10 64 bit using firefox 32bit version Firefox nightly 80.0a1, Firefox Beta 79.0b9 and Firefox release 78.0.2, reproducible i...
P3
NEW
2020-07-22 18:25:18+00:00
2020-07-22 18:34:13+00:00
250
3
1654618
Random Disk space error with folder name with non-ascii characters
**Description** I got a Random Disk space error with a folder that has non-ascii characters as a name. Since yesterday i was able to reproduce it 2 times. but most of the times it accepts the folder and installs fine. **Tested on** Windows10 64 bit using firefox 32bit version Firefox nightly 80.0a1, Firefox Beta 79.0...
Random Disk space error with folder name with non-ascii characters **Description** I got a Random Disk space error with a folder that has non-ascii characters as a name. Since yesterday i was able to reproduce it 2 times. but most of the times it accepts the folder and installs fine. **Tested on** Windows10 64 bit us...
P3
NEW
2020-07-22 18:37:33+00:00
2020-07-23 15:09:09+00:00
235
3
1654654
For Firefox bookmark saving - when you unchecked "Show editor when saving" there is no way to re-enable showing the editor.
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: While saving a bookmark using command-D the browser exhibited the default behavior (editor popped up). I unchecked "show editor while saving", not fully understanding what it meant. The next time I saved...
For Firefox bookmark saving - when you unchecked "Show editor when saving" there is no way to re-enable showing the editor. User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: While saving a bookmark using command-D the browser exhibited the default behav...
P5
NEW
2020-07-22 20:22:19+00:00
2020-08-04 13:43:09+00:00
222
5
1654714
[DoH] Heuristics telemetry event is using max allowed extra key count
We currently have 10 extra keys on the telemetry event, which is the limit. This prevents us from easily adding a new heuristic or a network ID key. We need to capture these results in a more sustainable way. I can see a few options: 1. Set up boolean histograms for each heuristic. 2. Send a separate event for each h...
[DoH] Heuristics telemetry event is using max allowed extra key count We currently have 10 extra keys on the telemetry event, which is the limit. This prevents us from easily adding a new heuristic or a network ID key. We need to capture these results in a more sustainable way. I can see a few options: 1. Set up bool...
P1
RESOLVED
FIXED
2020-07-23 02:48:51+00:00
2024-09-25 14:02:56+00:00
208
1
1654756
Icon is missing if a site is added as a one-click search engine while the page is not fully loaded
** Proposed severity:** * S4 **Affected versions** * Firefox ESR 78.1 * Firefox 79.0 * Firefox 80.0a1 **Affected platforms** * Windows 10 x64 *Ubuntu 20.04 x64 * macOS 10.15 **Precondition:** * Open Firefox with a new profile. * Enable the search bar from about:preferences#search by clicking on "Add search bar in t...
Icon is missing if a site is added as a one-click search engine while the page is not fully loaded ** Proposed severity:** * S4 **Affected versions** * Firefox ESR 78.1 * Firefox 79.0 * Firefox 80.0a1 **Affected platforms** * Windows 10 x64 *Ubuntu 20.04 x64 * macOS 10.15 **Precondition:** * Open Firefox with a new ...
P5
NEW
2020-07-23 09:57:20+00:00
2024-10-14 15:39:58+00:00
296
5
1654774
[Ubuntu 20] Download manager has the same color for active selections and download progress
**Affected versions** - Firefox ESR 78.1 - Firefox 79.0 - Firefox 80.0a1 **Affected platforms** - Ubuntu 20.04 **Steps to reproduce** 1. Launch Firefox 2. Access [Think Broadband](https://www.thinkbroadband.com/download) page 3. Initiate a download with a larger file 4. Click on download tool and select show all down...
[Ubuntu 20] Download manager has the same color for active selections and download progress **Affected versions** - Firefox ESR 78.1 - Firefox 79.0 - Firefox 80.0a1 **Affected platforms** - Ubuntu 20.04 **Steps to reproduce** 1. Launch Firefox 2. Access [Think Broadband](https://www.thinkbroadband.com/download) page ...
P5
RESOLVED
WORKSFORME
2020-07-23 11:43:50+00:00
2022-11-23 13:07:35+00:00
211
5
1654793
Pressing the "Enter" key toggles the eye icon but does not mask the password.
## Steps to Reproduce 1. Open browser and navigate to "about:logins" page 2. Create a login 3. After creating a login, navigate to the eye icon using keyboard navigation 4. Press the "Space" bar once 5. Authenticate though the OS authentication modal (if feature is enabled) 6. Navigate back to the eye icon using keybo...
Pressing the "Enter" key toggles the eye icon but does not mask the password. ## Steps to Reproduce 1. Open browser and navigate to "about:logins" page 2. Create a login 3. After creating a login, navigate to the eye icon using keyboard navigation 4. Press the "Space" bar once 5. Authenticate though the OS authenticat...
P3
RESOLVED
DUPLICATE
2020-07-23 13:30:42+00:00
2021-11-23 18:49:19+00:00
161
3
1654814
Increase margin-top to subtitle in about:welcome page
In about:welcome page, there is a subtitle `onboarding-multistage-*-subtitle` which is 0 margin-top to the header and zap line. The margin-top is too small that made it doesn't look well, at least on my zh-TW Nightly. I'm proposing to increase the margin-top to 12px or an appropriate value (see screenshot)
Increase margin-top to subtitle in about:welcome page In about:welcome page, there is a subtitle `onboarding-multistage-*-subtitle` which is 0 margin-top to the header and zap line. The margin-top is too small that made it doesn't look well, at least on my zh-TW Nightly. I'm proposing to increase the margin-top to 1...
P1
VERIFIED
FIXED
2020-07-23 15:16:34+00:00
2020-08-17 14:43:20+00:00
105
1
1654913
Uninstalling Firefox should remove the UpdateLogs directory from Mozilla Maintenance Service
(This was reported by a partner) When you uninstall Firefox, it leaves behind Mozilla Maintenance Service\UpdateLogs directory. It should completely remove everything. They've also noticed that C:\Program Files\Mozilla Firefox is getting left behind about 15% of the time. Not sure what we can do about that. Is ther...
Uninstalling Firefox should remove the UpdateLogs directory from Mozilla Maintenance Service (This was reported by a partner) When you uninstall Firefox, it leaves behind Mozilla Maintenance Service\UpdateLogs directory. It should completely remove everything. They've also noticed that C:\Program Files\Mozilla Firef...
P1
VERIFIED
FIXED
2020-07-23 21:09:35+00:00
2020-09-15 20:14:23+00:00
108
1
1654916
[UX] Mistake: Firefox has no global mic/camera/screen-sharing controls
A recent UX redesign of our camera, microphone and screen-sharing notifications panel available in Nightly seems to assume either that: 1. Firefox has global camera, microphone and screen-sharing controls, or 2. Only one tab may share camera, microphone or screen capture at any one time. Neither is the case: Firefox...
[UX] Mistake: Firefox has no global mic/camera/screen-sharing controls A recent UX redesign of our camera, microphone and screen-sharing notifications panel available in Nightly seems to assume either that: 1. Firefox has global camera, microphone and screen-sharing controls, or 2. Only one tab may share camera, micr...
P3
NEW
2020-07-23 21:18:47+00:00
2023-03-17 14:37:41+00:00
247
3
1655034
The "Places Autocomplete 6 First Results ms" measurement seems to be broken
https://telemetry.mozilla.org/new-pipeline/evo.html#!aggregates=Median&arch=x86-64&cumulative=0&end_date=null&include_spill=0&keys=&max_channel_version=nightly%252F80&measure=PLACES_AUTOCOMPLETE_6_FIRST_RESULTS_TIME_MS&min_channel_version=nightly%252F77&processType=*&product=Firefox&sanitize=0&sort_keys=submissions&sta...
The "Places Autocomplete 6 First Results ms" measurement seems to be broken https://telemetry.mozilla.org/new-pipeline/evo.html#!aggregates=Median&arch=x86-64&cumulative=0&end_date=null&include_spill=0&keys=&max_channel_version=nightly%252F80&measure=PLACES_AUTOCOMPLETE_6_FIRST_RESULTS_TIME_MS&min_channel_version=night...
P1
VERIFIED
FIXED
2020-07-24 13:11:23+00:00
2020-08-11 14:36:27+00:00
171
1
1655066
Search Engine icons should be indexed by width only
Currently `SearchEngine` stores icons according to their width and height. Given that they're assumed to be the same as favicons, I think we should: * Throw away any icons which have a different width/height (this would only really affect broken OpenSearch configurations). * Store and retrieve icons by width. Using t...
Search Engine icons should be indexed by width only Currently `SearchEngine` stores icons according to their width and height. Given that they're assumed to be the same as favicons, I think we should: * Throw away any icons which have a different width/height (this would only really affect broken OpenSearch configurat...
P3
RESOLVED
FIXED
2020-07-24 15:24:33+00:00
2025-01-09 14:28:16+00:00
233
3
1655070
`getIconURL` should do a best-fit icon comparison and always return an icon
`getIconURLBySize` currently only returns an icon if there is an exact match for the icon. I think we should change it to work like the favicon service does - returns the best possible match according to the size. The [favicon algorithm](https://searchfox.org/mozilla-central/rev/828f2319c0195d7f561ed35533aef6fe183e68...
`getIconURL` should do a best-fit icon comparison and always return an icon `getIconURLBySize` currently only returns an icon if there is an exact match for the icon. I think we should change it to work like the favicon service does - returns the best possible match according to the size. The [favicon algorithm](http...
P3
RESOLVED
FIXED
2020-07-24 15:33:56+00:00
2024-11-25 21:00:31+00:00
294
3
1655271
Launching a site in SSB mode result in a blank window if there isn't a Firefox instance already running
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0 Steps to reproduce: 1. Open a website in SSB mode with `firefox --ssb URL` in a terminal or from a .desktop file on Linux Actual results: A blank SSB window opens Expected results: A SSB window with the specified URL should open. I...
Launching a site in SSB mode result in a blank window if there isn't a Firefox instance already running User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0 Steps to reproduce: 1. Open a website in SSB mode with `firefox --ssb URL` in a terminal or from a .desktop file on Linux Actual re...
P5
RESOLVED
WONTFIX
2020-07-25 18:16:53+00:00
2021-01-15 22:21:10+00:00
173
5
1655363
Awesome Bar autocompletes "w" to "woogle.com", but highlights "www.google.com" as a match
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0 Steps to reproduce: Open a new tab and begin entering `www` (or anything beginning with a `w`.) Actual results: Shortly after I enter the first `w`, it autocompletes `oogle.com`. The dropdown displays "http://**www**.google...
Awesome Bar autocompletes "w" to "woogle.com", but highlights "www.google.com" as a match User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0 Steps to reproduce: Open a new tab and begin entering `www` (or anything beginning with a `w`.) Actual results: Shortly after I enter ...
P1
RESOLVED
FIXED
2020-07-26 23:57:00+00:00
2020-08-07 01:01:49+00:00
234
1
1655381
Firefox Accounts toolbar item thinks I'm signed out in new windows
STR 1. Ensure that you have the "Firefox Account" item in your toolbar and that it shows that you're signed in (the menu should show your email, an "Account Settings" button, etc). 1. Close Firefox and reopen it. 1. Confirm that the toolbar item still shows that you're signed in. 1. Open a new window (ctrl+n/file menu...
Firefox Accounts toolbar item thinks I'm signed out in new windows STR 1. Ensure that you have the "Firefox Account" item in your toolbar and that it shows that you're signed in (the menu should show your email, an "Account Settings" button, etc). 1. Close Firefox and reopen it. 1. Confirm that the toolbar item still ...
P1
VERIFIED
FIXED
2020-07-27 03:24:22+00:00
2020-08-05 23:26:03+00:00
201
1
1655399
Edit controls (cut/copy) buttons flickers when focusing the address bar
*Affected versions* * 80.0a1 (20200726214746) * 79.0 (20200720193547) * 78.0.2 (20200708170202) * 78.1.0esr (20200722151235) *Affected platforms* * Windows 10x64 * macOs 10.12 * Ubuntu 18.04 *Steps to reproduce* 1. Open Firefox and add Edit Controls to the address bar from the Customize menu. 2. Go to a random page a...
Edit controls (cut/copy) buttons flickers when focusing the address bar *Affected versions* * 80.0a1 (20200726214746) * 79.0 (20200720193547) * 78.0.2 (20200708170202) * 78.1.0esr (20200722151235) *Affected platforms* * Windows 10x64 * macOs 10.12 * Ubuntu 18.04 *Steps to reproduce* 1. Open Firefox and add Edit Contr...
P5
NEW
2020-07-27 07:37:38+00:00
2020-08-03 16:44:22+00:00
365
5
1655418
Customize items not correctly aligned when moving items and browser is at certain size
*Affected versions* * 80.0a1 (20200726214746) * 79.0 (20200720193547) * 78.0.2 (20200708170202) * 78.1.0esr (20200722151235) *Affected platforms* * Windows 10x64 * macOs 10.12 * Ubuntu 18.04 *Steps to reproduce* 1. Open Firefox and go to Customize menu. 2. Resize the browser until one item is left on the 5'th row. (I...
Customize items not correctly aligned when moving items and browser is at certain size *Affected versions* * 80.0a1 (20200726214746) * 79.0 (20200720193547) * 78.0.2 (20200708170202) * 78.1.0esr (20200722151235) *Affected platforms* * Windows 10x64 * macOs 10.12 * Ubuntu 18.04 *Steps to reproduce* 1. Open Firefox and...
P5
NEW
2020-07-27 11:00:53+00:00
2020-08-04 11:50:50+00:00
253
5
1655452
Snippet error state redirects to wrong retry scene
Form error state for new snippet does not redirect to the correct retry scene.
Snippet error state redirects to wrong retry scene Form error state for new snippet does not redirect to the correct retry scene.
P1
VERIFIED
FIXED
2020-07-27 13:08:03+00:00
2020-08-10 14:21:07+00:00
35
1
1655457
Upper case PDF extension will not offer "Open in Nightly" option
This [line](https://searchfox.org/mozilla-central/rev/cf561cece0ca9aeaf0202e68699836d957d0c670/toolkit/mozapps/downloads/HelperAppDlg.jsm#1276) must be changed to this: `primaryExtension.toLowerCase() == "pdf" &&` Because, `this.mLauncher.MIMEInfo.primaryExtension` returns `PDF`.
Upper case PDF extension will not offer "Open in Nightly" option This [line](https://searchfox.org/mozilla-central/rev/cf561cece0ca9aeaf0202e68699836d957d0c670/toolkit/mozapps/downloads/HelperAppDlg.jsm#1276) must be changed to this: `primaryExtension.toLowerCase() == "pdf" &&` Because, `this.mLauncher.MIMEInfo.prima...
P2
RESOLVED
FIXED
2020-07-27 13:48:24+00:00
2020-10-12 23:42:32+00:00
136
2
1655473
Allow autofill only in local search modes
I was testing our current implementation, if we are autofilling and the user enters search mode, we should remove the autofilled part and in general never autofill when search mode is set to search. That likely means setting allowAutofill to false when we start search mode searches.
Allow autofill only in local search modes I was testing our current implementation, if we are autofilling and the user enters search mode, we should remove the autofilled part and in general never autofill when search mode is set to search. That likely means setting allowAutofill to false when we start search mode sea...
P2
VERIFIED
FIXED
2020-07-27 14:53:14+00:00
2020-09-25 11:39:54+00:00
72
2
1655485
Exit search mode if prefs were flipped
I was testing our current implementation, I flipped the prefs on, then I enabled search mode in a tab clicking a one-off, then I flipped the prefs off. At this point I was trapped in search mode.
Exit search mode if prefs were flipped I was testing our current implementation, I flipped the prefs on, then I enabled search mode in a tab clicking a one-off, then I flipped the prefs off. At this point I was trapped in search mode.
P2
VERIFIED
FIXED
2020-07-27 15:25:49+00:00
2020-09-18 12:21:55+00:00
56
2
1655486
Support search mode across sessions
When we store the typed text for a browser, we should probably also store search mode. Use-cases: a) I start searching in a tab, move to a different window/tab to copy something, go back and expect to still be in search mode with the appropriate engine b) I restart the browser with a typed search, it should go restore...
Support search mode across sessions When we store the typed text for a browser, we should probably also store search mode. Use-cases: a) I start searching in a tab, move to a different window/tab to copy something, go back and expect to still be in search mode with the appropriate engine b) I restart the browser with ...
P1
RESOLVED
FIXED
2020-07-27 15:29:38+00:00
2020-10-14 20:51:50+00:00
87
1
1655525
Using <embed> for PDFs does not result in a download if PDF.js is disabled
## Steps to reproduce 1. Use Fenix or set `pdfjs.disabled` to `true` in Desktop 2. Go to http://plantuml.com/fr/guide ### Expected behavior Show an actionable download ### Actual behavior blank page ### Device information * Android device: Android 10 Pixel 2 * Fenix version: Firefox 81 ### Note webcompat issue: h...
Using <embed> for PDFs does not result in a download if PDF.js is disabled ## Steps to reproduce 1. Use Fenix or set `pdfjs.disabled` to `true` in Desktop 2. Go to http://plantuml.com/fr/guide ### Expected behavior Show an actionable download ### Actual behavior blank page ### Device information * Android device: A...
P3
ASSIGNED
2020-07-27 17:47:54+00:00
2025-02-26 17:47:21+00:00
220
3
1655672
Fix l10n for one-off tooltips with aliases
The tooltips for engines with aliases are set here: https://searchfox.org/mozilla-central/rev/c6676771df58c6e0098574bc6b11517acbf264cf/browser/components/search/content/search-one-offs.js#560 (Although bug 1654439 moved this line) This assumes that the user's language is RTL and maybe some other things, like how paren...
Fix l10n for one-off tooltips with aliases The tooltips for engines with aliases are set here: https://searchfox.org/mozilla-central/rev/c6676771df58c6e0098574bc6b11517acbf264cf/browser/components/search/content/search-one-offs.js#560 (Although bug 1654439 moved this line) This assumes that the user's language is RTL ...
P2
RESOLVED
FIXED
2020-07-28 07:36:28+00:00
2020-07-29 14:22:20+00:00
167
2
1655693
An unsecured sugesstion is displayed first in the dropdown
**Suggested severity** * S2 **Affected versions** * Fx80.0b1 * Fx81.0a1 **Affected platforms** * Windows 10 * Windows 7 * Ubuntu 18.04 **Steps to reproduce** 1. Launch Firefox with a fresh profile. 2. Visit http://example.com, http://www.example.com, https://example.com, and https://www.example.com, in that order, i...
An unsecured sugesstion is displayed first in the dropdown **Suggested severity** * S2 **Affected versions** * Fx80.0b1 * Fx81.0a1 **Affected platforms** * Windows 10 * Windows 7 * Ubuntu 18.04 **Steps to reproduce** 1. Launch Firefox with a fresh profile. 2. Visit http://example.com, http://www.example.com, https:/...
P1
VERIFIED
FIXED
2020-07-28 09:43:35+00:00
2020-08-11 11:27:21+00:00
280
1
1655728
Cross site scripting that lead to browser slow down and lead to the endless searching , Version 78.0.1 (64 bit window 8.1)
User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36 Steps to reproduce: 1- By writing this payload javascript:x='%27-alert('but most of all, Mozilla is the best is' ')-%27'; Mozilla will search endlessly 2. if you write javascript:x='%27-a...
Cross site scripting that lead to browser slow down and lead to the endless searching , Version 78.0.1 (64 bit window 8.1) User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36 Steps to reproduce: 1- By writing this payload javascript:x='%27-al...
P5
UNCONFIRMED
2020-07-28 12:46:09+00:00
2024-05-18 02:47:49+00:00
351
5
1655839
Error not shown when invalid origin used for Cookie->AllowSession (possibly others)
If you use foo.com, for Cookies->AllowSession, you don't get an error, but the policy doesn't show up. If you use htp://foo.com, you get an error about using a full URL instead of an invalid origin.
Error not shown when invalid origin used for Cookie->AllowSession (possibly others) If you use foo.com, for Cookies->AllowSession, you don't get an error, but the policy doesn't show up. If you use htp://foo.com, you get an error about using a full URL instead of an invalid origin.
P5
RESOLVED
FIXED
2020-07-28 20:14:35+00:00
2021-11-06 09:34:00+00:00
80
5
1655849
Event telemetry error when clicking one-offs more than once
STR 1. Enable update2 prefs 2. Open the view 3. Click a one-off 4. With the view still open, click a one-off again (same or different one-off, doesn't matter) This error is logged in the console: ``` Can't start recording from event type: click UrlbarController.jsm:740 start resource:///modules/UrlbarController....
Event telemetry error when clicking one-offs more than once STR 1. Enable update2 prefs 2. Open the view 3. Click a one-off 4. With the view still open, click a one-off again (same or different one-off, doesn't matter) This error is logged in the console: ``` Can't start recording from event type: click UrlbarContro...
P2
VERIFIED
FIXED
2020-07-28 21:28:52+00:00
2020-09-18 12:29:51+00:00
482
2
1656005
Clear input and invalidate pageproxystate if search mode is entered with a valid pageproxystate
UX specified verbally that if a user enters search mode with a valid pageproxystate, we should invalidate it and clear the input. Basically we should never see the lock/ETP icon alongside the search mode indicator.
Clear input and invalidate pageproxystate if search mode is entered with a valid pageproxystate UX specified verbally that if a user enters search mode with a valid pageproxystate, we should invalidate it and clear the input. Basically we should never see the lock/ETP icon alongside the search mode indicator.
P2
VERIFIED
FIXED
2020-07-29 15:58:59+00:00
2020-09-22 13:30:03+00:00
73
2
1656027
Incorrect icon for whitelisted site in HTTPS Only Mode
This bug was initially created as a clone of Bug #1647336, which fixed another issue. But in the meantime, I was able to track down what is happening. How to reproduce: Enable HTTPS-Only mode (HOM), visit http://http-login.badssl.com/, and click on "Accept the risk and continue". Result: The adress-bar icon says the...
Incorrect icon for whitelisted site in HTTPS Only Mode This bug was initially created as a clone of Bug #1647336, which fixed another issue. But in the meantime, I was able to track down what is happening. How to reproduce: Enable HTTPS-Only mode (HOM), visit http://http-login.badssl.com/, and click on "Accept the ri...
P3
RESOLVED
FIXED
2020-07-29 17:32:38+00:00
2020-08-26 12:02:00+00:00
470
3
1656125
Intermittent TEST-UNEXPECTED-TIMEOUT | browser/components/customizableui/test/browser_987640_charEncoding.js | application timed out after 370 seconds with no output
**Filed by:** ncsoregi [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=311443925&repo=autoland **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/W7W5lEm_ThySttTUyRgsXg/runs/0/artifacts/public/logs/live_backing.log --- >[task 2020-07-29T22:54:18.951Z] 22:...
Intermittent TEST-UNEXPECTED-TIMEOUT | browser/components/customizableui/test/browser_987640_charEncoding.js | application timed out after 370 seconds with no output **Filed by:** ncsoregi [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=311443925&repo=autoland **Full log:** https:...
P5
RESOLVED
INCOMPLETE
2020-07-30 01:38:08+00:00
2020-10-06 17:02:55+00:00
435
5
1656152
Address bar autocompletes "wnc" to "www.google.com" when it's typed too fast
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 Steps to reproduce: This is likely specific to my sites, bookmarks and browsing history, so it is likely going to be difficult to reproduce. I was testing the cases from #1655363, and while I can confirm that `www` doesn't erro...
Address bar autocompletes "wnc" to "www.google.com" when it's typed too fast User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:81.0) Gecko/20100101 Firefox/81.0 Steps to reproduce: This is likely specific to my sites, bookmarks and browsing history, so it is likely going to be difficult to reproduce. I was tes...
P2
RESOLVED
DUPLICATE
2020-07-30 06:15:27+00:00
2020-07-31 13:20:32+00:00
222
2
1656158
[Win] Don't auto-focus disabled WebRTC - screenshare option in [Select Window or Screen] menu
**Note** * the way this is treated on macOS/Ubuntu seems cleaner; the option is not auto-focused, so the text is there and readable; * on Windows, the option is selected when opening the dropdown; making the text hard to read, until hovering over other options; **Affected versions** * 80.0b1, 81.0a1(2020-07-28); **Af...
[Win] Don't auto-focus disabled WebRTC - screenshare option in [Select Window or Screen] menu **Note** * the way this is treated on macOS/Ubuntu seems cleaner; the option is not auto-focused, so the text is there and readable; * on Windows, the option is selected when opening the dropdown; making the text hard to read,...
P3
NEW
2020-07-30 06:54:51+00:00
2020-08-18 22:18:02+00:00
316
3
1656267
Items from about:welcome Choose a look section are moving when selected
* Opened on request on [bug 1653315](https://bugzilla.mozilla.org/show_bug.cgi?id=1653315#c9) *Affected versions* * 81.0a1 (20200729213824) *Affected platforms* * Windows 10x64 * Ubuntu 18.04 *Steps to reproduce* 1. Open Firefox and go to about:welcome. 2. Navigate through the welcome screens to the "Choose A Look...
Items from about:welcome Choose a look section are moving when selected * Opened on request on [bug 1653315](https://bugzilla.mozilla.org/show_bug.cgi?id=1653315#c9) *Affected versions* * 81.0a1 (20200729213824) *Affected platforms* * Windows 10x64 * Ubuntu 18.04 *Steps to reproduce* 1. Open Firefox and go to about...
P1
VERIFIED
FIXED
2020-07-30 15:13:42+00:00
2020-08-19 12:02:47+00:00
326
1
1656302
NS_ERROR_FAILURE: Should pass a non-null uri
When i start Nightly, i see this error in browser console: [NS_ERROR_FAILURE: Should pass a non-null uri](https://searchfox.org/mozilla-central/rev/56bb74ea8e04bdac57c33cbe9b54d889b9262ade/docshell/base/URIFixup.jsm#271) Maybe it [calls](https://searchfox.org/mozilla-central/rev/56bb74ea8e04bdac57c33cbe9b54d889b9262ad...
NS_ERROR_FAILURE: Should pass a non-null uri When i start Nightly, i see this error in browser console: [NS_ERROR_FAILURE: Should pass a non-null uri](https://searchfox.org/mozilla-central/rev/56bb74ea8e04bdac57c33cbe9b54d889b9262ade/docshell/base/URIFixup.jsm#271) Maybe it [calls](https://searchfox.org/mozilla-centra...
P3
RESOLVED
FIXED
2020-07-30 17:23:31+00:00
2020-10-13 14:25:42+00:00
227
3
1656321
Intermittent TEST-UNEXPECTED-TIMEOUT | browser/components/newtab/test/xpcshell/test_AboutHomeStartupCacheWorker.js | Test timed out
**Filed by:** btara [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=311535634&repo=mozilla-central **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NwX4ZQaDQfuhuCF2rDghhg/runs/0/artifacts/public/logs/live_backing.log --- ``` [task 2020-07-30T16:52:04.03...
Intermittent TEST-UNEXPECTED-TIMEOUT | browser/components/newtab/test/xpcshell/test_AboutHomeStartupCacheWorker.js | Test timed out **Filed by:** btara [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=311535634&repo=mozilla-central **Full log:** https://firefox-ci-tc.services.mozil...
P5
RESOLVED
INCOMPLETE
2020-07-30 18:25:20+00:00
2023-10-13 12:03:27+00:00
369
5
1656508
Fix blocking of default top sites with %YYYYMMDDHH% in their URL
While working on bug 1653934, I just realized that removing these kind of tiles won't work because removing a tile adds its URL to a blocklist but in this case the URL changes regularly.
Fix blocking of default top sites with %YYYYMMDDHH% in their URL While working on bug 1653934, I just realized that removing these kind of tiles won't work because removing a tile adds its URL to a blocklist but in this case the URL changes regularly.
P2
VERIFIED
FIXED
2020-07-31 14:17:57+00:00
2020-09-16 17:41:20+00:00
65
2
1656562
Using Region API in early startup throws error NS_ERROR_NOT_AVAILABLE
Using Region API in early startup throws errors NS_ERROR_NOT_AVAILABLE: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIPrefBranch.setCharPref] Region.jsm 300 Ideally Region API should fail gracefully with no errors when invoked during early startup. Error can be replicated in Browser Content...
Using Region API in early startup throws error NS_ERROR_NOT_AVAILABLE Using Region API in early startup throws errors NS_ERROR_NOT_AVAILABLE: Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIPrefBranch.setCharPref] Region.jsm 300 Ideally Region API should fail gracefully with no errors when in...
P1
RESOLVED
FIXED
2020-07-31 18:02:10+00:00
2020-11-13 10:15:55+00:00
360
1
1656573
Saving a page a second time as Text changes the extension to HTML
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0 Steps to reproduce: For several months now, when trying to save a webpage as text, Firefox will save text data, but add an .html extension. This occurs even if text is the option to appear when first hitting save, and I still ...
Saving a page a second time as Text changes the extension to HTML User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0 Steps to reproduce: For several months now, when trying to save a webpage as text, Firefox will save text data, but add an .html extension. This occurs even if ...
P3
NEW
2020-07-31 18:52:46+00:00
2022-09-02 13:35:37+00:00
131
3
1656623
Show vulnerable passwords on the Lockwise about:protections card
Right now we only show a count of breached logins but we should also show a count of vulnerable logins (added in Fx76). The following code will retrieve the vulnerable logins ```js let logins = await LoginHelper.getAllUserFacingLogins(); await LoginBreaches.getPotentiallyVulnerablePasswordsByLoginGUID(logins) ```
Show vulnerable passwords on the Lockwise about:protections card Right now we only show a count of breached logins but we should also show a count of vulnerable logins (added in Fx76). The following code will retrieve the vulnerable logins ```js let logins = await LoginHelper.getAllUserFacingLogins(); await LoginBreac...
P3
NEW
2020-07-31 23:17:48+00:00
2024-04-29 09:48:51+00:00
106
3
1656641
Switching language while in private mode fails
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Steps to reproduce: I just had to use firefox on a german laptop for a webdev project. Since I usually don't want to keep cookies or cached data while I refactor the backend I usually use a ...
Switching language while in private mode fails User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Steps to reproduce: I just had to use firefox on a german laptop for a webdev project. Since I usually don't want to keep cookies or cached dat...
P3
REOPENED
2020-08-01 02:03:57+00:00
2020-08-28 15:26:59+00:00
235
3
1656741
Entering fullscreen without UI message showing
OS/Firefox version: Works on Firefox 79.0 (64-bit) using Windows 10 Pro Works on Nightly 81.0a1 (2020-08-01) (64-bit) using Windows 10 Pro Works on Firefox 79.0 (64-bit) using macOS Catalina Version 10.15.5 Does _not_ work on Firefox 79.0 (64-bit) using Ubuntu 18.04.4 desktop Repro: 1. Host attached PoC HTML in an H...
Entering fullscreen without UI message showing OS/Firefox version: Works on Firefox 79.0 (64-bit) using Windows 10 Pro Works on Nightly 81.0a1 (2020-08-01) (64-bit) using Windows 10 Pro Works on Firefox 79.0 (64-bit) using macOS Catalina Version 10.15.5 Does _not_ work on Firefox 79.0 (64-bit) using Ubuntu 18.04.4 des...
P3
VERIFIED
FIXED
2020-08-02 05:47:42+00:00
2024-05-30 17:17:22+00:00
254
3
1656758
"Page icon" available on address bar, inconsistently
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: - Open a non-https URL which contains a PDF file. For example: http://www.wag.caltech.edu/home/rpm/presentations/2002-02-Latex-Slides/latex_talk.pdf - Look at address bar Actual results: A non-HTTPS URL contains `p...
"Page icon" available on address bar, inconsistently User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Steps to reproduce: - Open a non-https URL which contains a PDF file. For example: http://www.wag.caltech.edu/home/rpm/presentations/2002-02-Latex-Slides/latex_talk.pdf - Look at addre...
P2
UNCONFIRMED
2020-08-02 11:05:27+00:00
2024-08-13 07:33:39+00:00
273
2
1656787
NixOS: The restart and reader toggle shortcut Ctrl+Alt+R clash because Firefox is built without MOZILLA_OFFICIAL=1
When I attempt to toggle the reader mode on the web page with the `Ctrl+Alt+R` shortcut the browser restarts. It looks like the shortcut is assigned to both of the functions and the restart function takes priority. This happens on a fresh profile.
NixOS: The restart and reader toggle shortcut Ctrl+Alt+R clash because Firefox is built without MOZILLA_OFFICIAL=1 When I attempt to toggle the reader mode on the web page with the `Ctrl+Alt+R` shortcut the browser restarts. It looks like the shortcut is assigned to both of the functions and the restart function takes...
P5
NEW
2020-08-02 22:06:13+00:00
2022-03-27 18:52:48+00:00
91
5
1656901
The CFR Pin tabs doorhanger is not triggered on Ubuntu
**Affected versions** - 80.0b3 **Affected platforms** - Ubuntu 16.04 (x64 and x86) **Steps to reproduce** 1. Open a new tab and navigate to any of the targeted web app that supports CFR Pin tabs (eg. facebook.com or twitter.com) 2. Change the system's time to 17 min into the future 3. Repeat the first two steps again...
The CFR Pin tabs doorhanger is not triggered on Ubuntu **Affected versions** - 80.0b3 **Affected platforms** - Ubuntu 16.04 (x64 and x86) **Steps to reproduce** 1. Open a new tab and navigate to any of the targeted web app that supports CFR Pin tabs (eg. facebook.com or twitter.com) 2. Change the system's time to 17 ...
P5
RESOLVED
WORKSFORME
2020-08-03 14:52:20+00:00
2020-09-02 15:30:24+00:00
206
5
1656928
empty bookmarks folders do not synchronize using android firefox and desktop
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0 Steps to reproduce: Created empty folders on android firefox. Clicked synchronization several times. Actual results: Empty folders did not appear in bookmarks of desktop version Expected results: They should appear in book...
empty bookmarks folders do not synchronize using android firefox and desktop User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:79.0) Gecko/20100101 Firefox/79.0 Steps to reproduce: Created empty folders on android firefox. Clicked synchronization several times. Actual results: Empty folders did not appear in...
P3
UNCONFIRMED
2020-08-03 16:19:03+00:00
2020-08-21 07:48:40+00:00
113
3
1657036
Audio is played for background thumbnail docshells (so audio ends up playing after startup when the thumbnailer runs)
Reproducible: Re-launch browser after execute "Clear Recent History" Steps To Reproduce: 1. Execute "Clear Recent History" everything 2. Open http://tinyurl.com/zdxp4lu --- observe audio is play as expected 3. Quit Browser 4. Re-launch browser --- Notice that only a new tab is open, but the audio is playing Act...
Audio is played for background thumbnail docshells (so audio ends up playing after startup when the thumbnailer runs) Reproducible: Re-launch browser after execute "Clear Recent History" Steps To Reproduce: 1. Execute "Clear Recent History" everything 2. Open http://tinyurl.com/zdxp4lu --- observe audio is play as ...
P3
VERIFIED
FIXED
2020-08-04 05:02:33+00:00
2020-09-23 09:05:41+00:00
228
3
1657140
Don't show one-offs under Search Tips
An unwanted side effect of bug 1647897 is that we now show one-offs under both kinds of Search Tips. They're not useful in that particular context, since Search Tips exist to encourage a user to use a particular search engine.
Don't show one-offs under Search Tips An unwanted side effect of bug 1647897 is that we now show one-offs under both kinds of Search Tips. They're not useful in that particular context, since Search Tips exist to encourage a user to use a particular search engine.
P2
RESOLVED
FIXED
2020-08-04 15:40:33+00:00
2020-08-07 12:15:33+00:00
63
2
1657211
Search history is not saved when one-off buttons are picked
When a one-off button is picked, we bailout earlier and don't go through pickResult, that is where we add a search result to form history. We should add to form history also in this case.
Search history is not saved when one-off buttons are picked When a one-off button is picked, we bailout earlier and don't go through pickResult, that is where we add a search result to form history. We should add to form history also in this case.
P2
RESOLVED
FIXED
2020-08-04 20:19:45+00:00
2020-08-06 21:57:47+00:00
60
2
1657237
Address Bar flashes punycode when loading page
To reproduce: - visit http://योगा.भारत/ or http://blog.siântheprogrammer.com/, (or https://रररर.भारत, which doesn't exist) - The address bar should _always_ show the URL un-punycoded, instead it shows the URL punycoded while the page is loading. We should be consistently showing the non-punycoded version of the UR...
Address Bar flashes punycode when loading page To reproduce: - visit http://योगा.भारत/ or http://blog.siântheprogrammer.com/, (or https://रररर.भारत, which doesn't exist) - The address bar should _always_ show the URL un-punycoded, instead it shows the URL punycoded while the page is loading. We should be consisten...
P3
VERIFIED
FIXED
2020-08-04 23:00:22+00:00
2023-12-18 13:10:37+00:00
136
3
1657260
Many FxA device registrations from Desktop are failing with an "invalid parameter" error
According to [these numbers that I pulled from BigQuery](https://docs.google.com/spreadsheets/d/1hZXE5mCQrb0TvkUhna6-jt_dOHODteYy83JTNDBkNek/), almost 75% of `POST /v1/account/device` requests from Firefox Desktop fail with an "Invalid Parameter" error. That's a lot! It also seems to be specific to desktop, because if ...
Many FxA device registrations from Desktop are failing with an "invalid parameter" error According to [these numbers that I pulled from BigQuery](https://docs.google.com/spreadsheets/d/1hZXE5mCQrb0TvkUhna6-jt_dOHODteYy83JTNDBkNek/), almost 75% of `POST /v1/account/device` requests from Firefox Desktop fail with an "Inv...
P3
RESOLVED
FIXED
2020-08-05 02:18:43+00:00
2020-09-28 03:19:28+00:00
381
3
1657273
Insecure icon wrongly displayed in adress bar when reopening a local file tab with "Undo close tab"
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0 Steps to reproduce: Open a local file in firefox, close the tab and then reopen the tab by using Ctrl+Shift+T shortcut key or right clicking on tab bar and selecting "Undo close tab". Actual results: An insecure (grey lock w...
Insecure icon wrongly displayed in adress bar when reopening a local file tab with "Undo close tab" User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:79.0) Gecko/20100101 Firefox/79.0 Steps to reproduce: Open a local file in firefox, close the tab and then reopen the tab by using Ctrl+Shift+T shortcut key or r...
P3
UNCONFIRMED
2020-08-05 04:50:39+00:00
2021-08-13 00:31:38+00:00
153
3
1657278
In popup windows, show the page's favicon somewhere
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Steps to reproduce: I am trying to open a link in new window with specifications. The application icon is not loaded on the new window, instead firefox icon is loaded. Sample code: https://...
In popup windows, show the page's favicon somewhere User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36 Steps to reproduce: I am trying to open a link in new window with specifications. The application icon is not loaded on the new window, in...
P5
NEW
2020-08-05 06:10:43+00:00
2023-03-30 21:42:16+00:00
166
5
1657306
Recommended by Pocket section showing in Firefox home, ignoring Preferences
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0 Steps to reproduce: Ensure 'recommended by pocket' is unchecked in Firefox home content preferences. Update Firefox Beta to 80.0b4 (64-bit), open new tab. Actual results: Where I had previously configured only top sites ...
Recommended by Pocket section showing in Firefox home, ignoring Preferences User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:80.0) Gecko/20100101 Firefox/80.0 Steps to reproduce: Ensure 'recommended by pocket' is unchecked in Firefox home content preferences. Update Firefox Beta to 80.0b4 (64-bit), open n...
P1
VERIFIED
FIXED
2020-08-05 09:44:42+00:00
2020-09-09 08:25:57+00:00
150
1