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
1620731
Extra argument passed to loadProcessScript in MainProcessSingleton.jsm
https://searchfox.org/mozilla-central/rev/e7fc3314b0dfcc61fb7dc7a09f9555660a2eafc5/toolkit/components/processsingleton/MainProcessSingleton.jsm#34-38 passes three args to `loadProcessScript`, but that function only takes two args.
Extra argument passed to loadProcessScript in MainProcessSingleton.jsm https://searchfox.org/mozilla-central/rev/e7fc3314b0dfcc61fb7dc7a09f9555660a2eafc5/toolkit/components/processsingleton/MainProcessSingleton.jsm#34-38 passes three args to `loadProcessScript`, but that function only takes two args.
P3
RESOLVED
FIXED
2020-03-07 01:49:28+00:00
2020-03-10 21:49:29+00:00
110
3
1620858
Cannot specify multiple flags of DllBlockInfo::Flags
Since `DllBlockInfo::mFlags` is defined as `enum`, using multiple flags in `DLL_BLOCKLIST_ENTRY` causes the compile error like this: ``` 0:05.58 u:/mz/mozilla-central/obj-x86_64-pc-mingw32/dist/include\mozilla/WindowsDllBlocklistLegacyDefs.h(22,67): error: cannot initialize a member subobject of type 'enum Flags' wit...
Cannot specify multiple flags of DllBlockInfo::Flags Since `DllBlockInfo::mFlags` is defined as `enum`, using multiple flags in `DLL_BLOCKLIST_ENTRY` causes the compile error like this: ``` 0:05.58 u:/mz/mozilla-central/obj-x86_64-pc-mingw32/dist/include\mozilla/WindowsDllBlocklistLegacyDefs.h(22,67): error: cannot i...
P3
NEW
2020-03-08 19:38:37+00:00
2020-05-21 01:10:10+00:00
278
3
1620921
view image on canvas in new tab / window no longer works
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0 Steps to reproduce: * find a canvas image, e.g. here https://tcdw.github.io/servalclock/ * right click on the image * middle click "View Image" menu entry; or click+left click, shift+left click Actual results: Firefox says the URL is ...
view image on canvas in new tab / window no longer works User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:75.0) Gecko/20100101 Firefox/75.0 Steps to reproduce: * find a canvas image, e.g. here https://tcdw.github.io/servalclock/ * right click on the image * middle click "View Image" menu entry; or click+left click, shi...
P1
RESOLVED
FIXED
2020-03-09 07:52:23+00:00
2020-03-25 13:39:27+00:00
378
1
1621013
address bar url invalid on history.pushState with percent encoding
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0 Steps to reproduce: 1. Navigate to https://www.mozilla.org/ 2. Open developer tools and type the following in the console: history.pushState({}, 'my title', 'https://www.mozilla.org?key%5B%5D=value0&key%5B%5D=value1') Actual ...
address bar url invalid on history.pushState with percent encoding User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:73.0) Gecko/20100101 Firefox/73.0 Steps to reproduce: 1. Navigate to https://www.mozilla.org/ 2. Open developer tools and type the following in the console: history.pushState({}, 'my title', 'ht...
P3
NEW
2020-03-09 15:12:34+00:00
2020-05-12 00:52:08+00:00
324
3
1621023
The “Sponsored card” from the “Collection Promo” section is wrongly redisplayed on a new tab after being dismissed using “Delete from Pocket” or ”Archive in Pocket” options
**[Affected Versions]:** - Firefox Nightly 75.0a1 Build ID: 20200309091841 **[Affected Platforms]:** - Windows 10 x64 - macOS 10.15 - Ubuntu Linux 18.04 x86 **[Prerequisites]:** - Have the value of the pref `browser.newtabpage.activity-stream.discoverystream.spocs-endpoint` set to `https://spocs.getpocket.com/spocs?s...
The “Sponsored card” from the “Collection Promo” section is wrongly redisplayed on a new tab after being dismissed using “Delete from Pocket” or ”Archive in Pocket” options **[Affected Versions]:** - Firefox Nightly 75.0a1 Build ID: 20200309091841 **[Affected Platforms]:** - Windows 10 x64 - macOS 10.15 - Ubuntu Linux...
P2
NEW
2020-03-09 15:26:13+00:00
2022-10-12 00:03:05+00:00
443
2
1621031
The “Collection Promo” section is wrongly redisplayed on the first opened new tab after being dismissed using the “Delete from Pocket”/”Archive in Pocket” options
**[Affected Versions]:** - Firefox Nightly 75.0a1 Build ID: 20200309091841 **[Affected Platforms]:** - Windows 10 x64 - macOS 10.15 - Linux Mint 19.2 Tina **[Prerequisites]:** - Have the value of the pref `browser.newtabpage.activity-stream.discoverystream.spocs-endpoint` set to `https://spocs.getpocket.com/spocs?sit...
The “Collection Promo” section is wrongly redisplayed on the first opened new tab after being dismissed using the “Delete from Pocket”/”Archive in Pocket” options **[Affected Versions]:** - Firefox Nightly 75.0a1 Build ID: 20200309091841 **[Affected Platforms]:** - Windows 10 x64 - macOS 10.15 - Linux Mint 19.2 Tina ...
P4
RESOLVED
WONTFIX
2020-03-09 15:58:59+00:00
2022-07-07 14:12:23+00:00
489
4
1621177
Two errors are recorded in the EventLog if -log-launcher-error is used
This is a trivial issue. If we launch firefox.exe with the `-log-launcher-error` option, we record the same error twice because `PostErrorToLog` is called in the main thread and the thread which sends a ping.
Two errors are recorded in the EventLog if -log-launcher-error is used This is a trivial issue. If we launch firefox.exe with the `-log-launcher-error` option, we record the same error twice because `PostErrorToLog` is called in the main thread and the thread which sends a ping.
P3
RESOLVED
FIXED
2020-03-10 00:50:34+00:00
2022-02-17 05:17:18+00:00
73
3
1621185
Address bar search results that come from equating N and Ñ are not highlighted in Spanish locales
Steps to reproduce: 1. Install the Spanish (Spain) version of Firefox 74 2. Go to https://en.wikipedia.org/wiki/Jalape%C3%B1o 3. Open a new tab and type "jalapeno" in the address bar Expected results: The Wikipedia article "Jalapeño" appears in the search results and the word "Jalapeño" is in bold, the same as in the...
Address bar search results that come from equating N and Ñ are not highlighted in Spanish locales Steps to reproduce: 1. Install the Spanish (Spain) version of Firefox 74 2. Go to https://en.wikipedia.org/wiki/Jalape%C3%B1o 3. Open a new tab and type "jalapeno" in the address bar Expected results: The Wikipedia artic...
P3
VERIFIED
FIXED
2020-03-10 01:40:28+00:00
2020-03-16 09:20:10+00:00
152
3
1621189
"Switch to Tab" at end of line in search results box not visible for long titles
As shown in the attachment, if you do a search and the title is long enough, the "— Switch to Tab" in green doesn't show up in the live search results box. The text should be truncated sooner to allow this to fit.
"Switch to Tab" at end of line in search results box not visible for long titles As shown in the attachment, if you do a search and the title is long enough, the "— Switch to Tab" in green doesn't show up in the live search results box. The text should be truncated sooner to allow this to fit.
P5
RESOLVED
WORKSFORME
2020-03-10 02:17:48+00:00
2020-08-25 17:10:33+00:00
71
5
1621301
Firefox does not load webpages from the new tab page since 74.0 update
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: Open Firefox Firefox updates to 74.0 Load homepage (Facebook) Open new tab page, click any of the frequently visited websites on the new tab page. visit said pages by typing in URL repeat the process multipl...
Firefox does not load webpages from the new tab page since 74.0 update User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: Open Firefox Firefox updates to 74.0 Load homepage (Facebook) Open new tab page, click any of the frequently visited websites on the new...
P2
RESOLVED
WORKSFORME
2020-03-10 14:25:23+00:00
2022-08-10 09:06:09+00:00
191
2
1621424
Bypass PopUp Blocking via simulate click
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 Steps to reproduce: 1. Go to https://jsfiddle.net/keer0k/bvyd2xfo/3/ 2. Run it 3. Click in "click me" 4. A new window will be open and, after a few seconds, more 2 windows will be open...
Bypass PopUp Blocking via simulate click User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 Steps to reproduce: 1. Go to https://jsfiddle.net/keer0k/bvyd2xfo/3/ 2. Run it 3. Click in "click me" 4. A new window will be open and, after a...
P1
RESOLVED
WORKSFORME
2020-03-10 20:47:28+00:00
2024-06-21 11:08:57+00:00
150
1
1621458
Global getUserMedia sharing indicator breaks tab dragging in the tab bar
¡Hola! I'm not 100% sure of exact STR here but this has been problematic for a few days now. Pre-requisites: - Have a few tabs open - Make the microphone and camera orange indicator appear. Trying to join a meeting in https://meet.google.com/ makes it appear in my case. Steps: - Drag the tabs around and try to repos...
Global getUserMedia sharing indicator breaks tab dragging in the tab bar ¡Hola! I'm not 100% sure of exact STR here but this has been problematic for a few days now. Pre-requisites: - Have a few tabs open - Make the microphone and camera orange indicator appear. Trying to join a meeting in https://meet.google.com/ ma...
P3
RESOLVED
FIXED
2020-03-10 22:17:48+00:00
2022-01-26 22:11:06+00:00
177
3
1621469
Prevent accepting the proxy / network settings dialog if "manual proxy configuration" is selected but no address/port combination is filled in for any proxy
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: Configure a proxy via "Manual proxy configuration"; configure a SOCKS proxy, but forget to set the address (so that you only set the port). Save the settings. Browse the Internet. Actual results: The proxy settings...
Prevent accepting the proxy / network settings dialog if "manual proxy configuration" is selected but no address/port combination is filled in for any proxy User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: Configure a proxy via "Manual proxy configuration"; configur...
P3
NEW
2020-03-10 22:47:43+00:00
2020-05-12 00:52:15+00:00
171
3
1621608
The onboarding tip is quickly dismissed if about:newtab page is on focus and the browser is restarted
**[Affected versions]:** - Firefox Release 74 Build ID 20200309095159; **[Affected Platforms]:** - Windows 10; - Mac 10.14; - Linux Mint 18.03; **[Prerequisites]:** - Have an “en-US” Firefox Release 74 build installed; - Have a profile created in the last 24 hours; - Firefox is opened and wasn't updated in the last 2...
The onboarding tip is quickly dismissed if about:newtab page is on focus and the browser is restarted **[Affected versions]:** - Firefox Release 74 Build ID 20200309095159; **[Affected Platforms]:** - Windows 10; - Mac 10.14; - Linux Mint 18.03; **[Prerequisites]:** - Have an “en-US” Firefox Release 74 build installe...
P1
RESOLVED
WONTFIX
2020-03-11 12:01:52+00:00
2020-03-12 15:34:00+00:00
391
1
1621623
Address bar one-click search engine suggestions reappear on each upgrade of Firefox
I don't want to have search engine suggestions at the bottom of my web page suggestions when I type something in Firefox's address bar, so I removed these from the settings by unchecking the ticks in “One-Click Search Engines” or even by removing the search engines from that box completely. Either way, when I update m...
Address bar one-click search engine suggestions reappear on each upgrade of Firefox I don't want to have search engine suggestions at the bottom of my web page suggestions when I type something in Firefox's address bar, so I removed these from the settings by unchecking the ticks in “One-Click Search Engines” or even b...
P3
RESOLVED
DUPLICATE
2020-03-11 13:09:50+00:00
2020-04-09 07:31:11+00:00
149
3
1621652
Too many site permission icons in the address bar forces all other content out of the address bar
# Steps to reproduce 1. Visit a site and set permissions for Location, Autoplay, Camera, etc. to **blocked**. Icons corresponding to the permission should start appearing on the address bar. 2. Resize the browser window to the minimum width. ## Expected behavior Site permission icons should be responsive to window w...
Too many site permission icons in the address bar forces all other content out of the address bar # Steps to reproduce 1. Visit a site and set permissions for Location, Autoplay, Camera, etc. to **blocked**. Icons corresponding to the permission should start appearing on the address bar. 2. Resize the browser window t...
P5
NEW
2020-03-11 14:07:58+00:00
2020-11-09 14:40:50+00:00
145
5
1621671
The navigation arrow is missing from the Quantum Bar after switching the tabs
[Affected versions]: - Firefox Release 74 (Build ID: 20200309095159) - Firefox Beta 75.0b2 (Build ID: 20200310192828) - Firefox Nightly 76.0a1 (Build ID: 20200311041149) [Affected Platforms]: - Mac 10.14 - Windows 10 x64 - Ubuntu 16.04 x64 [Steps to reproduce]: 1. Open the Firefox browser. 2. Open a new tab. 3....
The navigation arrow is missing from the Quantum Bar after switching the tabs [Affected versions]: - Firefox Release 74 (Build ID: 20200309095159) - Firefox Beta 75.0b2 (Build ID: 20200310192828) - Firefox Nightly 76.0a1 (Build ID: 20200311041149) [Affected Platforms]: - Mac 10.14 - Windows 10 x64 - Ubuntu 16.04...
P3
NEW
2020-03-11 15:10:23+00:00
2020-11-05 12:30:14+00:00
232
3
1621673
Toolbar button selection looks bad on flexible spacers in Customize mode
**Affected versions** * Firefox 75.0b2 * Firefox 76.0a1 **Affected platforms** * Windows 7 x64 * Windows 8.1 x64 * Ubuntu 18.04 x64 **Steps to reproduce** 1. Go to Hamburger menu -> Customize 2. Click on Tab key to access the selection on page. 3. Click on Flexible space button from the toolbar. **Expected result** ...
Toolbar button selection looks bad on flexible spacers in Customize mode **Affected versions** * Firefox 75.0b2 * Firefox 76.0a1 **Affected platforms** * Windows 7 x64 * Windows 8.1 x64 * Ubuntu 18.04 x64 **Steps to reproduce** 1. Go to Hamburger menu -> Customize 2. Click on Tab key to access the selection on page. ...
P5
NEW
2020-03-11 15:23:34+00:00
2022-10-12 00:03:35+00:00
219
5
1621892
Search Engine settings are lost when a WebExtension based search engine is updated
STR: 1. Install an older version of a WebExtension with a search engine in it, e.g. I installed startpage 1.2.0 from [here](https://addons.mozilla.org/en-US/firefox/addon/startpage-private-search/versions/). 2. Go to Preferences, Search, and then set it as default, change the order where it is, uncheck the tick box (h...
Search Engine settings are lost when a WebExtension based search engine is updated STR: 1. Install an older version of a WebExtension with a search engine in it, e.g. I installed startpage 1.2.0 from [here](https://addons.mozilla.org/en-US/firefox/addon/startpage-private-search/versions/). 2. Go to Preferences, Search...
P2
VERIFIED
FIXED
2020-03-12 09:25:51+00:00
2020-06-25 12:57:47+00:00
220
2
1621944
[Intermittent] The onboarding tip is displayed in about:newtab only after clicking in the Address Bar at browser normal restart
**[Affected versions]:** - Firefox Release 74 Build ID 20200309095159; **[Affected Platforms]:** - Windows 10.14 - Mac 10.14; - Linux Debian 9; **[Prerequisites]:** - Have a Firefox Release 74 build installed; - Have a profile created in the last 24 hours; - Firefox is opened and wasn't updated in the last 24 hours; ...
[Intermittent] The onboarding tip is displayed in about:newtab only after clicking in the Address Bar at browser normal restart **[Affected versions]:** - Firefox Release 74 Build ID 20200309095159; **[Affected Platforms]:** - Windows 10.14 - Mac 10.14; - Linux Debian 9; **[Prerequisites]:** - Have a Firefox Release ...
P2
VERIFIED
FIXED
2020-03-12 12:46:10+00:00
2020-09-01 09:15:16+00:00
431
2
1621984
Title of customize tab becomes "New Tab" after restart
STR: 1. open firefox 2. open options/preferences, enable session restore 3. open customize mode 4. open new tab with accel-t 5. quit firefox 6. reopen firefox ER: customize tab has "Customize Firefox" title or similar AR: customize tab has "New Tab" title
Title of customize tab becomes "New Tab" after restart STR: 1. open firefox 2. open options/preferences, enable session restore 3. open customize mode 4. open new tab with accel-t 5. quit firefox 6. reopen firefox ER: customize tab has "Customize Firefox" title or similar AR: customize tab has "New Tab" title
P3
VERIFIED
FIXED
2020-03-12 14:58:22+00:00
2021-02-21 13:52:09+00:00
89
3
1622045
Correct pref names for UserMessaging
I somehow flipped the prefs for UserMessaging.
Correct pref names for UserMessaging I somehow flipped the prefs for UserMessaging.
P1
RESOLVED
FIXED
2020-03-12 18:37:11+00:00
2020-03-17 21:16:03+00:00
23
1
1622046
Javascript window.open() returns false or null in SSB mode
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0 Steps to reproduce: 1) Created a single site browser for https://www.inoreader.com. 2) Viewed a news article in the SSB and typed "v" to open the article in a new tab/window. Actual results: Tab opened successfully and load...
Javascript window.open() returns false or null in SSB mode User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0 Steps to reproduce: 1) Created a single site browser for https://www.inoreader.com. 2) Viewed a news article in the SSB and typed "v" to open the article in a new tab/w...
P5
RESOLVED
WONTFIX
2020-03-12 18:37:46+00:00
2021-01-15 22:20:57+00:00
227
5
1622054
about:preferences searchbox font size in inconsistent with about:addons and about:logins
This was changed in bug 1432906 (apparently that was the intended behaviour), where the policies-container was set along with the searchbox to the (small-ish) size of 12.7px. Not sure what is the correct spec for this, but either way I guess the searchbox should be consistent with other about: pages such as about:addo...
about:preferences searchbox font size in inconsistent with about:addons and about:logins This was changed in bug 1432906 (apparently that was the intended behaviour), where the policies-container was set along with the searchbox to the (small-ish) size of 12.7px. Not sure what is the correct spec for this, but either ...
P3
RESOLVED
FIXED
2020-03-12 19:21:45+00:00
2020-04-13 23:04:48+00:00
286
3
1622175
Bookmarks toolbar wrong folding after resize window
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: Add a few websites in bookmark tool bar when maximized window, let the last bookmark's name string length almost approach to the tool bar width. Resize the window and remaximize window. Actual results: ...
Bookmarks toolbar wrong folding after resize window User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: Add a few websites in bookmark tool bar when maximized window, let the last bookmark's name string length almost approach to the tool bar width. Resize th...
P3
UNCONFIRMED
2020-03-13 06:32:12+00:00
2020-05-12 00:06:55+00:00
235
3
1622180
Focus address bar on direct navigation to about:newtab /about:home
##### [Environment:] Windows 10 Mac 10.15.3 Ubuntu 18.04 ##### [Versions:] 74.0 20200309095159 75.0b2 20200310192828 76.0a1 20200312215313 68.6.0esr 20200305175243 ##### [Steps:] 1. Open Firefox. 2. use Ctrl+T or from the Address bar or click on +. 3. In any tab navigate to about:home. 4. In any tab navigate to a...
Focus address bar on direct navigation to about:newtab /about:home ##### [Environment:] Windows 10 Mac 10.15.3 Ubuntu 18.04 ##### [Versions:] 74.0 20200309095159 75.0b2 20200310192828 76.0a1 20200312215313 68.6.0esr 20200305175243 ##### [Steps:] 1. Open Firefox. 2. use Ctrl+T or from the Address bar or click on +...
P5
NEW
2020-03-13 07:08:18+00:00
2020-07-09 04:43:21+00:00
275
5
1622195
Check default browser modal blocks action on Search Tips
##### [Environment:] Windows 10 Mac 10.15.3 Ubuntu 16804 ##### [Versions:] 75.0b3 20200313021419 76.0a1 20200312215313 ##### [Steps:] 1. Open Firefox with a new profile && browser is not default. 2. Enable browserconsole. 3. Open browser console and use the following snippet to modify the profile age: * (async funct...
Check default browser modal blocks action on Search Tips ##### [Environment:] Windows 10 Mac 10.15.3 Ubuntu 16804 ##### [Versions:] 75.0b3 20200313021419 76.0a1 20200312215313 ##### [Steps:] 1. Open Firefox with a new profile && browser is not default. 2. Enable browserconsole. 3. Open browser console and use the fo...
P1
VERIFIED
FIXED
2020-03-13 08:24:05+00:00
2020-04-06 07:35:48+00:00
420
1
1622211
No click event telemetry for CFR urlbar button
No click telemetry is sent when clicking the button to open the link.
No click event telemetry for CFR urlbar button No click telemetry is sent when clicking the button to open the link.
P1
VERIFIED
FIXED
2020-03-13 09:59:26+00:00
2020-03-23 10:09:01+00:00
31
1
1622214
Search Tips are displayed while focus is on Browser Console in case of Browser console restart
##### [Environment:] Windows 10 Mac 10.15.3 Ubuntu 16.04 ##### [Versions:] 75.0b3 20200313021419 76.0a1 20200312215313 ##### [Steps:] 1. Open Firefox with a new profile && browser is default. (or the check_for_default is disabled - not to hit bug 1622195) 2. Enable browserconsole. 3. Open browser console and use the...
Search Tips are displayed while focus is on Browser Console in case of Browser console restart ##### [Environment:] Windows 10 Mac 10.15.3 Ubuntu 16.04 ##### [Versions:] 75.0b3 20200313021419 76.0a1 20200312215313 ##### [Steps:] 1. Open Firefox with a new profile && browser is default. (or the check_for_default is d...
P3
NEW
2020-03-13 10:03:16+00:00
2022-10-10 19:29:28+00:00
389
3
1622240
Dark Theme - warning_text from Forget history menu - hard to read
**Affected versions** * 74.0, 75.0b3, 76.0a1 (2020-03-12); **Affected platforms** * Windows 10, macOS 10.13, Ubuntu 16.04; **Steps to reproduce** 1. Launch Firefox, click on the 3line/Hambourger menu button; 2. Click on the Customize button; 3. Change to Dark Theme and Drag the Forget button on the bar(anywhere to b...
Dark Theme - warning_text from Forget history menu - hard to read **Affected versions** * 74.0, 75.0b3, 76.0a1 (2020-03-12); **Affected platforms** * Windows 10, macOS 10.13, Ubuntu 16.04; **Steps to reproduce** 1. Launch Firefox, click on the 3line/Hambourger menu button; 2. Click on the Customize button; 3. Change...
P1
VERIFIED
FIXED
2020-03-13 12:07:42+00:00
2020-03-31 06:14:38+00:00
207
1
1622243
"Bookmark pages" context menu item from Library - History doesn't work
**Affected versions** * Fx 75.0b3 * Fx 76.0a1 **Affected platforms** * Windows 10 x64 * Windows 8.1 x64 * Ubuntu 18.04 x64 * macOS 10.13 **Steps to reproduce** 1. Launch Firefox, use a dirty profile with reasonable amount of browsing history. 2. Select the History option from the View History, saved bookmarks and mo...
"Bookmark pages" context menu item from Library - History doesn't work **Affected versions** * Fx 75.0b3 * Fx 76.0a1 **Affected platforms** * Windows 10 x64 * Windows 8.1 x64 * Ubuntu 18.04 x64 * macOS 10.13 **Steps to reproduce** 1. Launch Firefox, use a dirty profile with reasonable amount of browsing history. 2. ...
P2
RESOLVED
FIXED
2020-03-13 12:38:36+00:00
2020-05-04 09:32:13+00:00
229
2
1622283
[win 8.1] Dark Theme - print preview menu text is not readable
**Affected versions** * 74.0, 75.0b3, 76.0a1, 71.0; **Affected platforms** * Windows 8.1; **Steps to reproduce** 1. Launch Firefox; 2. Change Firefox to the Dark theme; 3. Load any page/document and click on the Hamburger menu button; 4. Click on print; 5. Select another Window; **Expected result** * text is readabl...
[win 8.1] Dark Theme - print preview menu text is not readable **Affected versions** * 74.0, 75.0b3, 76.0a1, 71.0; **Affected platforms** * Windows 8.1; **Steps to reproduce** 1. Launch Firefox; 2. Change Firefox to the Dark theme; 3. Load any page/document and click on the Hamburger menu button; 4. Click on print; 5...
P3
RESOLVED
WONTFIX
2020-03-13 14:42:38+00:00
2022-06-10 12:59:12+00:00
217
3
1622303
The Firefox Nightly crashes on MacOS 10.10.5 after clicking on the Show Password/Copy/Edit button from about:logins page
[Affected versions]: - Firefox Nightly 76.0a1 (Build ID: 20200313095322) [Affected Platforms]: - Mac 10.10.5 [Prerequisites]: - Have a profile with at least one saved login. - Have an OS password set. [Steps to reproduce]: 1. Open the latest Nightly browser. 2. Navigate to the “about:logins” page and select a save...
The Firefox Nightly crashes on MacOS 10.10.5 after clicking on the Show Password/Copy/Edit button from about:logins page [Affected versions]: - Firefox Nightly 76.0a1 (Build ID: 20200313095322) [Affected Platforms]: - Mac 10.10.5 [Prerequisites]: - Have a profile with at least one saved login. - Have an OS password...
P1
VERIFIED
FIXED
2020-03-13 16:01:37+00:00
2020-03-30 15:22:04+00:00
348
1
1622304
The operating system’s authentication dialog is not triggered on MacOS 10.11.6 and MacOs 10.9.5 after clicking on the Show Password/ Edit/ Copy buttons
[Affected versions]: - Firefox Nightly 76.0a1 (Build ID: 20200313095322) [Affected Platforms]: - Mac 10.11.6 - Mac 10.9.5 [Prerequisites]: - Have a profile with at least one saved login. - Have an OS password set. [Steps to reproduce]: 1. Open the latest Nightly Firefox browser. 2. Navigate to the “about:logins” ...
The operating system’s authentication dialog is not triggered on MacOS 10.11.6 and MacOs 10.9.5 after clicking on the Show Password/ Edit/ Copy buttons [Affected versions]: - Firefox Nightly 76.0a1 (Build ID: 20200313095322) [Affected Platforms]: - Mac 10.11.6 - Mac 10.9.5 [Prerequisites]: - Have a profile with at...
P1
VERIFIED
FIXED
2020-03-13 16:04:40+00:00
2020-03-30 15:15:03+00:00
318
1
1622457
title line of "Library", "Show All Bookmarks -> Downloads" has clear downloads to the far right
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: ctrl+shift+o produces a popup titled "Library" (show all bookmarks). For the downloads widget, the next line down in the display has buttons that ought to be together and NOT at the far end of the widget. I have long...
title line of "Library", "Show All Bookmarks -> Downloads" has clear downloads to the far right User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: ctrl+shift+o produces a popup titled "Library" (show all bookmarks). For the downloads widget, the next line down in the ...
P1
VERIFIED
FIXED
2020-03-13 23:20:32+00:00
2020-04-15 14:39:28+00:00
179
1
1622489
Intermittent TV browser/components/customizableui/test/browser_panel_keyboard_navigation.js | Test timed out -
**Filed by:** rmaries [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=293129856&repo=autoland **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/K4eJgJe1S-ejBdrACQr2CQ/runs/0/artifacts/public/logs/live_backing.log **Reftest URL:** https://hg.mozilla.org/moz...
Intermittent TV browser/components/customizableui/test/browser_panel_keyboard_navigation.js | Test timed out - **Filed by:** rmaries [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=293129856&repo=autoland **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/K...
P5
RESOLVED
INCOMPLETE
2020-03-14 02:07:27+00:00
2020-04-07 17:00:23+00:00
290
5
1622542
Unable to see or copy saved password if Windows account's password is empty
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: There're two Windows 10 OS accounts in the system. One is a local non-privileged user with empty password and another is an admin user with MS online account login. When clicking on eye icon or "copy" button...
Unable to see or copy saved password if Windows account's password is empty User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: There're two Windows 10 OS accounts in the system. One is a local non-privileged user with empty password and another is an admin u...
P1
VERIFIED
FIXED
2020-03-14 17:05:17+00:00
2020-04-25 02:50:42+00:00
253
1
1622730
Support principals `file://` for the site permission setting
Was trying to debug bug 1528265. I have a local page that will autoplay a flac page. playback doesn't start and in the console you see: NotAllowedError: The play method is not allowed by the user agent or the platform in the current context, possibly because the user denied permission. Attempting to modify the autopl...
Support principals `file://` for the site permission setting Was trying to debug bug 1528265. I have a local page that will autoplay a flac page. playback doesn't start and in the console you see: NotAllowedError: The play method is not allowed by the user agent or the platform in the current context, possibly because...
P3
RESOLVED
FIXED
2020-03-16 07:23:11+00:00
2020-05-28 14:05:55+00:00
138
3
1622801
Forget captive portal tab on origin change before login
See the example scenario explained in https://bugzilla.mozilla.org/show_bug.cgi?id=1313577#c12 for more details.
Forget captive portal tab on origin change before login See the example scenario explained in https://bugzilla.mozilla.org/show_bug.cgi?id=1313577#c12 for more details.
P3
NEW
2020-03-16 13:47:46+00:00
2020-05-12 00:06:58+00:00
52
3
1622839
firefox dev edition as default webbrowser wont work
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0 Steps to reproduce: set ff dev edition as default webbrowser, then click in a 3rd party program on a link. Actual results: windows loading icon for few seconds, then nothing. Expected results: should open in browser just ...
firefox dev edition as default webbrowser wont work User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0 Steps to reproduce: set ff dev edition as default webbrowser, then click in a 3rd party program on a link. Actual results: windows loading icon for few seconds, then nothin...
P3
RESOLVED
WORKSFORME
2020-03-16 15:22:15+00:00
2020-03-29 21:33:04+00:00
114
3
1622862
Cut/Copy/Paste controls in the hamburger menu are disabled when navigating with the keyboard
STR: 1. Open any website, select some text 2. Click the hamburger menu 3. Press arrowdown/Tab key AR: The Cut/Copy/Paste controls are getting disabled the moment you press arrowdown/Tab key ER: The controls presumably should still be enabled for the user to select them? This feels like it's that way in purpose; want...
Cut/Copy/Paste controls in the hamburger menu are disabled when navigating with the keyboard STR: 1. Open any website, select some text 2. Click the hamburger menu 3. Press arrowdown/Tab key AR: The Cut/Copy/Paste controls are getting disabled the moment you press arrowdown/Tab key ER: The controls presumably should ...
P3
RESOLVED
INVALID
2020-03-16 16:40:25+00:00
2022-08-12 00:07:51+00:00
113
3
1623041
Favicon is not displayed in the address bar for bookmarked Top Sites
**Affected Versions:** All **Affected Platforms:** Windows 7/10 MacOS 10.13 **Steps to reproduce:** 1. Launch Firefox 2. Open any site from the Top Sites section (ex Facebook) 3. Bookmark it 4. Close the tab with the site and open a blank tab 5. Start writing the first 2 letters of the site (fa) and check the dropd...
Favicon is not displayed in the address bar for bookmarked Top Sites **Affected Versions:** All **Affected Platforms:** Windows 7/10 MacOS 10.13 **Steps to reproduce:** 1. Launch Firefox 2. Open any site from the Top Sites section (ex Facebook) 3. Bookmark it 4. Close the tab with the site and open a blank tab 5. S...
P3
NEW
2020-03-17 11:07:58+00:00
2020-11-05 12:30:45+00:00
242
3
1623109
macOS re-authenticate UI isn't associated with the relevant window
When I click on the show password button nothing happens. See screenshot.
macOS re-authenticate UI isn't associated with the relevant window When I click on the show password button nothing happens. See screenshot.
P2
RESOLVED
INVALID
2020-03-17 16:18:51+00:00
2020-04-30 09:46:46+00:00
32
2
1623262
“Delete from Pocket” option for a highlight card scrolls up the page if the card was “Saved to Pocket” from the Recommended by Pocket section
**[Affected versions]:** - Firefox Release 74.0 Build ID 20200309095159 - Firefox Beta 75.0b5 Build ID 20200317211402 - Firefox Nightly 76.0a1 Build ID 20200317214918 **[Affected Platforms]:** - Windows 10 - Mac 10.15.13 **[Prerequisites]:** - Have the “Recommended by Pocket” section displayed. - Be logged into Pocke...
“Delete from Pocket” option for a highlight card scrolls up the page if the card was “Saved to Pocket” from the Recommended by Pocket section **[Affected versions]:** - Firefox Release 74.0 Build ID 20200309095159 - Firefox Beta 75.0b5 Build ID 20200317211402 - Firefox Nightly 76.0a1 Build ID 20200317214918 **[Affecte...
P2
NEW
2020-03-18 08:17:56+00:00
2022-10-12 00:04:33+00:00
301
2
1623277
Crash in Windows::UI::Xaml::Application::LoadComponent via windows.ui.cred.dll
This bug is for crash report bp-d75a71ce-a28b-4af0-9e76-63abb0200318. ``` Top 10 frames of crashing thread: 0 kernelbase.dll RaiseException 1 msvcrt.dll CxxThrowException 2 wincorlib.dll __abi_WinRTraiseCOMException 3 windows.ui.cred.dll __abi_WinRTraiseException 4 windows.ui.cred.dll Windows::UI::Xaml::Applicati...
Crash in Windows::UI::Xaml::Application::LoadComponent via windows.ui.cred.dll This bug is for crash report bp-d75a71ce-a28b-4af0-9e76-63abb0200318. ``` Top 10 frames of crashing thread: 0 kernelbase.dll RaiseException 1 msvcrt.dll CxxThrowException 2 wincorlib.dll __abi_WinRTraiseCOMException 3 windows.ui.cred.dl...
P3
RESOLVED
WORKSFORME
2020-03-18 09:34:42+00:00
2021-03-22 00:15:35+00:00
379
3
1623291
using improper casesensitive format - about:Crashparent shows an empty page
**Affected versions** * 75.0b5, 76.0a1 (2020-03-17); **Affected platforms** * macOS 10.15, Windows 10, Ubuntu 18.04; **Steps to reproduce** 1. Launch Firefox, access any webpage; 2. Paste the following string in the address bar: about:Crashparent 3. Press Enter; **Expected result** * message that the URL is invalid ...
using improper casesensitive format - about:Crashparent shows an empty page **Affected versions** * 75.0b5, 76.0a1 (2020-03-17); **Affected platforms** * macOS 10.15, Windows 10, Ubuntu 18.04; **Steps to reproduce** 1. Launch Firefox, access any webpage; 2. Paste the following string in the address bar: about:Crashpa...
P5
NEW
2020-03-18 11:11:50+00:00
2022-10-10 19:29:29+00:00
156
5
1623331
Firefox Sync clears most bookmark folders
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: Sign into my Firefox Sync Account. Actual results: After a few moments all my bookmarks that are in a sub-folder are lost. The folder structure itself stays in tact. I could restore my bookmarks from bef...
Firefox Sync clears most bookmark folders User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: Sign into my Firefox Sync Account. Actual results: After a few moments all my bookmarks that are in a sub-folder are lost. The folder structure itself stays in ta...
P4
UNCONFIRMED
2020-03-18 13:53:36+00:00
2022-10-12 00:04:34+00:00
173
4
1623424
Removing a container doesn't work
When I click "Remove" on a container I get message that says: "If you remove this Container now, 2 container tabs will be closed. Are you sure you want to remove this Container?" I choose "Remove Container" but then nothing happens. The container tabs are not closed.
Removing a container doesn't work When I click "Remove" on a container I get message that says: "If you remove this Container now, 2 container tabs will be closed. Are you sure you want to remove this Container?" I choose "Remove Container" but then nothing happens. The container tabs are not closed.
P3
NEW
2020-03-18 20:00:35+00:00
2020-05-12 00:06:36+00:00
70
3
1623466
Cannot screenshot some websites [e.g. Tantek.com homepage]
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 Steps to reproduce: Visit Tantek.com, click elipsis, screenshot, full-page. Actual results: Nothing happens. No errors, no messages. Nada Expected results: Either take screenshot or gi...
Cannot screenshot some websites [e.g. Tantek.com homepage] User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 Steps to reproduce: Visit Tantek.com, click elipsis, screenshot, full-page. Actual results: Nothing happens. No errors, no messa...
P4
RESOLVED
WORKSFORME
2020-03-18 21:12:32+00:00
2024-05-09 20:04:30+00:00
154
4
1623597
Distribution engines are not being marked as built-in engines (reappear after each update)
Distribution engines are currently not being marked as built-in. We regressed this here in bug 1405670 (the changes in the two sections after the highlights): https://searchfox.org/mozilla-central/diff/47b9babf07b15b7bb6f7e873c87cd2ceddd1d4ec/toolkit/components/search/nsSearchService.js#3383,3408 The main effect of ...
Distribution engines are not being marked as built-in engines (reappear after each update) Distribution engines are currently not being marked as built-in. We regressed this here in bug 1405670 (the changes in the two sections after the highlights): https://searchfox.org/mozilla-central/diff/47b9babf07b15b7bb6f7e873c...
P1
RESOLVED
FIXED
2020-03-19 11:33:51+00:00
2020-04-01 13:58:38+00:00
250
1
1623599
Search Engine Cache corruption detection is incorrectly handling distributions
After doing some detailed analysis of the telemetry data we're receiving about cache corruption, I realised that we are always detecting distributions as having corrupt caches. This is because of two reasons: * Distribution engines are loaded separately from the legacy config, so we don't know how many engines would b...
Search Engine Cache corruption detection is incorrectly handling distributions After doing some detailed analysis of the telemetry data we're receiving about cache corruption, I realised that we are always detecting distributions as having corrupt caches. This is because of two reasons: * Distribution engines are load...
P1
VERIFIED
FIXED
2020-03-19 11:35:17+00:00
2020-03-30 09:15:20+00:00
265
1
1623678
Replace #d74345 with an accessible CSS variable
https://searchfox.org/mozilla-central/search?q=color%3A+%23d74345%3B&case=false&regexp=false&path= It should be a CSS variable with accessible colors for each theme. For `#d74345`, the dark theme contrast is 2.00 and the light theme contrast is 4.39 (checked using the a11y inspector), while the WCAG standards asks for...
Replace #d74345 with an accessible CSS variable https://searchfox.org/mozilla-central/search?q=color%3A+%23d74345%3B&case=false&regexp=false&path= It should be a CSS variable with accessible colors for each theme. For `#d74345`, the dark theme contrast is 2.00 and the light theme contrast is 4.39 (checked using the a1...
P3
RESOLVED
DUPLICATE
2020-03-19 16:47:48+00:00
2020-03-26 12:56:31+00:00
131
3
1623695
String encoding issues in the Lockwise OS authentication dialog on Windows
From https://bugzilla.mozilla.org/show_bug.cgi?id=1194529#c24, "the Italian version of Windows/Firefox shows strange chars in the authentication window." See attached screenshot.
String encoding issues in the Lockwise OS authentication dialog on Windows From https://bugzilla.mozilla.org/show_bug.cgi?id=1194529#c24, "the Italian version of Windows/Firefox shows strange chars in the authentication window." See attached screenshot.
P1
VERIFIED
FIXED
2020-03-19 17:42:37+00:00
2020-03-26 09:07:41+00:00
71
1
1623732
Intermittent TEST-UNEXPECTED-TIMEOUT | browser/components/fxmonitor/test/browser/browser_fxmonitor_doorhanger.js | application timed out after 370 seconds with no output
**Filed by:** cbrindusan [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=293878261&repo=mozilla-central **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/NmAxZKKTTIONvZSHqNUPHA/runs/0/artifacts/public/logs/live_backing.log --- [task 2020-03-19T16:09:55.0...
Intermittent TEST-UNEXPECTED-TIMEOUT | browser/components/fxmonitor/test/browser/browser_fxmonitor_doorhanger.js | application timed out after 370 seconds with no output **Filed by:** cbrindusan [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=293878261&repo=mozilla-central **Full ...
P5
RESOLVED
INCOMPLETE
2020-03-19 19:55:30+00:00
2020-04-14 17:04:35+00:00
496
5
1623740
Allow the setting (and locking) of the default Autoplay value
In bug 1588197 we added support for enabling autoplay for domains, but we didn't provide a way to set the global default. We should add that.
Allow the setting (and locking) of the default Autoplay value In bug 1588197 we added support for enabling autoplay for domains, but we didn't provide a way to set the global default. We should add that.
P3
RESOLVED
FIXED
2020-03-19 20:23:59+00:00
2020-04-28 13:03:47+00:00
50
3
1623861
[macOS] The operating system’s authentication dialog can't be accepted if the OS doesn't have any password set
[Affected versions]: - Firefox Nightly 76.0a1 (Build ID: 20200319215651) [Affected Platforms]: - Mac 10.15.3 - Mac 10.14.6 [Prerequisites]: - Have a profile with at least one saved login. - No OS password is set. [Steps to reproduce]: 1. Open the latest Nightly Firefox browser. 2. Navigate to the "about:logins" pag...
[macOS] The operating system’s authentication dialog can't be accepted if the OS doesn't have any password set [Affected versions]: - Firefox Nightly 76.0a1 (Build ID: 20200319215651) [Affected Platforms]: - Mac 10.15.3 - Mac 10.14.6 [Prerequisites]: - Have a profile with at least one saved login. - No OS password i...
P1
VERIFIED
FIXED
2020-03-20 11:26:35+00:00
2020-03-31 13:02:54+00:00
375
1
1623888
URL spoof: RTL character in URL flips domain and path if domain contains no directional characters (e.g. ip address)
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: 1) Post the following link in the status bar: 127.0.0.1/ا/http://attack.com Actual results: You would notice that the URL has been flipped from Right to left and the status bar dispays http://attack.com/‭ا/127.0.0....
URL spoof: RTL character in URL flips domain and path if domain contains no directional characters (e.g. ip address) User Agent: Mozilla/5.0 (Windows NT 6.1; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: 1) Post the following link in the status bar: 127.0.0.1/ا/http://attack.com Actual results: You w...
P2
VERIFIED
FIXED
2020-03-20 13:37:29+00:00
2024-05-30 17:12:44+00:00
161
2
1623905
The CFR button is not minimized when clicking the 'Not Now' option
**Affected platforms** * Windows * Ubuntu * macOS **Steps to reproduce** 1. Launch Firefox. 2. Trigger the CFR addon recommandation. 3. Click the 'Not Now' option displayed on the doorhanger. **Expected result** * The doorhanger is dismissed and the CFR button is minimized, but still displayed. **Actual result** * T...
The CFR button is not minimized when clicking the 'Not Now' option **Affected platforms** * Windows * Ubuntu * macOS **Steps to reproduce** 1. Launch Firefox. 2. Trigger the CFR addon recommandation. 3. Click the 'Not Now' option displayed on the doorhanger. **Expected result** * The doorhanger is dismissed and the C...
P1
VERIFIED
FIXED
2020-03-20 14:26:57+00:00
2020-04-03 08:53:30+00:00
307
1
1623944
"Okay, got it" button from Search tips and search Interventions is not easily visible in dark theme
##### [Environment:] Windows 10, Mac 10.13, Ubuntu 18.04 Firefox 75.0b9 Firefox Nightly 76 (03.20.2020) ##### [Preconditions:] 1. Create a new profile. 2. Verify that no updates have been made in the last 24h (open about:support, update folder , open folder and delete update.xml if any is listed) 3. Set profile age t...
"Okay, got it" button from Search tips and search Interventions is not easily visible in dark theme ##### [Environment:] Windows 10, Mac 10.13, Ubuntu 18.04 Firefox 75.0b9 Firefox Nightly 76 (03.20.2020) ##### [Preconditions:] 1. Create a new profile. 2. Verify that no updates have been made in the last 24h (open abo...
P2
RESOLVED
FIXED
2020-03-20 16:21:38+00:00
2020-05-27 15:19:42+00:00
370
2
1623978
Google homepage notification interrupts onboarding Search Tip
Affected Versions Nightly 76.0a1 Beta 75.0b6 Tested on: Windows 10 x64 (affected) Ubuntu 18.04 x64 (affected) MacOS 10.14 (affected) Steps to reproduce - Launch Firefox (new profile) - enable devtools.chrome.enabled in about config - Hamburger menu> set options "restore previous session" chec...
Google homepage notification interrupts onboarding Search Tip Affected Versions Nightly 76.0a1 Beta 75.0b6 Tested on: Windows 10 x64 (affected) Ubuntu 18.04 x64 (affected) MacOS 10.14 (affected) Steps to reproduce - Launch Firefox (new profile) - enable devtools.chrome.enabled in about config...
P2
VERIFIED
FIXED
2020-03-20 18:18:44+00:00
2020-04-07 14:53:27+00:00
362
2
1623980
Search interventions : Letters appear cut if window size is small
Affected Versions Nightly 76.0a1 Beta 75.0b6 Tested on Windows 10 x64 (affected) Ubuntu 18.04 x64 (affected) MacOS 10.14 (affected) Steps to reproduce -Launch Firefox -Resize window to < 25% -Type "update firefox"" in megabar (see screenshot, left side of refresh firefox button) Actual Res...
Search interventions : Letters appear cut if window size is small Affected Versions Nightly 76.0a1 Beta 75.0b6 Tested on Windows 10 x64 (affected) Ubuntu 18.04 x64 (affected) MacOS 10.14 (affected) Steps to reproduce -Launch Firefox -Resize window to < 25% -Type "update firefox"" in megabar (...
P4
VERIFIED
FIXED
2020-03-20 18:30:34+00:00
2020-04-13 14:35:58+00:00
114
4
1624003
Search Tips : screen reader on ubuntu not working
Affected Versions Nightly 76.0a1 Beta 75.0b6 Tested on Windows 10 x64 ( not affected, used nvda) Ubuntu 18.04 x64 (affected used orca) Steps to reproduce - Launch Firefox (new profile) - enable devtools.chrome.enabled in about config - set options "always check if firefox is your default browser" ...
Search Tips : screen reader on ubuntu not working Affected Versions Nightly 76.0a1 Beta 75.0b6 Tested on Windows 10 x64 ( not affected, used nvda) Ubuntu 18.04 x64 (affected used orca) Steps to reproduce - Launch Firefox (new profile) - enable devtools.chrome.enabled in about config - set options ...
P3
RESOLVED
WONTFIX
2020-03-20 19:11:22+00:00
2020-04-29 19:27:44+00:00
256
3
1624044
"Restore Previous Session" item is always greyed out after landing patch from bug #1622195
[Tracking Requested - why for this release]: Regression STR: 1. Open few tabs and/or windows 2. Close them by selecting "Exit" item in "hamburger" menu or by pressing Ctrl+Shift+Q keyboard shortcut 3. Restore tabs and/or windows by selecting "Restore Previous Session" item in "hamburger" menu and see that you can't, ...
"Restore Previous Session" item is always greyed out after landing patch from bug #1622195 [Tracking Requested - why for this release]: Regression STR: 1. Open few tabs and/or windows 2. Close them by selecting "Exit" item in "hamburger" menu or by pressing Ctrl+Shift+Q keyboard shortcut 3. Restore tabs and/or windows...
P1
VERIFIED
FIXED
2020-03-20 21:45:22+00:00
2020-04-04 11:38:18+00:00
147
1
1624083
After loading restored tab, firefox navigates to new URL
I just quit Firefox to change a setting (disabling web-render, but I've seen this on random session restores a few times). I had three tabs open: 1. Gmail 2. A blog post 3. about:config When I restarted, the three tabs were what I expected, and about:config loaded again. Cool. Then I switched back to tab 2, whic...
After loading restored tab, firefox navigates to new URL I just quit Firefox to change a setting (disabling web-render, but I've seen this on random session restores a few times). I had three tabs open: 1. Gmail 2. A blog post 3. about:config When I restarted, the three tabs were what I expected, and about:config ...
P3
NEW
2020-03-21 02:15:14+00:00
2022-09-26 12:15:03+00:00
220
3
1624122
Token not converted to string in File Type dialog box for PDF files
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: Options -> Applications -> Select PDF Content Type -> Click the Down Arrow -> Click "Application Details" -> Dialog box opens. Actual results: First line in content area of the dialog box is: "The follow...
Token not converted to string in File Type dialog box for PDF files User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: Options -> Applications -> Select PDF Content Type -> Click the Down Arrow -> Click "Application Details" -> Dialog box opens. Actual res...
P1
VERIFIED
FIXED
2020-03-21 14:11:27+00:00
2020-04-01 14:10:30+00:00
204
1
1624131
Firefox hits 5.3GB memory cap and then cannot function
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: I have roughly 9k tabs suspended open. When opening firefox and it it seems to reach a memory limit of 5.3GB which then makes that firefox stops functioning completely, the windows no longer render correctly...
Firefox hits 5.3GB memory cap and then cannot function User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: I have roughly 9k tabs suspended open. When opening firefox and it it seems to reach a memory limit of 5.3GB which then makes that firefox stops functio...
P5
NEW
2020-03-21 15:35:57+00:00
2023-07-13 16:00:00+00:00
212
5
1624133
Do not show me Pocket when I have Pocket disabled
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: 1. Use about:config to disable pocket (extensions.pocket.api=gibberish, extensions.pocket.enabled=false, extensions.pocket.site=gibberish, browser.newtabpage.activity-stream.section.highlights.includePocket=false) 2....
Do not show me Pocket when I have Pocket disabled User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: 1. Use about:config to disable pocket (extensions.pocket.api=gibberish, extensions.pocket.enabled=false, extensions.pocket.site=gibberish, browser.newtabpage.activity-...
P3
UNCONFIRMED
2020-03-21 16:01:53+00:00
2020-05-12 00:51:57+00:00
264
3
1624300
Search Tips/Interventions buttons are not visible in High Contrast mode (Windows)
##### [Environment:] tested on: - affected: Windows 10, Windows 7 Pro - not affected: Mac 10.13, Mac 10.15.2, Ubuntu 18.04 with: - 75.0b7 20200322132212 - 76.0a1 20200323092419 ##### [Steps to reproduce:] 1. Set Windows high contrast on (any of the high contrast profiles will do) 2. Launch Firefox (new profile) 3. O...
Search Tips/Interventions buttons are not visible in High Contrast mode (Windows) ##### [Environment:] tested on: - affected: Windows 10, Windows 7 Pro - not affected: Mac 10.13, Mac 10.15.2, Ubuntu 18.04 with: - 75.0b7 20200322132212 - 76.0a1 20200323092419 ##### [Steps to reproduce:] 1. Set Windows high contrast o...
P1
VERIFIED
FIXED
2020-03-23 13:17:42+00:00
2020-03-31 15:27:09+00:00
278
1
1624330
Snippet dismiss option overlaps its button at browser resize
**[Affected versions]:** - Firefox Release 74.0 Build ID 20200309095159 - Firefox Beta 75.0b7 Build ID 20200322132212 - Firefox Nightly 76.0a1 Build ID 20200323092419 **[Affected Platforms]:** - Windows 10 - Mac OS 10.15.3 - Ubuntu 18.04 x64 **[Prerequisites]:** - Have a Firefox profile with the following pref i...
Snippet dismiss option overlaps its button at browser resize **[Affected versions]:** - Firefox Release 74.0 Build ID 20200309095159 - Firefox Beta 75.0b7 Build ID 20200322132212 - Firefox Nightly 76.0a1 Build ID 20200323092419 **[Affected Platforms]:** - Windows 10 - Mac OS 10.15.3 - Ubuntu 18.04 x64 **[Prerequ...
P1
VERIFIED
FIXED
2020-03-23 14:55:11+00:00
2020-03-30 21:44:05+00:00
344
1
1624457
Requests for opensearch.xml don't send cookies
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36 Steps to reproduce: - Find a search engine whose opensearch.xml file requires authentication - Try to add it to Firefox Actual results: An error popup appears that says "Invalid For...
Requests for opensearch.xml don't send cookies User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36 Steps to reproduce: - Find a search engine whose opensearch.xml file requires authentication - Try to add it to Firefox Actual results:...
P5
NEW
2020-03-23 21:28:57+00:00
2022-09-27 11:26:07+00:00
149
5
1624511
Tab crashes cause total data loss (session/URL/etc.) in all pinned tabs loaded in that content process
Twice in the last few days tab crashes on Nightly have caused total data loss (including the URL and session back/forward history) of all the tabs in that content process. This includes tabs that had been restored for a long time so it wasn't a race condition losing the URL while it's loading (there are known bugs abou...
Tab crashes cause total data loss (session/URL/etc.) in all pinned tabs loaded in that content process Twice in the last few days tab crashes on Nightly have caused total data loss (including the URL and session back/forward history) of all the tabs in that content process. This includes tabs that had been restored for...
P1
VERIFIED
FIXED
2020-03-24 03:03:36+00:00
2020-04-17 15:30:45+00:00
293
1
1624546
Include vcruntime140_1.dll for VS2019 16.5 x64 from the redist directory in the package
At the moment the vcruntime140_1.dll for VS2019 16.5 x64 from the redist directory is not included in the package.
Include vcruntime140_1.dll for VS2019 16.5 x64 from the redist directory in the package At the moment the vcruntime140_1.dll for VS2019 16.5 x64 from the redist directory is not included in the package.
P3
RESOLVED
FIXED
2020-03-24 09:18:33+00:00
2023-06-01 17:48:04+00:00
65
3
1624567
Account panel gets cut off horizontally when a long fxa account name is displayed
See screenshot. On OSX, 13 inch macbook with Display set to "Larger text" (the left most option). The right hand side of the popup the icons get cut off.
Account panel gets cut off horizontally when a long fxa account name is displayed See screenshot. On OSX, 13 inch macbook with Display set to "Larger text" (the left most option). The right hand side of the popup the icons get cut off.
P3
RESOLVED
FIXED
2020-03-24 11:50:33+00:00
2021-09-03 17:47:23+00:00
58
3
1624590
[macOS] - Search checkboxes in about:preferences page is truncated on shrinking browser
**Affected versions** * 75.0b7, 76.0a1 (2020-03-22) **Affected platforms** * macOS 10.15 **Steps to reproduce** 1. Launch Firefox, access about:preferences#search 2. Resize width until text from sections is no longer displayed; 3. Click on the SearchBar buttons for any of the options; **Expected result** * no issues...
[macOS] - Search checkboxes in about:preferences page is truncated on shrinking browser **Affected versions** * 75.0b7, 76.0a1 (2020-03-22) **Affected platforms** * macOS 10.15 **Steps to reproduce** 1. Launch Firefox, access about:preferences#search 2. Resize width until text from sections is no longer displayed; 3....
P3
NEW
2020-03-24 13:41:08+00:00
2020-05-12 00:55:19+00:00
175
3
1624608
Drop down searched strings are no longer highlighted after following certain steps
*Affected versions* * 76.0a1 (20200323092419) * 75.0b7 (20200322132212) * 74.0 (20200309095159) *Affected platforms* * Windows 10 x64 * Ubuntu 18.04 * macOS 10.15 *Steps to reproduce* 1. Open Firefox and go to about:preferences#home. 2. Click on “New tabs” dropdown and select “Blank Page” 3. Search for `firefox` in...
Drop down searched strings are no longer highlighted after following certain steps *Affected versions* * 76.0a1 (20200323092419) * 75.0b7 (20200322132212) * 74.0 (20200309095159) *Affected platforms* * Windows 10 x64 * Ubuntu 18.04 * macOS 10.15 *Steps to reproduce* 1. Open Firefox and go to about:preferences#home....
P1
VERIFIED
FIXED
2020-03-24 14:33:35+00:00
2020-06-05 09:09:28+00:00
352
1
1624614
Start download animation played after canceling download and restarting browser
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0 Steps to reproduce: 1. begin downloading a file (big enough to have time to complete next steps) 2. close browser 3. confirm canceling pending download 4. open browser Actual results: animation of starting download is played...
Start download animation played after canceling download and restarting browser User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Firefox/68.0 Steps to reproduce: 1. begin downloading a file (big enough to have time to complete next steps) 2. close browser 3. confirm canceling pending down...
P3
NEW
2020-03-24 14:57:44+00:00
2020-05-12 00:55:36+00:00
122
3
1624674
Mac touchbar makes it easy to accidentally prepend '+ ', '% ', etc. restriction tokens/characters to the urlbar input
This has been happening for a while and I can't reliably reproduce it.
Mac touchbar makes it easy to accidentally prepend '+ ', '% ', etc. restriction tokens/characters to the urlbar input This has been happening for a while and I can't reliably reproduce it.
P5
NEW
2020-03-24 18:22:15+00:00
2020-07-09 04:45:29+00:00
51
5
1624820
aboutNetError's setNetErrorMessageFromCode likes to pass empty strings to document.l10n.formatValues which produces errors
We apparently don't hit this in automation or it'd cause failures there, I'm pretty sure. STR: 1. open nightly with a new profile 2. open youtube ER: No internal error messages AR: ``` console.warn: "[fluent] Missing translations in en-US: ." ``` This is because we're falling back to an empty error code string, ...
aboutNetError's setNetErrorMessageFromCode likes to pass empty strings to document.l10n.formatValues which produces errors We apparently don't hit this in automation or it'd cause failures there, I'm pretty sure. STR: 1. open nightly with a new profile 2. open youtube ER: No internal error messages AR: ``` consol...
P3
VERIFIED
FIXED
2020-03-25 10:45:51+00:00
2020-05-11 08:31:34+00:00
186
3
1624855
No file extension is appended if no extension is specified by the `download` attribute on a link
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: When using the download-attribute, like in '<a href="/images/myw3schoolsimage.jpg" download="w3logo">' from: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_a_download2 The downloaded file dosn't g...
No file extension is appended if no extension is specified by the `download` attribute on a link User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: When using the download-attribute, like in '<a href="/images/myw3schoolsimage.jpg" download="w3logo">' from: htt...
P3
NEW
2020-03-25 13:38:04+00:00
2020-05-12 00:06:55+00:00
242
3
1624868
Perma linux ccov TEST-UNEXPECTED-TIMEOUT | automation.py | application timed out after 370 seconds with no output [browser/base/content/test/performance/io]
See https://bugzilla.mozilla.org/show_bug.cgi?id=1414495#c376 through https://bugzilla.mozilla.org/show_bug.cgi?id=1414495#c393: on linux/ccov, browser-chrome mochitests on browser/base/content/test/performance/io perma-fail with a 370 second timeout because browser startup exceeds the 180 seconds that marionette waits...
Perma linux ccov TEST-UNEXPECTED-TIMEOUT | automation.py | application timed out after 370 seconds with no output [browser/base/content/test/performance/io] See https://bugzilla.mozilla.org/show_bug.cgi?id=1414495#c376 through https://bugzilla.mozilla.org/show_bug.cgi?id=1414495#c393: on linux/ccov, browser-chrome moc...
P1
RESOLVED
FIXED
2020-03-25 14:38:00+00:00
2020-09-30 23:15:28+00:00
192
1
1624878
Crash in [@ AsyncShutdownTimeout | profile-before-change | RemoteSettingsClient - finish IDB access.]
This bug is for crash report bp-c331ee2e-97b2-47f0-8fc4-679480200325. ``` Top 10 frames of crashing thread: 0 mozglue.dll mozalloc_abort memory/mozalloc/mozalloc_abort.cpp:33 1 xul.dll NS_DebugBreak xpcom/base/nsDebugImpl.cpp 2 xul.dll nsDebugImpl::Abort xpcom/base/nsDebugImpl.cpp:134 3 xul.dll XPTC__InvokebyIndex 4...
Crash in [@ AsyncShutdownTimeout | profile-before-change | RemoteSettingsClient - finish IDB access.] This bug is for crash report bp-c331ee2e-97b2-47f0-8fc4-679480200325. ``` Top 10 frames of crashing thread: 0 mozglue.dll mozalloc_abort memory/mozalloc/mozalloc_abort.cpp:33 1 xul.dll NS_DebugBreak xpcom/base/nsDebu...
P3
REOPENED
2020-03-25 15:08:45+00:00
2025-02-13 21:22:56+00:00
403
3
1624951
Menupopup scroll arrows above a certain size make accessible/tests/mochitest/hittest/test_menu.xhtml and accessible/tests/mochitest/states/test_visibility.xhtml fail
See bug 1623015 comment 5 and below.
Menupopup scroll arrows above a certain size make accessible/tests/mochitest/hittest/test_menu.xhtml and accessible/tests/mochitest/states/test_visibility.xhtml fail See bug 1623015 comment 5 and below.
P2
NEW
2020-03-25 18:34:29+00:00
2022-10-12 00:05:34+00:00
59
2
1624990
app.normandy decreases the security.tls.version.min to 1
User Agent: Mozilla/5.0 (Windows NT 10.0; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: 1) Go to about:config 2) Change the setting security.tls.version.min to 2 3) Restart Firefox Actual results: The settings security.tls.version.min will be changed to 1 due to app.normandy.startupRolloutPrefs.securit...
app.normandy decreases the security.tls.version.min to 1 User Agent: Mozilla/5.0 (Windows NT 10.0; rv:74.0) Gecko/20100101 Firefox/74.0 Steps to reproduce: 1) Go to about:config 2) Change the setting security.tls.version.min to 2 3) Restart Firefox Actual results: The settings security.tls.version.min will be cha...
P5
RESOLVED
INACTIVE
2020-03-25 20:29:06+00:00
2020-10-26 16:17:21+00:00
152
5
1625079
Too high speed shown at the beginning of downloads
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0 Steps to reproduce: while a image is loading, save it. the URI of the image: https://files.yande.re/image/34e64202c2d6f1ded668eacb2ad5f9cd/yande.re%20548466%20bikini_top%20moonphase%20yuran.png Actual results: the download ...
Too high speed shown at the beginning of downloads User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0 Steps to reproduce: while a image is loading, save it. the URI of the image: https://files.yande.re/image/34e64202c2d6f1ded668eacb2ad5f9cd/yande.re%20548466%20bikini_top%20moo...
P5
NEW
2020-03-26 07:29:17+00:00
2022-10-12 00:05:40+00:00
163
5
1625226
Ctrl+Tab preview thumbnails are weirdly cropped with devtools open
When switching tabs when devtools is open on one of the tabs, the tab with devtools will render incorrectly in the tabs switching preview. STR: * Open a site and enable devtools * Open 3 more tabs on different sites * Press and hold ctrl-tab to show tab preview Notice that the tab with devtools is rendered incorrectly...
Ctrl+Tab preview thumbnails are weirdly cropped with devtools open When switching tabs when devtools is open on one of the tabs, the tab with devtools will render incorrectly in the tabs switching preview. STR: * Open a site and enable devtools * Open 3 more tabs on different sites * Press and hold ctrl-tab to show ta...
P3
NEW
2020-03-26 17:01:42+00:00
2024-02-21 13:10:13+00:00
104
3
1625241
Firefox doesn't update to the latest version if the "Restart to update" button is clicked while the update download process is still running
**Affected versions** * Updates on Firefox beta channel (For Fx 75.0b_x) * Updates on Firefox nightly channel ( For Fx 76.0a_x) **Unaffected versions** * Firefox 68.6.0esr (BuildId:20200305175243). * Firefox 74.0 (disabled). **Affected platforms** * macOS 10.14 * Windows 10 64bit * Ubuntu 18.04 64bit. **Steps to r...
Firefox doesn't update to the latest version if the "Restart to update" button is clicked while the update download process is still running **Affected versions** * Updates on Firefox beta channel (For Fx 75.0b_x) * Updates on Firefox nightly channel ( For Fx 76.0a_x) **Unaffected versions** * Firefox 68.6.0esr (Buil...
P2
VERIFIED
FIXED
2020-03-26 17:22:52+00:00
2020-04-07 12:15:08+00:00
354
2
1625254
NVDA screen reader doesn’t read the intervention cards “Get Help” button on mouseover
**Affected versions** * Firefox 76.0a1 (BuildId:20200326093308) * Firefox 75.0b9 (BuildId:20200325213426) **Unaffected versions** * Firefox 68.6.0esr (BuildId:20200305175243). * Firefox 74.0 (disabled). **Affected platforms** * Windows 10 64bit **Unaffected platforms** * macOS 10.14 * Ubuntu 18.04 64bit **Precondi...
NVDA screen reader doesn’t read the intervention cards “Get Help” button on mouseover **Affected versions** * Firefox 76.0a1 (BuildId:20200326093308) * Firefox 75.0b9 (BuildId:20200325213426) **Unaffected versions** * Firefox 68.6.0esr (BuildId:20200305175243). * Firefox 74.0 (disabled). **Affected platforms** * Win...
P1
RESOLVED
WONTFIX
2020-03-26 17:36:19+00:00
2020-04-29 19:27:56+00:00
248
1
1625425
The migration to remove old kinto collection data keeps the db around and requires use of the deprecated kinto-offline-client
kinto-offline-client.js is no longer used from within remote settings, but as far as I can tell, normandy runs `applyAll()` migrations every single startup, so it tries to clear the old collection every startup - but this involves writing to the indexeddb database and [saving a last modified timestamp](https://searchfo...
The migration to remove old kinto collection data keeps the db around and requires use of the deprecated kinto-offline-client kinto-offline-client.js is no longer used from within remote settings, but as far as I can tell, normandy runs `applyAll()` migrations every single startup, so it tries to clear the old collecti...
P2
RESOLVED
FIXED
2020-03-27 10:09:57+00:00
2020-04-23 03:22:04+00:00
228
2
1625785
Page info doesn't show "View Certificate" button when FPN is enabled
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: 1. Go to https://scroll.com/ and click on the Setup tab at the top right hand corner. 2. Then scroll to the "Get the Add-on" button and click it. 3. You'll be prompted with the "Allow scroll.com to to in...
Page info doesn't show "View Certificate" button when FPN is enabled User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:76.0) Gecko/20100101 Firefox/76.0 Steps to reproduce: 1. Go to https://scroll.com/ and click on the Setup tab at the top right hand corner. 2. Then scroll to the "Get the Add-on" button an...
P2
RESOLVED
DUPLICATE
2020-03-29 20:03:20+00:00
2020-04-11 17:13:46+00:00
172
2
1625913
Card image gets cut off for some widths
I think we want the background-size to be `cover` instead.
Card image gets cut off for some widths I think we want the background-size to be `cover` instead.
P1
VERIFIED
FIXED
2020-03-30 12:39:39+00:00
2020-04-21 09:46:29+00:00
26
1
1625938
The buttons of the import wizard dialog are incorrectly displayed for the "pave-over"and Reinstall install method (stub installers)
**Affected Version:** Latest Nightly 76.0a1 (2020-03-30) **Affected Platforms:** Windows 10 x64 Windows 7 x32 Windows 10 win64-aarch64 **Steps to reproduce:** STR1: 1. Have an older Nightly (FX73) installed in the default location 2. Open the old Nightly and install some addons and themes, close it after that 3. Down...
The buttons of the import wizard dialog are incorrectly displayed for the "pave-over"and Reinstall install method (stub installers) **Affected Version:** Latest Nightly 76.0a1 (2020-03-30) **Affected Platforms:** Windows 10 x64 Windows 7 x32 Windows 10 win64-aarch64 **Steps to reproduce:** STR1: 1. Have an older Nigh...
P1
VERIFIED
FIXED
2020-03-30 13:44:47+00:00
2020-04-24 14:17:15+00:00
296
1
1625954
Dark theme styling overrides High Contrast mode
If the Windows 10 dark theme is applied before the user turns on Windows High Contrast mode, the Firefox UI uses our usual dark theme colours. [STR] 1. In Windows 10, go to Settings > Colors > More options and select the dark theme 2. Go to Settings > Ease of Access > Vision > High contrast and enable High Contrast mo...
Dark theme styling overrides High Contrast mode If the Windows 10 dark theme is applied before the user turns on Windows High Contrast mode, the Firefox UI uses our usual dark theme colours. [STR] 1. In Windows 10, go to Settings > Colors > More options and select the dark theme 2. Go to Settings > Ease of Access > Vi...
P5
NEW
2020-03-30 14:07:40+00:00
2022-10-12 00:06:17+00:00
180
5
1625958
The "Breached Website" and the "Vulnerable Passwords" notifications are not displayed below the header
[Affected versions]: - Nightly 76.0a1 (Build ID: 20200330094747) [Affected Platforms]: - Windows 10 x64 - Mac 10.14.6 - Ubuntu 18.04 x64 [Prerequisites]: - Have a profile with at least 3 saved logins in which one is vulnerable. [Steps to reproduce]: 1. Open the Firefox browser with the profile from prerequisites 2. ...
The "Breached Website" and the "Vulnerable Passwords" notifications are not displayed below the header [Affected versions]: - Nightly 76.0a1 (Build ID: 20200330094747) [Affected Platforms]: - Windows 10 x64 - Mac 10.14.6 - Ubuntu 18.04 x64 [Prerequisites]: - Have a profile with at least 3 saved logins in which one is...
P1
VERIFIED
FIXED
2020-03-30 14:11:47+00:00
2020-04-01 15:06:22+00:00
289
1
1625959
The "Mobile promotion" banner is cut off when "Breached Website" or "Vulnerable Passwords" notification is displayed on small screens
[Affected versions]: - Nightly 76.0a1 (Build ID: 20200329214909) [Affected Platforms]: - Windows 10 x64 - Mac 10.14.6 - Ubuntu 18.04 x64 [Prerequisites]: - Have a profile with at least 3 saved logins in which one is vulnerable. - Have a valid Firefox Account. [Steps to reproduce]: 1. Open the Firefox browser with th...
The "Mobile promotion" banner is cut off when "Breached Website" or "Vulnerable Passwords" notification is displayed on small screens [Affected versions]: - Nightly 76.0a1 (Build ID: 20200329214909) [Affected Platforms]: - Windows 10 x64 - Mac 10.14.6 - Ubuntu 18.04 x64 [Prerequisites]: - Have a profile with at least...
P1
VERIFIED
FIXED
2020-03-30 14:13:50+00:00
2020-04-10 20:27:15+00:00
263
1
1625960
An extra scroll bar is displayed when a vulnerable/breached login is selected and the browser is resized
[Affected versions]: - Nightly 76.0a1 (Build ID: 20200329214909) [Affected Platforms]: - Windows 10 x64 - Mac 10.14.6 - Ubuntu 18.04 x64 [Prerequisites]: - Have a profile with at least 3 saved logins in which one is vulnerable. - Have the "signon.management.page.vulnerable-passwords.enabled" pref to "true". [Steps t...
An extra scroll bar is displayed when a vulnerable/breached login is selected and the browser is resized [Affected versions]: - Nightly 76.0a1 (Build ID: 20200329214909) [Affected Platforms]: - Windows 10 x64 - Mac 10.14.6 - Ubuntu 18.04 x64 [Prerequisites]: - Have a profile with at least 3 saved logins in which one ...
P3
VERIFIED
FIXED
2020-03-30 14:15:57+00:00
2020-03-31 13:13:41+00:00
272
3
1625962
The Website address wrongly exceeds the Vulnerable Password notification area if it’s very long
[Affected versions]: - Nightly 76.0a1 (Build ID: 20200329214909) [Affected Platforms]: - Windows 10 x64 - Mac 10.14.6 - Ubuntu 18.04 x64 [Prerequisites]: - Have a profile with at least 2 saved logins in which one is breached. [Steps to reproduce]: 1. Open the Firefox browser with the profile from prerequisites 2. Cr...
The Website address wrongly exceeds the Vulnerable Password notification area if it’s very long [Affected versions]: - Nightly 76.0a1 (Build ID: 20200329214909) [Affected Platforms]: - Windows 10 x64 - Mac 10.14.6 - Ubuntu 18.04 x64 [Prerequisites]: - Have a profile with at least 2 saved logins in which one is breach...
P3
VERIFIED
FIXED
2020-03-30 14:20:04+00:00
2023-09-27 17:09:01+00:00
197
3
1625963
Remove the extension is controlling the default search engine setting warning notice
When an extension is controlling a setting in Firefox, we always show a string (see attachment) and a "Disable Extension..." button next to it. It looks like this button is missing for the default search setting. We could select a different default search engine from the drop down below the string as seen in the attach...
Remove the extension is controlling the default search engine setting warning notice When an extension is controlling a setting in Firefox, we always show a string (see attachment) and a "Disable Extension..." button next to it. It looks like this button is missing for the default search setting. We could select a diff...
P3
VERIFIED
FIXED
2020-03-30 14:21:09+00:00
2020-12-04 19:18:59+00:00
202
3
1625967
The “Learn more” and the “Go to <website_name>” links overlap with the elements from the “Vulnerable Password”/”Breached Website” notification when the browser is resized
[Affected versions]: - Firefox Nightly 76.0a1 (Build ID: 20200330094747) [Affected Platforms]: - Windows 10 x64 - Mac 10.14.6 - Ubuntu 18.04 x64 [Prerequisites]: - Have a profile with at least 3 saved logins in which one is vulnerable. [Steps to reproduce]: 1. Open the Firefox browser with the profile from prerequis...
The “Learn more” and the “Go to <website_name>” links overlap with the elements from the “Vulnerable Password”/”Breached Website” notification when the browser is resized [Affected versions]: - Firefox Nightly 76.0a1 (Build ID: 20200330094747) [Affected Platforms]: - Windows 10 x64 - Mac 10.14.6 - Ubuntu 18.04 x64 [P...
P3
VERIFIED
FIXED
2020-03-30 14:29:41+00:00
2020-04-02 10:24:59+00:00
245
3
1626009
Prefs do mainthread IO on all helper apps off disk when they load
https://searchfox.org/mozilla-central/rev/9c6e7500c0015a2c60be7b1b888261d95095ce27/browser/components/preferences/in-content/main.js#2179-2186 ```js _isValidHandlerExecutable(aExecutable) { let leafName; if (AppConstants.platform == "win") { leafName = `${AppConstants.MOZ_APP_NAME}.exe`; } else if ...
Prefs do mainthread IO on all helper apps off disk when they load https://searchfox.org/mozilla-central/rev/9c6e7500c0015a2c60be7b1b888261d95095ce27/browser/components/preferences/in-content/main.js#2179-2186 ```js _isValidHandlerExecutable(aExecutable) { let leafName; if (AppConstants.platform == "win") { ...
P3
NEW
2020-03-30 16:35:47+00:00
2024-03-20 19:03:05+00:00
492
3
1626130
Figure out why bug 1625314 broke the accessibility role of search-textbox
https://phabricator.services.mozilla.com/D68899 hacked around a a11y test. It'd be nice to figure out why that was needed, and if there's a proper fix to it.
Figure out why bug 1625314 broke the accessibility role of search-textbox https://phabricator.services.mozilla.com/D68899 hacked around a a11y test. It'd be nice to figure out why that was needed, and if there's a proper fix to it.
P3
NEW
2020-03-31 00:08:49+00:00
2024-02-27 16:36:48+00:00
73
3