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 |
|---|---|---|---|---|---|---|---|---|---|---|
1728136 | Firefox device permission dialog box is not accessible via keyboard | +++ This bug was initially created as a clone of Bug #1328740 +++
Try getting a Firefox device permission box for location access.
Expected Result:
The device permission box is accessible by keyboard controls (Tab, Arrows, Enter)
Actual Result:
The device permission box can be accessed by mouse only. | Firefox device permission dialog box is not accessible via keyboard +++ This bug was initially created as a clone of Bug #1328740 +++
Try getting a Firefox device permission box for location access.
Expected Result:
The device permission box is accessible by keyboard controls (Tab, Arrows, Enter)
Actual Result:
The... | P3 | RESOLVED | WORKSFORME | 2021-08-30 15:49:35+00:00 | 2021-08-31 00:04:15+00:00 | 82 | 3 |
1728187 | Form controls indistinguishable from background with HCM enabled | STR:
1. Navigate to about:preferences
2. In Language and Appearance, click "colors" and set the dropdown to "always"
3. Hit OK
4. View Language & Appearance section
Expected:
Menulists, buttons, etc. are distinguishable from the page with a solid (foreground-color) border.
Actual:
Form controls blend into the back... | Form controls indistinguishable from background with HCM enabled STR:
1. Navigate to about:preferences
2. In Language and Appearance, click "colors" and set the dropdown to "always"
3. Hit OK
4. View Language & Appearance section
Expected:
Menulists, buttons, etc. are distinguishable from the page with a solid (fore... | P3 | RESOLVED | FIXED | 2021-08-30 19:42:10+00:00 | 2023-06-02 15:22:05+00:00 | 166 | 3 |
1728286 | Disabling pdf.js causes an exception in pdf.js' _unbecomeHandler method because `clearIntPref` isn't a function | See bug 1497909 comment 9. This probably breaks re-enabling PDF.js without a restart as the exception would mean that the observers don't get registered. Although the fix is trivial I don't know what the fallout of implementing it is likely to be. | Disabling pdf.js causes an exception in pdf.js' _unbecomeHandler method because `clearIntPref` isn't a function See bug 1497909 comment 9. This probably breaks re-enabling PDF.js without a restart as the exception would mean that the observers don't get registered. Although the fix is trivial I don't know what the fall... | P3 | RESOLVED | FIXED | 2021-08-31 09:20:18+00:00 | 2021-09-28 10:01:59+00:00 | 94 | 3 |
1728305 | Scroll bar inside Protection Panel for Allowed/Blocked content is slightly moved to the right side after a subpanel is opened with dark theme | *Affected versions*
* 92.0 (20210830174627)
* 93.0a1 (20210829215733)
* 91.0.2 (20210823123856)
* 91.0.1esr (20210816144842)
*Affected platforms*
* Windows 10x64
*Preconditions*
* dark theme
*Steps to reproduce*
1. Open https://www.thingiverse.com/.
2. Open protection panel-> Tracking Content.
3. Observe the sc... | Scroll bar inside Protection Panel for Allowed/Blocked content is slightly moved to the right side after a subpanel is opened with dark theme *Affected versions*
* 92.0 (20210830174627)
* 93.0a1 (20210829215733)
* 91.0.2 (20210823123856)
* 91.0.1esr (20210816144842)
*Affected platforms*
* Windows 10x64
*Preconditi... | P5 | NEW | 2021-08-31 12:17:40+00:00 | 2021-09-16 21:45:11+00:00 | 359 | 5 | |
1728373 | Double entry in Settings : Cookies & Site data : Manage Exceptions | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Go into Settings
Under the Cookies & Site Data section, click Manage Exceptions
Enter a web address in the entry field and click any of the options - Block; Allow for session; Allow.
Actual results:
The w... | Double entry in Settings : Cookies & Site data : Manage Exceptions User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Go into Settings
Under the Cookies & Site Data section, click Manage Exceptions
Enter a web address in the entry field and click any of the ... | P3 | NEW | 2021-08-31 17:13:28+00:00 | 2024-08-19 12:22:14+00:00 | 128 | 3 | |
1728568 | [XFA] Modified data is not saved | When the text field is modified and then saved, the change isn't taken into account. | [XFA] Modified data is not saved When the text field is modified and then saved, the change isn't taken into account. | P3 | NEW | 2021-09-01 12:42:56+00:00 | 2023-03-19 15:29:16+00:00 | 30 | 3 | |
1728609 | Microsoft SSO Breaks Teams Admin Portal | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Enabled setting "Allow Windows single sign-on for Microsoft, work, and school accounts". Logged into windows with AzureAD/Office365 Account. Navigated to https://admin.teams.microsoft.com
Actual results:
... | Microsoft SSO Breaks Teams Admin Portal User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Enabled setting "Allow Windows single sign-on for Microsoft, work, and school accounts". Logged into windows with AzureAD/Office365 Account. Navigated to https://admin... | P2 | RESOLVED | WORKSFORME | 2021-09-01 16:05:17+00:00 | 2021-12-17 22:01:56+00:00 | 161 | 2 |
1728636 | Download progress bar doesn't follow theme on a dark Linux theme. | This is a regression from bug 1710918.
That bug introduced the following CSS:
```css
:root {
--download-progress-fill-color: -moz-accent-color;
--download-progress-paused-color: GrayText;
--download-progress-flare-color: rgba(255,255,255,0.75);
}
/* download progress bar is used in contexts which are not Light... | Download progress bar doesn't follow theme on a dark Linux theme. This is a regression from bug 1710918.
That bug introduced the following CSS:
```css
:root {
--download-progress-fill-color: -moz-accent-color;
--download-progress-paused-color: GrayText;
--download-progress-flare-color: rgba(255,255,255,0.75);
}... | P3 | VERIFIED | FIXED | 2021-09-01 18:18:29+00:00 | 2021-09-10 08:49:10+00:00 | 387 | 3 |
1728656 | Double switch to tab option appears in address bar. | **Description**
there is a double "switch to tab" button when there should be only one. since i have only one tab open with a site loaded.
**Tested on**
Windows 10 64bit, ubuntu 20 and Macos 10.15
Nightly 93.0a1 , Release 91.0.2 , and Beta 92
all affected.
**Steps to reproduce**
- create New profile
- type "moz"... | Double switch to tab option appears in address bar. **Description**
there is a double "switch to tab" button when there should be only one. since i have only one tab open with a site loaded.
**Tested on**
Windows 10 64bit, ubuntu 20 and Macos 10.15
Nightly 93.0a1 , Release 91.0.2 , and Beta 92
all affected.
**Steps t... | P2 | RESOLVED | WORKSFORME | 2021-09-01 20:33:56+00:00 | 2023-08-18 14:24:19+00:00 | 192 | 2 |
1728786 | [Intermittent] Clicks on Bing ads are counted as searches | **[Affected Versions]:**
- Firefox Release 90.0.2 (Build ID: 20210721174149)
- Firefox Release 91.0.2 (Build ID: 20210823123856)
- FIrefox RC 92.0 (Build ID: 20210901142158)
- Firefox Nightly 93.0a1 (Build ID: 20210902092450)
**[Affected Platforms]:**
- Windows 10
- Linux Mint 20
- macOS 11.5.1
**[Prerequisites]:**
... | [Intermittent] Clicks on Bing ads are counted as searches **[Affected Versions]:**
- Firefox Release 90.0.2 (Build ID: 20210721174149)
- Firefox Release 91.0.2 (Build ID: 20210823123856)
- FIrefox RC 92.0 (Build ID: 20210901142158)
- Firefox Nightly 93.0a1 (Build ID: 20210902092450)
**[Affected Platforms]:**
- Window... | P3 | RESOLVED | DUPLICATE | 2021-09-02 13:31:24+00:00 | 2025-01-24 11:49:43+00:00 | 408 | 3 |
1728800 | Investigate collecting more window features | Bug 1564738 will make it so we correctly restore the tabbar for windows originally opened as dialogs. We will still miss some features: with the STR from bug 1659844, compare the popup opened by the extension vs. the popup opened via Ctrl+Shift+N (the restored window has a minimize and maximize button for example).
We... | Investigate collecting more window features Bug 1564738 will make it so we correctly restore the tabbar for windows originally opened as dialogs. We will still miss some features: with the STR from bug 1659844, compare the popup opened by the extension vs. the popup opened via Ctrl+Shift+N (the restored window has a mi... | P3 | RESOLVED | FIXED | 2021-09-02 15:00:41+00:00 | 2025-03-02 14:50:55+00:00 | 268 | 3 |
1728930 | Ubuntu: Mouse pointer remains arrow instead of cursor over search bar | **Description**
when there is text on the search bar and the dropdown suggestions are showing, the cursor appears as an arrow instead of the proper text mouse cursor icon.
**Tested on**
Windows 10 64bit, ubuntu 20 and Macos 10.15
**Affected**
Nightly 93.0a1 , Release 91.0.2 , and Beta 92 all affected
Only Ubuntu was... | Ubuntu: Mouse pointer remains arrow instead of cursor over search bar **Description**
when there is text on the search bar and the dropdown suggestions are showing, the cursor appears as an arrow instead of the proper text mouse cursor icon.
**Tested on**
Windows 10 64bit, ubuntu 20 and Macos 10.15
**Affected**
Night... | P5 | NEW | 2021-09-03 02:50:05+00:00 | 2021-10-19 19:34:29+00:00 | 223 | 5 | |
1729001 | FirefoxHome->Pocket policy doesn't disable/change entries in preferences | If you use the FirefoxHome->Pocket policy, it does make Pocket disappear, but it has no effect on the preferences entries. | FirefoxHome->Pocket policy doesn't disable/change entries in preferences If you use the FirefoxHome->Pocket policy, it does make Pocket disappear, but it has no effect on the preferences entries. | P2 | VERIFIED | FIXED | 2021-09-03 14:12:44+00:00 | 2021-11-02 13:42:26+00:00 | 51 | 2 |
1729199 | Blank pages on some PDF files | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Open PDF file with Firefox browser
Actual results:
PDF opens with blank pages
Expected results:
File must be opened not with blank pages | Blank pages on some PDF files User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Open PDF file with Firefox browser
Actual results:
PDF opens with blank pages
Expected results:
File must be opened not with blank pages | P3 | RESOLVED | DUPLICATE | 2021-09-05 09:53:02+00:00 | 2022-10-14 09:10:17+00:00 | 81 | 3 |
1729405 | RTCPeerConnection.close throws in WPT | User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
https://github.com/web-platform-tests/wpt/pull/30213
was flaky in Firefox. I did some investigation in
https://bugs.chromium.org/p/webrtc/issues/detail?id=13148
and it looks like RTCPeerConnection.close() ... | RTCPeerConnection.close throws in WPT User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
https://github.com/web-platform-tests/wpt/pull/30213
was flaky in Firefox. I did some investigation in
https://bugs.chromium.org/p/webrtc/issues/detail?id=13148
and it... | P2 | RESOLVED | FIXED | 2021-09-07 06:29:40+00:00 | 2021-09-22 06:55:31+00:00 | 193 | 2 |
1729612 | Highlighting is shifted when text is selected. | STR:
1. Open pdf file in Firefox and Acrobat
2. Select some text
3. Compare Firefox and Acrobat
Actual Results:
Highlighting is shifted
Expected Results:
Not shifted | Highlighting is shifted when text is selected. STR:
1. Open pdf file in Firefox and Acrobat
2. Select some text
3. Compare Firefox and Acrobat
Actual Results:
Highlighting is shifted
Expected Results:
Not shifted | P3 | RESOLVED | DUPLICATE | 2021-09-08 05:23:32+00:00 | 2021-12-16 19:16:59+00:00 | 52 | 3 |
1729753 | DOS: nightly tries to import LOTS of passwords from mac keychain, each one requiring auth | For some reason, today's nightly is trying to import lots and lots of keys from the Mac OS X Big Sur Intel system keychain. Each import pops up an (effectively?) app-modal system dialog requiring a password.
> Firefox Nightly would like to export the key "Apple ID Authentication 2016-02-04 10:55:31 GMT-08:00" out of ... | DOS: nightly tries to import LOTS of passwords from mac keychain, each one requiring auth For some reason, today's nightly is trying to import lots and lots of keys from the Mac OS X Big Sur Intel system keychain. Each import pops up an (effectively?) app-modal system dialog requiring a password.
> Firefox Nightly wo... | P1 | RESOLVED | FIXED | 2021-09-08 18:04:38+00:00 | 2022-10-25 14:13:15+00:00 | 153 | 1 |
1729783 | UrlbarTestUtils.enrollExperiment() and withExperiment() incorrectly accumulate experiment state/value overrides | This [Object.assign](https://searchfox.org/mozilla-central/rev/08c493902519265d570250c8e7ce575c8cd6f5b5/browser/components/urlbar/tests/UrlbarTestUtils.jsm#846) modifies `DEFAULT_EXPERIMENT_FEATURE_VARIABLES`, which is supposed to remain constant. That means each call to `UrlbarTestUtils.enrollExperiment` and `withExpe... | UrlbarTestUtils.enrollExperiment() and withExperiment() incorrectly accumulate experiment state/value overrides This [Object.assign](https://searchfox.org/mozilla-central/rev/08c493902519265d570250c8e7ce575c8cd6f5b5/browser/components/urlbar/tests/UrlbarTestUtils.jsm#846) modifies `DEFAULT_EXPERIMENT_FEATURE_VARIABLES`... | P2 | RESOLVED | INVALID | 2021-09-08 21:30:43+00:00 | 2021-09-21 16:23:36+00:00 | 199 | 2 |
1729877 | [XFA] Saved selections of checkboxes that are subsequently deselected appear as selected in print preview | +++ This bug was initially created as a clone of Bug #1723734 +++
**Note**
* When the user loads a specific PDF file, selects some checkboxes, and then saves it, reopens it, deselects the previously made selections and goes into print preview, he will notice that the previously selected and saved, then currently desel... | [XFA] Saved selections of checkboxes that are subsequently deselected appear as selected in print preview +++ This bug was initially created as a clone of Bug #1723734 +++
**Note**
* When the user loads a specific PDF file, selects some checkboxes, and then saves it, reopens it, deselects the previously made selection... | P1 | VERIFIED | FIXED | 2021-09-09 10:06:27+00:00 | 2021-11-18 14:54:19+00:00 | 331 | 1 |
1729943 | Fix Spotlight message content schema | We're now using the Spotlight schema for validation in the Nimbus Console. There were some issues that came out when trying to launch a message. | Fix Spotlight message content schema We're now using the Spotlight schema for validation in the Nimbus Console. There were some issues that came out when trying to launch a message. | P1 | RESOLVED | FIXED | 2021-09-09 16:42:07+00:00 | 2021-11-03 22:25:04+00:00 | 40 | 1 |
1729971 | [XFA] PDF form saved in Firefox appears corrupted in Adobe Reader | **Note**
* When the user opens a specific PDF file in Firefox, inputs some data, saves it and then opens it in Adobe Reader, he will notice that the saved PDF is now corrupted.
The message displayed in Adobe Reader: "There was an error opening this document. There was a problem reading this document (135)."
**Affected... | [XFA] PDF form saved in Firefox appears corrupted in Adobe Reader **Note**
* When the user opens a specific PDF file in Firefox, inputs some data, saves it and then opens it in Adobe Reader, he will notice that the saved PDF is now corrupted.
The message displayed in Adobe Reader: "There was an error opening this docum... | P1 | VERIFIED | FIXED | 2021-09-09 18:22:42+00:00 | 2021-11-18 14:54:42+00:00 | 275 | 1 |
1730021 | Firefox does not restore session on restart | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
Open a few tabs: google, Reddit. Closed with ctrl-shift-q. Started Firefox again.
Actual results:
firefox opened up with only my homepage (Google) as a tab, losing the session data.
Expected results:
T... | Firefox does not restore session on restart User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
Open a few tabs: google, Reddit. Closed with ctrl-shift-q. Started Firefox again.
Actual results:
firefox opened up with only my homepage (Google) as a tab, los... | P1 | VERIFIED | FIXED | 2021-09-09 21:49:06+00:00 | 2021-12-08 11:58:32+00:00 | 136 | 1 |
1730122 | Right-clicking on a bookmark item brings up the wrong context menu. | New Proton theme is culprit.
STR
1. Click on folder in bookmarks toolbar so that Bookmark dropdown will pop up
2. Right-click on the middle part of the bookmark in the drop-down.
--- Okay, Context menu for bookmark item will appear as expected.
3. Right-click on the left (right) side(padding area?) of the bookmark ... | Right-clicking on a bookmark item brings up the wrong context menu. New Proton theme is culprit.
STR
1. Click on folder in bookmarks toolbar so that Bookmark dropdown will pop up
2. Right-click on the middle part of the bookmark in the drop-down.
--- Okay, Context menu for bookmark item will appear as expected.
3. ... | P2 | ASSIGNED | 2021-09-10 09:43:06+00:00 | 2024-02-05 16:29:26+00:00 | 258 | 2 | |
1730129 | [XFA] The print preview rendering layout is incorrectly displayed when the form has both portrait and landscape orientations | **Note**
* When the user loads a specific PDF file in Adobe Reader and prints it, he will notice that the browser's printed version layout is incorrect because both the portrait and landscape orientations are found in the same document.
**Affected versions**
* Beta v92.0b3
**Affected platforms**
* all
**Steps to rep... | [XFA] The print preview rendering layout is incorrectly displayed when the form has both portrait and landscape orientations **Note**
* When the user loads a specific PDF file in Adobe Reader and prints it, he will notice that the browser's printed version layout is incorrect because both the portrait and landscape ori... | P3 | NEW | 2021-09-10 10:41:24+00:00 | 2022-02-18 16:37:19+00:00 | 190 | 3 | |
1730194 | Prevent Copy button to send information to Cloud Clipboard and Clipboard History on Windows | Windows 10 introduced Cloud Clipboard and Clipboard History, when app uses classic clipboard API the information goes to the local clipboard and to the cloud/history as well.
This is typically not clear or known to user, so they might not understand they are copying their sensitive information to the cloud and history... | Prevent Copy button to send information to Cloud Clipboard and Clipboard History on Windows Windows 10 introduced Cloud Clipboard and Clipboard History, when app uses classic clipboard API the information goes to the local clipboard and to the cloud/history as well.
This is typically not clear or known to user, so the... | P1 | VERIFIED | FIXED | 2021-09-10 15:33:20+00:00 | 2022-10-05 01:31:03+00:00 | 160 | 1 |
1730217 | about:preferences#general doesn't display (in or out of Troubleshooting Mode) | My about:preferences#general doesn't display in Troubleshooting Mode. I get these messages in the console:
Error initializing preference category paneGeneral: TypeError: can't access property "getAttribute", aElemKey is null preferences.js:287
gotoPref chrome://browser/content/preferences/preferences.js:287
Asy... | about:preferences#general doesn't display (in or out of Troubleshooting Mode) My about:preferences#general doesn't display in Troubleshooting Mode. I get these messages in the console:
Error initializing preference category paneGeneral: TypeError: can't access property "getAttribute", aElemKey is null preferences.js:28... | P1 | VERIFIED | FIXED | 2021-09-10 17:43:44+00:00 | 2021-10-12 13:33:08+00:00 | 361 | 1 |
1730218 | SuggestURLTemplate isn't working in SearchEngines policy | SuggestURLTemplate isn't working on policies
It's a typo:
suggestUrlGetParams: newEngine.SuggestURLTemplate,
should be
suggest_url | SuggestURLTemplate isn't working in SearchEngines policy SuggestURLTemplate isn't working on policies
It's a typo:
suggestUrlGetParams: newEngine.SuggestURLTemplate,
should be
suggest_url | P2 | RESOLVED | FIXED | 2021-09-10 17:46:30+00:00 | 2021-12-21 14:15:45+00:00 | 57 | 2 |
1730371 | Using the system theme and a high contrast theme on the OS gives unexpected results | Steps:
0. Enable a high contrast theme on the Windows settings
1. Go to about:addons in Firefox
2. Click "Themes"
3. Select "System theme"
Actual results:
The theme is not applied correctly and there's an artifact on the top right corner of the window to the right of the _ [] X button.
Expected results:
The theme is ... | Using the system theme and a high contrast theme on the OS gives unexpected results Steps:
0. Enable a high contrast theme on the Windows settings
1. Go to about:addons in Firefox
2. Click "Themes"
3. Select "System theme"
Actual results:
The theme is not applied correctly and there's an artifact on the top right corn... | P3 | RESOLVED | INCOMPLETE | 2021-09-11 23:22:35+00:00 | 2023-06-02 15:22:06+00:00 | 122 | 3 |
1730474 | All cells in a table are exposed as selectable, even without aria-selectable attribute | User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/100.0
Steps to reproduce:
Inspect accessibility properties of a generic HTML table
Actual results:
All cell and columnheader cells exposed state "selectable" in the accessibility tree.
Expected results:
Only widgets should exp... | All cells in a table are exposed as selectable, even without aria-selectable attribute User Agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/100.0
Steps to reproduce:
Inspect accessibility properties of a generic HTML table
Actual results:
All cell and columnheader cells exposed sta... | P3 | NEW | 2021-09-13 09:49:17+00:00 | 2025-01-20 12:27:35+00:00 | 145 | 3 | |
1730562 | White flash before about:home/newtab themed background is rendered | Using the prototype monochromatic purple theme from bug 1725468, opening new windows shows the empty browser background color before new tab page renders with the themed color. This is similar to the regression/fix from bug 1693819 and 1706360 needing to get the content color to match.
https://searchfox.org/mozilla-ce... | White flash before about:home/newtab themed background is rendered Using the prototype monochromatic purple theme from bug 1725468, opening new windows shows the empty browser background color before new tab page renders with the themed color. This is similar to the regression/fix from bug 1693819 and 1706360 needing t... | P2 | VERIFIED | FIXED | 2021-09-13 18:23:15+00:00 | 2021-10-20 09:45:13+00:00 | 179 | 2 |
1730580 | The Customize button in the Firefox Suggest online onboarding dialog should open the Privacy pref pane, not the Search pane | Bug 1728430 moved the Firefox Suggest prefs from the Search pane to the Privacy pane, but the Customize button still opens the Search pane. Per spec in the Jira, the Customize button:
> opens Preferences in new tab ->
> highlights Address bar -- Firefox Suggest under Privacy & Security | The Customize button in the Firefox Suggest online onboarding dialog should open the Privacy pref pane, not the Search pane Bug 1728430 moved the Firefox Suggest prefs from the Search pane to the Privacy pane, but the Customize button still opens the Search pane. Per spec in the Jira, the Customize button:
> opens Pre... | P1 | VERIFIED | FIXED | 2021-09-13 19:32:10+00:00 | 2021-09-21 14:07:41+00:00 | 100 | 1 |
1730596 | Stop recording event telemetry when Firefox Suggest prefs are set on startup to default-enable the offline scenario | We fixed bug 1729776 by [setting some prefs](https://searchfox.org/mozilla-central/rev/d3a34b89169363b1f91eb75d4c7bdc397efb2e0c/browser/components/urlbar/UrlbarPrefs.jsm#553) on the default branch on every startup. For two of those prefs, `browser.urlbar.suggest.quicksuggest` and `browser.urlbar.suggest.quicksuggest.sp... | Stop recording event telemetry when Firefox Suggest prefs are set on startup to default-enable the offline scenario We fixed bug 1729776 by [setting some prefs](https://searchfox.org/mozilla-central/rev/d3a34b89169363b1f91eb75d4c7bdc397efb2e0c/browser/components/urlbar/UrlbarPrefs.jsm#553) on the default branch on ever... | P1 | RESOLVED | DUPLICATE | 2021-09-13 21:15:13+00:00 | 2021-09-16 18:42:21+00:00 | 350 | 1 |
1730691 | The “Learn more” and “Not now“ Firefox Suggest modal links are not keyboard selectable | **[Affected Versions]:**
- FIrefox Beta 93.0b4 (Build ID: 20210912185727)
- Firefox Nightly 94.0a1 (Build ID: 20210913213224)
**[Affected Platforms]:**
- Windows 10
- Linux Mint 20
- macOS 11.1
**[Prerequisites]:**
- Have Firefox installed and opened.
- Have the following preferences set:
- `browser.urlbar.quicks... | The “Learn more” and “Not now“ Firefox Suggest modal links are not keyboard selectable **[Affected Versions]:**
- FIrefox Beta 93.0b4 (Build ID: 20210912185727)
- Firefox Nightly 94.0a1 (Build ID: 20210913213224)
**[Affected Platforms]:**
- Windows 10
- Linux Mint 20
- macOS 11.1
**[Prerequisites]:**
- Have Firefox i... | P1 | VERIFIED | FIXED | 2021-09-14 13:56:11+00:00 | 2023-06-02 15:22:07+00:00 | 402 | 1 |
1730692 | The Firefox Suggest onboarding dialog/modal is cut off when a larger system font size is set while the dialog is open | **[Affected Versions]:**
- Firefox Beta 93.0b4 (Build ID: 20210912185727)
- Firefox Nightly 94.0a1 (Build ID: 20210913213224)
**[Affected Platforms]:**
- Windows 10
**[Prerequisites]:**
- Have Firefox installed and opened.
- Have the following preferences set:
- `browser.urlbar.quicksuggest.enabled` = `true`
-... | The Firefox Suggest onboarding dialog/modal is cut off when a larger system font size is set while the dialog is open **[Affected Versions]:**
- Firefox Beta 93.0b4 (Build ID: 20210912185727)
- Firefox Nightly 94.0a1 (Build ID: 20210913213224)
**[Affected Platforms]:**
- Windows 10
**[Prerequisites]:**
- Have Firefox... | P3 | VERIFIED | FIXED | 2021-09-14 14:01:40+00:00 | 2023-06-02 15:22:07+00:00 | 423 | 3 |
1730835 | Manage account button is no longer left aligned in the Synced tab submenu | **Affected versions**
- Fx 94.0a1
**Affected platforms**
- Windows 10
- Ubuntu 18.04
- macOS 11.0
**Steps to reproduce**
1. Log into Firefox with valid credentials
2. Go to the Customize page
3. Drag & drop Synced tabs item to the Overflow menu
4. Close the Customize page
5. Open the Synced tabs subpanel from the Ove... | Manage account button is no longer left aligned in the Synced tab submenu **Affected versions**
- Fx 94.0a1
**Affected platforms**
- Windows 10
- Ubuntu 18.04
- macOS 11.0
**Steps to reproduce**
1. Log into Firefox with valid credentials
2. Go to the Customize page
3. Drag & drop Synced tabs item to the Overflow menu... | P1 | VERIFIED | FIXED | 2021-09-15 07:06:10+00:00 | 2021-09-21 13:13:53+00:00 | 356 | 1 |
1730876 | Sponsored Suggestions are not displayed for a keyword after it was clicked twice | **[Affected Versions]:**
- FIrefox Beta 93.0b5 (Build ID: 20210914185637)
- Firefox Nightly 94.0a1 (Build ID: 20210915092453)
**[Affected Platforms]:**
- Windows 10
- Linux Mint 20
- macOS 11.1
**[Prerequisites]:**
- Have Firefox en-US ver 93 installed and opened.
- Be in the US (or use a VPN / set “browser.search.re... | Sponsored Suggestions are not displayed for a keyword after it was clicked twice **[Affected Versions]:**
- FIrefox Beta 93.0b5 (Build ID: 20210914185637)
- Firefox Nightly 94.0a1 (Build ID: 20210915092453)
**[Affected Platforms]:**
- Windows 10
- Linux Mint 20
- macOS 11.1
**[Prerequisites]:**
- Have Firefox en-US v... | P1 | VERIFIED | FIXED | 2021-09-15 12:42:23+00:00 | 2021-09-21 14:21:42+00:00 | 304 | 1 |
1730878 | Clicking on a suggestion while a history suggestion created by Quick Suggest is displayed makes an error appear in the Browser Console | **[Affected Versions]:**
- FIrefox Beta 93.0b5 (Build ID: 20210914185637)
- Firefox Nightly 94.0a1 (Build ID: 20210915092453)
**[Affected Platforms]:**
- Windows 10
- Linux Mint 20
- macOS 11.1
**[Prerequisites]:**
- Have Firefox en-US ver 93 installed and opened.
- Be in the US (or use a VPN / set “browser.search.re... | Clicking on a suggestion while a history suggestion created by Quick Suggest is displayed makes an error appear in the Browser Console **[Affected Versions]:**
- FIrefox Beta 93.0b5 (Build ID: 20210914185637)
- Firefox Nightly 94.0a1 (Build ID: 20210915092453)
**[Affected Platforms]:**
- Windows 10
- Linux Mint 20
- m... | P1 | RESOLVED | DUPLICATE | 2021-09-15 12:45:41+00:00 | 2021-09-16 00:19:07+00:00 | 333 | 1 |
1730880 | Some Quick Suggest suggestions are inconsistent | **[Affected Versions]:**
- FIrefox Beta 93.0b5 (Build ID: 20210914185637)
- Firefox Nightly 94.0a1 (Build ID: 20210915092453)
**[Affected Platforms]:**
- Windows 10
- Linux Mint 20
- macOS 11.1
**[Prerequisites]:**
- Have Firefox en-US ver 93 installed and opened.
- Be in the US (or use a VPN / set “browser.search.re... | Some Quick Suggest suggestions are inconsistent **[Affected Versions]:**
- FIrefox Beta 93.0b5 (Build ID: 20210914185637)
- Firefox Nightly 94.0a1 (Build ID: 20210915092453)
**[Affected Platforms]:**
- Windows 10
- Linux Mint 20
- macOS 11.1
**[Prerequisites]:**
- Have Firefox en-US ver 93 installed and opened.
- Be ... | P3 | RESOLVED | WORKSFORME | 2021-09-15 12:50:21+00:00 | 2021-11-01 21:02:13+00:00 | 277 | 3 |
1730975 | add exposure-event to captive portal vpn promo experiment if necessary | To aid in analysis of the captive portal vpn promo experiment (https://mana.mozilla.org/wiki/pages/viewpage.action?spaceKey=FPS&title=Drive+VPN+sign-ups+for+public+wi-fi+users), Su has requested that we add a once-per-session Nimbus exposure event to the captive portal vpn promo code (sent only when enrolled in a relev... | add exposure-event to captive portal vpn promo experiment if necessary To aid in analysis of the captive portal vpn promo experiment (https://mana.mozilla.org/wiki/pages/viewpage.action?spaceKey=FPS&title=Drive+VPN+sign-ups+for+public+wi-fi+users), Su has requested that we add a once-per-session Nimbus exposure event t... | P1 | RESOLVED | WONTFIX | 2021-09-15 20:08:52+00:00 | 2021-10-01 00:46:59+00:00 | 147 | 1 |
1731108 | Improve text contrast in themed address bar boxes | Now that Mozilla themes can change the address bar chiclet, there are issues with text contrast. We need another new CSS variable to set the text color in the chiclet.
In the Figma specs for the new themes, the address bar chiclet always uses the toolbar text color. At first, that seemed like a reasonable default for ... | Improve text contrast in themed address bar boxes Now that Mozilla themes can change the address bar chiclet, there are issues with text contrast. We need another new CSS variable to set the text color in the chiclet.
In the Figma specs for the new themes, the address bar chiclet always uses the toolbar text color. At... | P1 | VERIFIED | FIXED | 2021-09-16 18:01:45+00:00 | 2021-10-06 12:12:10+00:00 | 125 | 1 |
1731152 | Spotlight link has unexpected border in HCM mode | STR:
0. Enable High Contrast Mode in Windows settings
1. set this pref to true: browser.newtabpage.activity-stream.asrouter.devtoolsEnabled
2. navigate to about:newtab#asrouter
3. search in page for "Spotlight" and click the "Show" button associated.
4. view the popup, mouseover each button
Expected:
The "Stay prot... | Spotlight link has unexpected border in HCM mode STR:
0. Enable High Contrast Mode in Windows settings
1. set this pref to true: browser.newtabpage.activity-stream.asrouter.devtoolsEnabled
2. navigate to about:newtab#asrouter
3. search in page for "Spotlight" and click the "Show" button associated.
4. view the popup,... | P1 | VERIFIED | FIXED | 2021-09-16 22:07:44+00:00 | 2021-11-03 22:21:54+00:00 | 222 | 1 |
1731153 | SubDialogs can be indistinguishable from background with HCM enabled | STR:
Enable High Contrast Mode in Windows settings, theme HCM Black
set this pref to true: browser.newtabpage.activity-stream.asrouter.devtoolsEnabled
navigate to about:newtab#asrouter
search in page for "Spotlight" and click the "Show" button associated.
view the popup
Expected:
The popup is rend... | SubDialogs can be indistinguishable from background with HCM enabled STR:
Enable High Contrast Mode in Windows settings, theme HCM Black
set this pref to true: browser.newtabpage.activity-stream.asrouter.devtoolsEnabled
navigate to about:newtab#asrouter
search in page for "Spotlight" and click the "Sho... | P2 | VERIFIED | FIXED | 2021-09-16 22:11:16+00:00 | 2021-10-20 13:28:42+00:00 | 165 | 2 |
1731239 | Telemetry events recorded for added bookmarks is not correct | [win7] Telemetry events are recorded for added bookmarks is not correct
*Affected versions*
* 92.0 (20210903235534)
* 93.0b6 (20210916185649)
* 94.0a1 (20210916214506)
* 91.1.0esr (20210901125518)
*Affected platforms*
* Windows 7
*Steps to reproduce*
1. Open Firefox with a new profile.
2. Add a bookmark to the B... | Telemetry events recorded for added bookmarks is not correct [win7] Telemetry events are recorded for added bookmarks is not correct
*Affected versions*
* 92.0 (20210903235534)
* 93.0b6 (20210916185649)
* 94.0a1 (20210916214506)
* 91.1.0esr (20210901125518)
*Affected platforms*
* Windows 7
*Steps to reproduce*
1... | P3 | NEW | 2021-09-17 10:31:02+00:00 | 2022-02-18 12:42:58+00:00 | 223 | 3 | |
1731240 | Clicking a link redirects to a wrong address | **Note**
* When the user loads the corresponding PDF file and clicks the "www.cic.gc.ca" link from the first paragraph, he will notice that the redirect is incorrect.
**Affected versions**
* Beta v93.0b6
**Affected platforms**
* all
**Steps to reproduce**
1. Launch browser.
2. Flip the pdfjs.enableXfa to true.
3. Lo... | Clicking a link redirects to a wrong address **Note**
* When the user loads the corresponding PDF file and clicks the "www.cic.gc.ca" link from the first paragraph, he will notice that the redirect is incorrect.
**Affected versions**
* Beta v93.0b6
**Affected platforms**
* all
**Steps to reproduce**
1. Launch browse... | P1 | VERIFIED | FIXED | 2021-09-17 10:55:51+00:00 | 2021-11-18 14:55:57+00:00 | 230 | 1 |
1731249 | Autoscroll setting unexpectedly disabled | User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
Unfortunately I don't know how to reproduce. On occasion, the setting will un-check from time to time. I think it occurs on startup, but I can't be certain. My best assumption is that something is funky with S... | Autoscroll setting unexpectedly disabled User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
Unfortunately I don't know how to reproduce. On occasion, the setting will un-check from time to time. I think it occurs on startup, but I can't be certain. My best ass... | P3 | RESOLVED | FIXED | 2021-09-17 12:29:58+00:00 | 2022-07-08 16:07:31+00:00 | 222 | 3 |
1731336 | Debugging option "disable popup autohide" makes it impossible to close the downloads popup | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
1. Press ctrl-alt-shift-i to open the browser inspector.
2. Click the mystery meat menu.
3. Turn on "Disable Popup Auto-Hide"
4. Go to the browser window and click the downloads button.
5. Try to close the downloads p... | Debugging option "disable popup autohide" makes it impossible to close the downloads popup User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
1. Press ctrl-alt-shift-i to open the browser inspector.
2. Click the mystery meat menu.
3. Turn on "Disable Popup Auto-Hide"
... | P5 | NEW | 2021-09-17 16:20:43+00:00 | 2021-10-01 13:25:52+00:00 | 172 | 5 | |
1731514 | Extreme memory surge when opening a certain pdf-file | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
When I opened a pdf-file, the file opened very slow, and soon I got a Blue-screen and the computer restarted. I didn't realise that the problem was that pdf, and when opening it again after restart it went s... | Extreme memory surge when opening a certain pdf-file User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
When I opened a pdf-file, the file opened very slow, and soon I got a Blue-screen and the computer restarted. I didn't realise that the problem was that p... | P2 | NEW | 2021-09-20 00:00:53+00:00 | 2024-05-02 16:38:31+00:00 | 241 | 2 | |
1731559 | Change the return type in case of JEXL evaluation error | Now the [default return](https://searchfox.org/mozilla-central/rev/13378066961f195595822d4f543c8ac5b7f46490/toolkit/components/nimbus/lib/RemoteSettingsExperimentLoader.jsm#258-265) in case of failures (when `eval` throws) is `false`, it should be `null` to tell apart successful evaluation from errors. | Change the return type in case of JEXL evaluation error Now the [default return](https://searchfox.org/mozilla-central/rev/13378066961f195595822d4f543c8ac5b7f46490/toolkit/components/nimbus/lib/RemoteSettingsExperimentLoader.jsm#258-265) in case of failures (when `eval` throws) is `false`, it should be `null` to tell a... | P1 | RESOLVED | FIXED | 2021-09-20 09:37:43+00:00 | 2021-09-23 21:48:40+00:00 | 128 | 1 |
1731767 | Intermittent [Tier 2] browser/base/content/test/protectionsUI/browser_protectionsUI_trackers_subview.js | Test timed out - | **Filed by:** smolnar [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=352210602&repo=mozilla-central
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Y-DMVsglSiitOIuu0LtVVg/runs/0/artifacts/public/logs/live_backing.log
---
```
INFO - TEST-PASS | browser/base/c... | Intermittent [Tier 2] browser/base/content/test/protectionsUI/browser_protectionsUI_trackers_subview.js | Test timed out - **Filed by:** smolnar [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=352210602&repo=mozilla-central
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/qu... | P5 | RESOLVED | INCOMPLETE | 2021-09-21 11:43:51+00:00 | 2021-10-19 17:02:48+00:00 | 490 | 5 |
1731774 | In dark theme (and dark alpenglow) the red "blocked" icon in the main download panel should be lighter (matching the sub panel) | **Affected versions**
* latest Nightly 94.0a1
* Beta 93.0b7
**Affected platforms**
* Win 10 x64
* Ubuntu 20.04 x64
* macOS 11
**Preconditions**
- Firefox Dark or Alpenglow theme is applied
**Steps to reproduce**
1. Navigate to https://www.thinkbroadband.com/download.
2. Download the 50 MB sample file from the test ... | In dark theme (and dark alpenglow) the red "blocked" icon in the main download panel should be lighter (matching the sub panel) **Affected versions**
* latest Nightly 94.0a1
* Beta 93.0b7
**Affected platforms**
* Win 10 x64
* Ubuntu 20.04 x64
* macOS 11
**Preconditions**
- Firefox Dark or Alpenglow theme is applied
... | P2 | VERIFIED | FIXED | 2021-09-21 12:13:48+00:00 | 2021-10-26 19:29:18+00:00 | 357 | 2 |
1731779 | download protection bypass on macOS with .inetloc | firefox Version: 92.0
Operating System: macOS Big Sur, 11.5.2
Vladimir Metnew reported that .fileloc files on macOS can bypass download protection in 2019:https://bugzilla.mozilla.org/show_bug.cgi?id=1596668
However, .inetloc files are similar to .fileloc files and .inetloc is not in blacklist.
When open a .fileloc fi... | download protection bypass on macOS with .inetloc firefox Version: 92.0
Operating System: macOS Big Sur, 11.5.2
Vladimir Metnew reported that .fileloc files on macOS can bypass download protection in 2019:https://bugzilla.mozilla.org/show_bug.cgi?id=1596668
However, .inetloc files are similar to .fileloc files and .in... | P1 | VERIFIED | FIXED | 2021-09-21 12:55:11+00:00 | 2024-05-30 17:36:40+00:00 | 227 | 1 |
1731865 | Honor screenshot's toolbar button disable state when switching tabs | This was pointed out in https://bugzilla.mozilla.org/show_bug.cgi?id=1725432#c3, but we should keep the button disabled if we return to a tab when the screenshots UI is already shown. | Honor screenshot's toolbar button disable state when switching tabs This was pointed out in https://bugzilla.mozilla.org/show_bug.cgi?id=1725432#c3, but we should keep the button disabled if we return to a tab when the screenshots UI is already shown. | P2 | RESOLVED | WONTFIX | 2021-09-21 18:56:03+00:00 | 2021-09-30 17:01:29+00:00 | 75 | 2 |
1731889 | Bookmarks toolbar buttons exposed to accessibility even when hidden (due to CSS visibility: visible) | STR:
0. Add bookmarks to the bookmarks bar, ensure toolbar is hidden
1. Enable VoiceOver
2. Focus the web area with the VO cursor
3. Attempt to reach the navigation toolbar with VO+previous
Expected:
VO moves focus from the web area to the navigation toolbar
Actual:
VO focuses an invisible node in the upper left corn... | Bookmarks toolbar buttons exposed to accessibility even when hidden (due to CSS visibility: visible) STR:
0. Add bookmarks to the bookmarks bar, ensure toolbar is hidden
1. Enable VoiceOver
2. Focus the web area with the VO cursor
3. Attempt to reach the navigation toolbar with VO+previous
Expected:
VO moves focus fro... | P3 | RESOLVED | FIXED | 2021-09-21 21:05:45+00:00 | 2023-06-02 15:22:08+00:00 | 135 | 3 |
1732023 | [XFA] The field label is not displayed correctly (on a specific document) | **Note**
* When the user loads the corresponding PDF file, he will notice that the placeholder texts are not being displayed.
**Affected versions**
* Beta v93.0b8
**Affected platforms**
* all
**Steps to reproduce**
1. Launch browser.
2. Load the attached PDF file.
3. Scroll to the "The following information will pop... | [XFA] The field label is not displayed correctly (on a specific document) **Note**
* When the user loads the corresponding PDF file, he will notice that the placeholder texts are not being displayed.
**Affected versions**
* Beta v93.0b8
**Affected platforms**
* all
**Steps to reproduce**
1. Launch browser.
2. Load t... | P3 | NEW | 2021-09-22 11:26:48+00:00 | 2022-02-18 07:51:29+00:00 | 281 | 3 | |
1732072 | [Monochromatic Themes] Monochromatic themes are no longer applied after a restart | **Affected versions**
* Fx94.0a1
**Affected platforms**
* Win 10
* macOS 10.15
* Ubuntu 20.04
**Pre-conditions**
The following pref is set: browser.theme.temporary.monochromatic.enabled = true
**Steps to reproduce**
1. Launch Firefox.
2. Go to about:addons -> Themes section
3. Apply one of the new themes. e.g. Abstr... | [Monochromatic Themes] Monochromatic themes are no longer applied after a restart **Affected versions**
* Fx94.0a1
**Affected platforms**
* Win 10
* macOS 10.15
* Ubuntu 20.04
**Pre-conditions**
The following pref is set: browser.theme.temporary.monochromatic.enabled = true
**Steps to reproduce**
1. Launch Firefox.
... | P1 | RESOLVED | INVALID | 2021-09-22 13:20:30+00:00 | 2021-09-22 14:36:38+00:00 | 211 | 1 |
1732090 | [Monochromatic Themes] The theme is not applied to the Sidebar selection colors | **Affected versions**
* Firefox 94.0a1
**Affected platforms**
* macOS 10.15
* Windows 10 x64
* Ubuntu 20.04 x64
**Preconditions**
* browser.theme.temporary.monochromatic.enabled = true
* Select one the Monochromatic themes.
**Steps to reproduce**
1. Go to Application menu -> More tools -> Customize toolbar... and dr... | [Monochromatic Themes] The theme is not applied to the Sidebar selection colors **Affected versions**
* Firefox 94.0a1
**Affected platforms**
* macOS 10.15
* Windows 10 x64
* Ubuntu 20.04 x64
**Preconditions**
* browser.theme.temporary.monochromatic.enabled = true
* Select one the Monochromatic themes.
**Steps to re... | P1 | VERIFIED | FIXED | 2021-09-22 14:17:13+00:00 | 2021-10-06 12:11:09+00:00 | 244 | 1 |
1732132 | "Always use this application to open" checkbox is not being honored for non-web links passed to Firefox by Lotus Notes | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
click link with custom protocol
Actual results:
firefox prompts to choose the application to open with but the checkbox to always use that app is not honored and every time a link with that custom protoco... | "Always use this application to open" checkbox is not being honored for non-web links passed to Firefox by Lotus Notes User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
click link with custom protocol
Actual results:
firefox prompts to choose the applica... | P3 | ASSIGNED | 2021-09-22 16:18:25+00:00 | 2024-02-27 19:06:37+00:00 | 138 | 3 | |
1732291 | [Monochromatic Themes] The focused link listed inside the Sidebar is hard to see while using a Balanced Theme | **Affected versions**
* Firefox 94.0a1
**Affected platforms**
* macOS 10.15
**Preconditions**
* browser.theme.temporary.monochromatic.enabled = true
* Select one the *Grafitti Balanced* theme.
**Steps to reproduce**
1. Go to Application menu -> More tools -> Customize toolbar... and drag the "Show sidebars" button o... | [Monochromatic Themes] The focused link listed inside the Sidebar is hard to see while using a Balanced Theme **Affected versions**
* Firefox 94.0a1
**Affected platforms**
* macOS 10.15
**Preconditions**
* browser.theme.temporary.monochromatic.enabled = true
* Select one the *Grafitti Balanced* theme.
**Steps to rep... | P2 | VERIFIED | FIXED | 2021-09-23 12:29:06+00:00 | 2021-10-06 12:29:57+00:00 | 207 | 2 |
1732344 | Cannot save an acroform | STR:
- open https://raw.githubusercontent.com/mozilla/pdf.js/master/test/pdfs/evaljs.pdf
- enter `app.execMenuItem("SaveAs")` in the first field
- click on "Excute" button
- open the saved pdf
The entered string must be there and it isn't.
This bug is a regression from bug 1732117 and more exactly from:
https... | Cannot save an acroform STR:
- open https://raw.githubusercontent.com/mozilla/pdf.js/master/test/pdfs/evaljs.pdf
- enter `app.execMenuItem("SaveAs")` in the first field
- click on "Excute" button
- open the saved pdf
The entered string must be there and it isn't.
This bug is a regression from bug 1732117 and ... | P1 | VERIFIED | FIXED | 2021-09-23 15:46:20+00:00 | 2021-11-18 15:06:19+00:00 | 187 | 1 |
1732361 | When you lock a DoH Provider URL via policy, the custom URL is not displayed | If you use policy to lock a provider URL:
```
{
"policies": {
"DNSOverHTTPS": {
"Enabled": true,
"ProviderURL": "https://family.cloudflare-dns.com/dns-query",
"Locked": true,
"ExcludedDomains": [""]
}
}
}
```
When you go to preferences, you don't see the provider URL (it's hidden).... | When you lock a DoH Provider URL via policy, the custom URL is not displayed If you use policy to lock a provider URL:
```
{
"policies": {
"DNSOverHTTPS": {
"Enabled": true,
"ProviderURL": "https://family.cloudflare-dns.com/dns-query",
"Locked": true,
"ExcludedDomains": [""]
}
}
}
... | P3 | NEW | 2021-09-23 17:08:28+00:00 | 2021-10-01 07:17:50+00:00 | 131 | 3 | |
1732383 | Warning message due to unused code in PrintJob | Value stored to 'remotePrintJobListening' is never read
https://sylvestre.ledru.info/reports/fx-scan-build/report-nsPrintJob.cpp-DoCommonPrint-233-bda5ef.html#EndPath | Warning message due to unused code in PrintJob Value stored to 'remotePrintJobListening' is never read
https://sylvestre.ledru.info/reports/fx-scan-build/report-nsPrintJob.cpp-DoCommonPrint-233-bda5ef.html#EndPath | P5 | RESOLVED | FIXED | 2021-09-23 20:47:28+00:00 | 2021-09-29 15:59:50+00:00 | 73 | 5 |
1732426 | The sidebar search bar doesn't respect theme color on Windows | **Affected versions**
* Fx94.0a1
**Affected platforms**
* Windows 10
**Pre-conditions**
- browser.theme.temporary.monochromatic.enabled = true
- Select a bold the Monochromatic theme e.g. Elemental - bold
**Steps to reproduce**
1. Launch Firefox
2. Open the sidebar by pressing CTRL+H.
3. Observe the search bar insid... | The sidebar search bar doesn't respect theme color on Windows **Affected versions**
* Fx94.0a1
**Affected platforms**
* Windows 10
**Pre-conditions**
- browser.theme.temporary.monochromatic.enabled = true
- Select a bold the Monochromatic theme e.g. Elemental - bold
**Steps to reproduce**
1. Launch Firefox
2. Open t... | P3 | RESOLVED | DUPLICATE | 2021-09-24 06:55:17+00:00 | 2021-10-01 13:14:17+00:00 | 231 | 3 |
1732446 | [Windows] Close Shortcuts doesn't offer close modal dialog with browser.tabs.warnOnClose = true | ##### [Description:]
While "Confirm while closing multiple tabs" is enabled, shortcuts should display close confirmation.
##### [Environment:]
Windows 10
##### [Steps:]
1. New profile, about:preferences#general, enable "Confirm while closing multiple tabs".
2. Ctrl+T open several new tabs.
3. Access File/Exit.
3'. ... | [Windows] Close Shortcuts doesn't offer close modal dialog with browser.tabs.warnOnClose = true ##### [Description:]
While "Confirm while closing multiple tabs" is enabled, shortcuts should display close confirmation.
##### [Environment:]
Windows 10
##### [Steps:]
1. New profile, about:preferences#general, enable "... | P1 | VERIFIED | FIXED | 2021-09-24 10:33:38+00:00 | 2021-10-25 12:15:20+00:00 | 281 | 1 |
1732461 | [Monochromatic Themes] The app menu update and sign in buttons have the wrong contrast on bold themes | **Affected versions**
* Fx94.0a1
**Affected platforms**
* Windows 10
* Ubuntu 20.04
* macOS 10.15
**Preconditions**
Set browser.theme.temporary.monochromatic.enabled = true
Select a bold monochromatic theme.
**Steps to reproduce**
1. Launch Firefox.
2. Open the appmenu.
3. Observe the sign in button contrast and com... | [Monochromatic Themes] The app menu update and sign in buttons have the wrong contrast on bold themes **Affected versions**
* Fx94.0a1
**Affected platforms**
* Windows 10
* Ubuntu 20.04
* macOS 10.15
**Preconditions**
Set browser.theme.temporary.monochromatic.enabled = true
Select a bold monochromatic theme.
**Steps... | P2 | RESOLVED | WONTFIX | 2021-09-24 13:51:35+00:00 | 2021-09-30 20:44:02+00:00 | 204 | 2 |
1732572 | Can't reopen minimized firefox | User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
Steps to reproduce:
Occurs only on Mac , on all channels of Firefox
Steps to reproduce :
1.Open Firefox , and open any video-calling client ( Google Meet, Zoom , Cisco Webex etc..)
2.A... | Can't reopen minimized firefox User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36
Steps to reproduce:
Occurs only on Mac , on all channels of Firefox
Steps to reproduce :
1.Open Firefox , and open any video-calling client ( Google Meet... | P2 | VERIFIED | FIXED | 2021-09-26 18:36:06+00:00 | 2021-11-29 12:32:37+00:00 | 202 | 2 |
1732692 | [Monochromatic Themes] Residual line is displayed between tab bar and toolbar | **Affected versions**
* Fx94.0a1
**Affected platforms**
* Windows 10
* Ubuntu 20.04
**Preconditions**
Set browser.theme.temporary.monochromatic.enabled = true
Select any monochromatic theme.
**Steps to reproduce**
1. Launch Firefox.
2. Observe the tab bar and the toolbar.
**Expected result**
* There is no 'separat... | [Monochromatic Themes] Residual line is displayed between tab bar and toolbar **Affected versions**
* Fx94.0a1
**Affected platforms**
* Windows 10
* Ubuntu 20.04
**Preconditions**
Set browser.theme.temporary.monochromatic.enabled = true
Select any monochromatic theme.
**Steps to reproduce**
1. Launch Firefox.
2. Ob... | P1 | VERIFIED | FIXED | 2021-09-27 12:39:57+00:00 | 2021-11-09 07:34:33+00:00 | 203 | 1 |
1732779 | Intermittent browser/base/content/test/protectionsUI/browser_protectionsUI.js | The label is correctly set to Standard. - Got "Custom", expected "Standard" | **Filed by:** dkeeler [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=352396287&repo=try
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/aFUzMmnHTwqr0ZIAV-GqgA/runs/0/artifacts/public/logs/live_backing.log
---
```
``` | Intermittent browser/base/content/test/protectionsUI/browser_protectionsUI.js | The label is correctly set to Standard. - Got "Custom", expected "Standard" **Filed by:** dkeeler [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=352396287&repo=try
**Full log:** https://firefox-ci-tc.servic... | P5 | RESOLVED | INCOMPLETE | 2021-09-27 19:40:00+00:00 | 2022-01-25 17:02:41+00:00 | 174 | 5 |
1732831 | ambiguous Expires field in certificate viewing dialog | When loading the certificate file at the URL below, with locale en_AU I get a dialog box that says "Expires: 22/09/31" but this is ambiguous, the date could be 2022-09-31 or 2031-09-22 in ISO-8601 format. Only when I expand the "Details" arrow and scroll further down can I get an unambiguous date where I see "Not Valid... | ambiguous Expires field in certificate viewing dialog When loading the certificate file at the URL below, with locale en_AU I get a dialog box that says "Expires: 22/09/31" but this is ambiguous, the date could be 2022-09-31 or 2031-09-22 in ISO-8601 format. Only when I expand the "Details" arrow and scroll further dow... | P5 | RESOLVED | INVALID | 2021-09-28 03:40:10+00:00 | 2021-10-04 16:18:04+00:00 | 167 | 5 |
1732872 | Hover highlight does not follow cursor in Bookmarks Menu button when context menu is showing | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0
Build ID: 20210927153454
### Steps to reproduce
1. In a new profile, put Bookmarks Menu button onto toolbar.
2. Click the button. Right click on a bookmark.
3. Keep the context menu opened, move cursor to another bookmark.
4. (O... | Hover highlight does not follow cursor in Bookmarks Menu button when context menu is showing User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:94.0) Gecko/20100101 Firefox/94.0
Build ID: 20210927153454
### Steps to reproduce
1. In a new profile, put Bookmarks Menu button onto toolbar.
2. Click the button. Right... | P5 | NEW | 2021-09-28 10:21:39+00:00 | 2022-01-17 15:41:37+00:00 | 396 | 5 | |
1732884 | Fix highlight/hover state of click-to-open items (with the improvements-to-downloads pref turned on) | When I changed the hover state in bug 1715001 I accidentally neglected to change it for the click-to-open-while-still-downloading state (which we're not shipping yet; it's behind the `browser.download.improvements_to_download_panel` pref). It should visually match the hover states for completed downloads. | Fix highlight/hover state of click-to-open items (with the improvements-to-downloads pref turned on) When I changed the hover state in bug 1715001 I accidentally neglected to change it for the click-to-open-while-still-downloading state (which we're not shipping yet; it's behind the `browser.download.improvements_to_do... | P3 | VERIFIED | FIXED | 2021-09-28 12:02:22+00:00 | 2021-10-14 07:12:28+00:00 | 104 | 3 |
1732894 | The hamburger menu full screen button icon is not updated accordingly if keyboard only navigation is used | #### Tested with:
Release 92
Beta 93
Nightly 94.0a1 (2021-09-28)
#### Tested on:
Windows 7
#### Steps:
1. Using the keyboard only, open the hamburger menu and press the full screen button
2. Using the keyboard only while in full screen, access the hamburger menu and press the full screen button again in order ... | The hamburger menu full screen button icon is not updated accordingly if keyboard only navigation is used #### Tested with:
Release 92
Beta 93
Nightly 94.0a1 (2021-09-28)
#### Tested on:
Windows 7
#### Steps:
1. Using the keyboard only, open the hamburger menu and press the full screen button
2. Using the keyb... | P3 | NEW | 2021-09-28 12:35:30+00:00 | 2021-10-01 14:48:08+00:00 | 183 | 3 | |
1733010 | browser.urlbar.maxRichResults=0 prevents visiting search engine homepages | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
On a stock profile, set `browser.urlbar.maxRichResults` to 0. Then try to visit the homepage of a configured search engine (google.com, duckduckgo.com, etc)
Actual results:
The urlbar is emptied and nothing else ha... | browser.urlbar.maxRichResults=0 prevents visiting search engine homepages User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
On a stock profile, set `browser.urlbar.maxRichResults` to 0. Then try to visit the homepage of a configured search engine (google.com, duckduc... | P5 | NEW | 2021-09-29 00:09:33+00:00 | 2021-09-29 18:38:44+00:00 | 154 | 5 | |
1733073 | Denying requestStorageAccess prompt can lead to empty permission panel | Denying a requestStorageAccess permission prompts leads to an invalid site identity / permission panel state. We show a permission indicator, but the permission panel doesn't list any permissions.
I suspect this comes from setting a temporary block when the user denies the prompt. The permission may not have a UI stat... | Denying requestStorageAccess prompt can lead to empty permission panel Denying a requestStorageAccess permission prompts leads to an invalid site identity / permission panel state. We show a permission indicator, but the permission panel doesn't list any permissions.
I suspect this comes from setting a temporary block... | P2 | RESOLVED | FIXED | 2021-09-29 10:12:43+00:00 | 2021-10-15 12:07:11+00:00 | 231 | 2 |
1733184 | Default browser prompt and url bar info collision on first startup | First startup of Firefox on a windows machine resulted in these colliding messages (see screenshot). Resolution should be to suppress search prompt if default prompt is shown. | Default browser prompt and url bar info collision on first startup First startup of Firefox on a windows machine resulted in these colliding messages (see screenshot). Resolution should be to suppress search prompt if default prompt is shown. | P1 | VERIFIED | FIXED | 2021-09-29 16:01:45+00:00 | 2024-07-09 15:07:57+00:00 | 50 | 1 |
1733190 | Update toolbar colors for a11y | UX and A11y asked that we update a few toolbar colors for better contrast:
```
LIGHT THEME - Soft
Abstract
Token: toolbarColor - toolbar background color
Update: hsla(15, 100%, 86%, 1)
Graffiti
Token: toolbarColor - toolbar background color
Update: hsla (278, 80%, 91%, 1)
Foto
Token: toolbarColor - toolbar background... | Update toolbar colors for a11y UX and A11y asked that we update a few toolbar colors for better contrast:
```
LIGHT THEME - Soft
Abstract
Token: toolbarColor - toolbar background color
Update: hsla(15, 100%, 86%, 1)
Graffiti
Token: toolbarColor - toolbar background color
Update: hsla (278, 80%, 91%, 1)
Foto
Token: to... | P1 | VERIFIED | FIXED | 2021-09-29 16:14:20+00:00 | 2021-10-20 07:49:42+00:00 | 148 | 1 |
1733215 | Strange urlbar behavior on Linux: autofill, auto selecting, panel opening and closing | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
Type "google.com<enter>" in the address bar
Relevant non-default settings
browser.urlbar.showSearchSuggestionsFirst = False
browser.urlbar.suggest.quicksuggest = False
browser.urlbar.suggest.quicksuggest.sponsored = ... | Strange urlbar behavior on Linux: autofill, auto selecting, panel opening and closing User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
Type "google.com<enter>" in the address bar
Relevant non-default settings
browser.urlbar.showSearchSuggestionsFirst = False
browse... | P5 | RESOLVED | DUPLICATE | 2021-09-29 17:22:48+00:00 | 2022-06-08 01:21:49+00:00 | 231 | 5 |
1733266 | Random Voiceover result using Tab to search | **Tested on**
Firefox release 92.0.1
Firefox nightly 94.0a1
Firefox beta 93
**OS**
MacOS 10.11 using voiceover
**Steps to reproduce** (note that you can get a random result )
- enable voiceover Command+F5
- launch firefox with profile manager and i create a new profile
- hit command+T and i type google.com an... | Random Voiceover result using Tab to search **Tested on**
Firefox release 92.0.1
Firefox nightly 94.0a1
Firefox beta 93
**OS**
MacOS 10.11 using voiceover
**Steps to reproduce** (note that you can get a random result )
- enable voiceover Command+F5
- launch firefox with profile manager and i create a new profi... | P3 | NEW | 2021-09-29 21:43:50+00:00 | 2023-06-02 15:22:09+00:00 | 328 | 3 | |
1733325 | Many Thunderbird test failures: failure to load NimbusFeatures which isn't part of Thunderbird | Bug 1731794 asks the SearchService to load resource://nimbus/ExperimentAPI.jsm, which isn't shipped with Thunderbird and causes error messages. The error messages cause comm-central's tests to fail en masse: https://treeherder.mozilla.org/jobs?repo=comm-central&revision=a40a3562438485f0760714550425e6df339a2ecc | Many Thunderbird test failures: failure to load NimbusFeatures which isn't part of Thunderbird Bug 1731794 asks the SearchService to load resource://nimbus/ExperimentAPI.jsm, which isn't shipped with Thunderbird and causes error messages. The error messages cause comm-central's tests to fail en masse: https://treeherde... | P1 | RESOLVED | FIXED | 2021-09-30 08:55:41+00:00 | 2022-01-21 17:45:11+00:00 | 137 | 1 |
1733326 | [Ubuntu] Downloadable item progress bar is not visible on Library panel | **Affected versions**
* Firefox 91.2.0esr
* Firefox 78.15.0esr
**Affected platforms**
* Ubuntu 20.04 x64
**Steps to reproduce**
1. Launch Firefox.
2. Start a large download form [this link](https://www.thinkbroadband.com/download).
3. When the download is in progress open the download panel then Show all downloads.
4... | [Ubuntu] Downloadable item progress bar is not visible on Library panel **Affected versions**
* Firefox 91.2.0esr
* Firefox 78.15.0esr
**Affected platforms**
* Ubuntu 20.04 x64
**Steps to reproduce**
1. Launch Firefox.
2. Start a large download form [this link](https://www.thinkbroadband.com/download).
3. When the do... | P5 | RESOLVED | WONTFIX | 2021-09-30 09:01:20+00:00 | 2021-10-22 17:51:50+00:00 | 218 | 5 |
1733390 | Previous session cannot be restored after Firefox crashes twice | **Affected versions:**
- 78.15.0 ESR
- 91.2.0 ESR
- 93.0 (20210927210923)
- 93.0b9 (20210923190449)
- 94.0a1 (20210929155324)
**Affected platforms:**
- Windows 10 x64
- Ubuntu 20.04
- macOS 10.14
- macOS 11
**Steps to reproduce:**
1. Launch Firefox with a clean profile.
2. Open at least 15 different tabs containing d... | Previous session cannot be restored after Firefox crashes twice **Affected versions:**
- 78.15.0 ESR
- 91.2.0 ESR
- 93.0 (20210927210923)
- 93.0b9 (20210923190449)
- 94.0a1 (20210929155324)
**Affected platforms:**
- Windows 10 x64
- Ubuntu 20.04
- macOS 10.14
- macOS 11
**Steps to reproduce:**
1. Launch Firefox with ... | P2 | NEW | 2021-09-30 14:19:54+00:00 | 2024-02-05 11:47:40+00:00 | 277 | 2 | |
1733392 | When the screenshots UI is closed with the ESC button the toolbar button stays disabled. | Steps to reproduce.
Make sure `screenshots.browser.component.enabled` is true
Make sure the screenshot button is in the toolbar
1. Take a screenshot
2. Close the screenshot UI by clicking ESC
Desired result: The toolbar button should be able to click.
Actual result: The toolbar button is disabled after closing UI. | When the screenshots UI is closed with the ESC button the toolbar button stays disabled. Steps to reproduce.
Make sure `screenshots.browser.component.enabled` is true
Make sure the screenshot button is in the toolbar
1. Take a screenshot
2. Close the screenshot UI by clicking ESC
Desired result: The toolbar button sho... | P2 | RESOLVED | DUPLICATE | 2021-09-30 14:24:51+00:00 | 2021-10-27 17:50:55+00:00 | 95 | 2 |
1733530 | Downloads Panel moves on each reopening for mixed content | *Affected versions*
* 94.0a1 (20210930095024)
* 93.0 (20210927210923)
*Affected platforms*
* Windows 10 x64
* macOS 10.15
* Ubuntu 20.04
*Steps to reproduce*
1. Open Firefox and https://www.thinkbroadband.com/download.
2. Download a random item and click on the downloads panel.
3. Click on Show more information for... | Downloads Panel moves on each reopening for mixed content *Affected versions*
* 94.0a1 (20210930095024)
* 93.0 (20210927210923)
*Affected platforms*
* Windows 10 x64
* macOS 10.15
* Ubuntu 20.04
*Steps to reproduce*
1. Open Firefox and https://www.thinkbroadband.com/download.
2. Download a random item and click on ... | P3 | NEW | 2021-10-01 07:28:15+00:00 | 2021-10-05 15:04:43+00:00 | 328 | 3 | |
1733574 | New shortcut image field is not so visible with Dark theme | *Affected versions*
* 94.0a1 (20211001093323)
*Affected platforms*
* Windows 10 x64
* macOS 10.15
* Ubuntu 21.04
*Preconditions*
* Dark theme
*Steps to reproduce*
1. Open Firefox and a new tab.
2. Click on the `Edit this site` option from the Top site's category.
*Expected result*
* Image field is visible.
... | New shortcut image field is not so visible with Dark theme *Affected versions*
* 94.0a1 (20211001093323)
*Affected platforms*
* Windows 10 x64
* macOS 10.15
* Ubuntu 21.04
*Preconditions*
* Dark theme
*Steps to reproduce*
1. Open Firefox and a new tab.
2. Click on the `Edit this site` option from the Top site's ca... | P2 | VERIFIED | FIXED | 2021-10-01 12:25:09+00:00 | 2021-10-26 09:03:07+00:00 | 294 | 2 |
1733646 | Newtab context menus use the wrong colors | The context menus on about:newtab are using the background color of the page, meaning they are hard to distinguish from the rest of the page. They should use the secondary background color so they are set off from the page. | Newtab context menus use the wrong colors The context menus on about:newtab are using the background color of the page, meaning they are hard to distinguish from the rest of the page. They should use the secondary background color so they are set off from the page. | P2 | VERIFIED | FIXED | 2021-10-01 16:47:16+00:00 | 2021-10-20 11:28:14+00:00 | 58 | 2 |
1733748 | Urlbar border is misaligned with fractional gnome text scaling | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0
Steps to reproduce:
Reproducible on firefox nightly, Build ID 20211001214601
Set gnome text scaling with "gsettings set org.gnome.desktop.interface text-scaling-factor 1.25"
Start firefox.
Actual results:
The blue border of the urlba... | Urlbar border is misaligned with fractional gnome text scaling User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0
Steps to reproduce:
Reproducible on firefox nightly, Build ID 20211001214601
Set gnome text scaling with "gsettings set org.gnome.desktop.interface text-scaling-factor 1.25"... | P3 | NEW | 2021-10-02 03:53:34+00:00 | 2021-12-02 22:31:00+00:00 | 188 | 3 | |
1733835 | Whenever I open a New private window from the taskbar, it always says "about:privatebrowsing" in the Start Tab... | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
First, make sure the History in the Settings is set to "Never Remember History".
Then, open the "New private tab" window from right-clicking the taskbar icon.
This doesn't happen if you open it in the side... | Whenever I open a New private window from the taskbar, it always says "about:privatebrowsing" in the Start Tab... User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
First, make sure the History in the Settings is set to "Never Remember History".
Then, open ... | P3 | NEW | 2021-10-03 13:01:07+00:00 | 2024-02-21 12:23:21+00:00 | 205 | 3 | |
1734126 | The onboarding page is dismissed after a few seconds if navigating back from the "Thank you" page | **[Affected Versions]:**
- Firefox Nightly 95.0a1 (Build ID: 20211004215121)
- Firefox Beta 94.0b1 (Build ID: 20211004193346)
**[Affected Platforms]:**
- Windows 10 x64
- macOS 10.15.7
- Linux Mint 20
**[Steps to reproduce]:**
1. Open the latest Nightly/Beta build.
2. Open a New Tab page and navigate to the "about:w... | The onboarding page is dismissed after a few seconds if navigating back from the "Thank you" page **[Affected Versions]:**
- Firefox Nightly 95.0a1 (Build ID: 20211004215121)
- Firefox Beta 94.0b1 (Build ID: 20211004193346)
**[Affected Platforms]:**
- Windows 10 x64
- macOS 10.15.7
- Linux Mint 20
**[Steps to reprod... | P1 | VERIFIED | FIXED | 2021-10-05 11:37:44+00:00 | 2021-10-15 09:00:27+00:00 | 303 | 1 |
1734127 | There are extra characters added in the name of the selected theme if a colorway is clicked twice | **[Affected Versions]:**
- Firefox Nightly 95.0a1 (Build ID: 20211004215121)
- Firefox Beta 94.0b1 (Build ID: 20211004193346)
**[Affected Platforms]:**
- Windows 10 x64
- macOS 10.15.7
- Linux Mint 20
**[Steps to reproduce]:**
1. Open the latest Nightly/Beta build.
2. Open a New Tab page and navigate to the "about:w... | There are extra characters added in the name of the selected theme if a colorway is clicked twice **[Affected Versions]:**
- Firefox Nightly 95.0a1 (Build ID: 20211004215121)
- Firefox Beta 94.0b1 (Build ID: 20211004193346)
**[Affected Platforms]:**
- Windows 10 x64
- macOS 10.15.7
- Linux Mint 20
**[Steps to reprod... | P1 | VERIFIED | FIXED | 2021-10-05 11:40:24+00:00 | 2021-10-08 14:04:22+00:00 | 290 | 1 |
1734128 | Tab border thicker on 2 sides then on the other 2 | As the attachment shows the border around a tab is thicker on the bottom and right, and thinner on the top and left side.
This shows on Windows 10 if UI is scaled to 150% - which is Windows default for my display. _(Not sure how frequent that is the case across all Windows devices - I don't think we have telemetry on ... | Tab border thicker on 2 sides then on the other 2 As the attachment shows the border around a tab is thicker on the bottom and right, and thinner on the top and left side.
This shows on Windows 10 if UI is scaled to 150% - which is Windows default for my display. _(Not sure how frequent that is the case across all Win... | P1 | VERIFIED | FIXED | 2021-10-05 11:43:42+00:00 | 2021-12-08 09:50:24+00:00 | 131 | 1 |
1734136 | 0.27 - 0.18% installer size / installer size (OSX) regression on Sun October 3 2021 | Perfherder has detected a build_metrics performance regression from push [9fa349782c1b924da7f5d691b12967f58dc5a215](https://hg.mozilla.org/integration/autoland/pushloghtml?changeset=9fa349782c1b924da7f5d691b12967f58dc5a215). As author of one of the patches included in that push, we need your help to address this regres... | 0.27 - 0.18% installer size / installer size (OSX) regression on Sun October 3 2021 Perfherder has detected a build_metrics performance regression from push [9fa349782c1b924da7f5d691b12967f58dc5a215](https://hg.mozilla.org/integration/autoland/pushloghtml?changeset=9fa349782c1b924da7f5d691b12967f58dc5a215). As author o... | P1 | RESOLVED | FIXED | 2021-10-05 12:25:28+00:00 | 2021-10-12 19:01:47+00:00 | 487 | 1 |
1734146 | Reach groups should include all features that are part of the messaging-experiments provider | Any of the features in .messaging-experiments should send reach and exposure events. | Reach groups should include all features that are part of the messaging-experiments provider Any of the features in .messaging-experiments should send reach and exposure events. | P1 | RESOLVED | FIXED | 2021-10-05 13:01:56+00:00 | 2022-05-04 18:58:42+00:00 | 33 | 1 |
1734147 | Reach pings not sent for recipes in preview mode | Reach pings require the client to fetch the recipe (to get access to all branches). [The current method](https://searchfox.org/mozilla-central/rev/9bc5dcea99c59dc18eae0de7064131aa20cfbb66/toolkit/components/nimbus/ExperimentAPI.jsm#226) isn't aware of the preview mode functionality. | Reach pings not sent for recipes in preview mode Reach pings require the client to fetch the recipe (to get access to all branches). [The current method](https://searchfox.org/mozilla-central/rev/9bc5dcea99c59dc18eae0de7064131aa20cfbb66/toolkit/components/nimbus/ExperimentAPI.jsm#226) isn't aware of the preview mode fu... | P4 | NEW | 2021-10-05 13:04:17+00:00 | 2023-12-22 19:11:16+00:00 | 109 | 4 | |
1734164 | Poor contrast on Manage Themes link in some themes | The Manage Themes link in the Customize window has poor contrast against some backgrounds. UX has asked that it be turned back into a button.
[Tracking Requested - why for this release]:
Contrast issue affecting many themes, including of the new themes in 94. The fix is expected to be low-risk. | Poor contrast on Manage Themes link in some themes The Manage Themes link in the Customize window has poor contrast against some backgrounds. UX has asked that it be turned back into a button.
[Tracking Requested - why for this release]:
Contrast issue affecting many themes, including of the new themes in 94. The fix ... | P1 | VERIFIED | FIXED | 2021-10-05 14:31:48+00:00 | 2021-10-13 06:23:27+00:00 | 74 | 1 |
1734237 | Some themes have borders around the active tab when they should not | All of the themes show a border around the active tab (`tab_line` in the theme API), but only the Bold themes should have this. The preview images should be updated as well.
[Tracking Requested - why for this release]:
Incorrect appearance in new themes. | Some themes have borders around the active tab when they should not All of the themes show a border around the active tab (`tab_line` in the theme API), but only the Bold themes should have this. The preview images should be updated as well.
[Tracking Requested - why for this release]:
Incorrect appearance in new them... | P1 | VERIFIED | FIXED | 2021-10-05 20:30:46+00:00 | 2021-10-11 08:18:36+00:00 | 71 | 1 |
1734342 | The border for "Show your bookmarks" dropdown is only visible on the corners on macOS | **Affected versions**
* Firefox 95.0a1
* Firefox 94.0b2
**Affected platforms**
* macOS 10.15
**Preconditions**
* Select one of the darker Monochromatic themes, because it's easier to see the defect.
**Steps to reproduce**
1. Go to Application menu -> More tools -> Customize toolbar... and drag the "Bookmark menu" ic... | The border for "Show your bookmarks" dropdown is only visible on the corners on macOS **Affected versions**
* Firefox 95.0a1
* Firefox 94.0b2
**Affected platforms**
* macOS 10.15
**Preconditions**
* Select one of the darker Monochromatic themes, because it's easier to see the defect.
**Steps to reproduce**
1. Go to ... | P3 | NEW | 2021-10-06 08:53:38+00:00 | 2021-10-11 15:26:35+00:00 | 201 | 3 | |
1734397 | Fix active state of click-to-open items (with the improvements-to-downloads pref turned on) | I missed this when reviewing the patch in bug 1732884 the second time. The `@item@:is(.openWhenFinished).hoveringMainArea:hover` selector we added there should be duplicated (with `:hover:active`) in the rule for active items below it. | Fix active state of click-to-open items (with the improvements-to-downloads pref turned on) I missed this when reviewing the patch in bug 1732884 the second time. The `@item@:is(.openWhenFinished).hoveringMainArea:hover` selector we added there should be duplicated (with `:hover:active`) in the rule for active items be... | P3 | RESOLVED | FIXED | 2021-10-06 14:12:48+00:00 | 2021-10-22 21:36:25+00:00 | 93 | 3 |
1734398 | Running with the --private flag on Windows removes the private browsing icon from the top right | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
Steps to reproduce:
Open cmd.exe
Run `"%PROGRAMFILES%\Mozilla Firefox\firefox.exe" --private` (Or wherever "firefox.exe" is located)
Actual results:
If no firefox window was open beforehand:
The page about:privatebrowsing ... | Running with the --private flag on Windows removes the private browsing icon from the top right User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0
Steps to reproduce:
Open cmd.exe
Run `"%PROGRAMFILES%\Mozilla Firefox\firefox.exe" --private` (Or wherever "firefox.exe" is locate... | P5 | RESOLVED | INCOMPLETE | 2021-10-06 14:15:14+00:00 | 2021-11-19 12:57:28+00:00 | 285 | 5 |
1734542 | [DoH] In steering detection, replace references to the provider's "name" property with "id" instead | I'm not sure why we're checking a "name" attribute [here](https://searchfox.org/mozilla-central/rev/763b888847ac7291248b62ef3ab99da6ba2332d6/browser/components/doh/DoHHeuristics.jsm#389). Since the remote settings schema doesn't include a name attribute, effectively provider steering is broken. This has been the case s... | [DoH] In steering detection, replace references to the provider's "name" property with "id" instead I'm not sure why we're checking a "name" attribute [here](https://searchfox.org/mozilla-central/rev/763b888847ac7291248b62ef3ab99da6ba2332d6/browser/components/doh/DoHHeuristics.jsm#389). Since the remote settings schema... | P1 | RESOLVED | FIXED | 2021-10-07 07:18:48+00:00 | 2021-10-12 09:34:01+00:00 | 153 | 1 |
1734584 | [Upgrade Users] The text of the “Balanced” and “Bold” buttons from the Onboarding dialog are not visible when the “Increase contrast” option is enabled | [Affected versions]:
- Firefox Nightly 95.0a1 (Build ID: 20211006213819)
- Firefox Beta 94.0b2 (Build ID: 20211005185813)
[Affected Platforms]:
- macOS 11.5.1
- Ubuntu 20.04
[Prerequisites]:
- Have a Firefox Nightly/Beta browser that has been upgraded to the latest version.
- Have the “Upgrade” spotlight displayed.
-... | [Upgrade Users] The text of the “Balanced” and “Bold” buttons from the Onboarding dialog are not visible when the “Increase contrast” option is enabled [Affected versions]:
- Firefox Nightly 95.0a1 (Build ID: 20211006213819)
- Firefox Beta 94.0b2 (Build ID: 20211005185813)
[Affected Platforms]:
- macOS 11.5.1
- Ubuntu... | P1 | VERIFIED | FIXED | 2021-10-07 11:13:59+00:00 | 2021-10-13 09:32:21+00:00 | 297 | 1 |
1734585 | Variation button text (e.g., Bold, Dark) from upgrade spotlight are not visible with High Contrast Mode | [Affected versions]:
- Firefox Nightly 95.0a1 (Build ID: 20211006213819)
- Firefox Beta 94.0b2 (Build ID: 20211005185813)
[Affected Platforms]:
- Windows 10 x64
[Prerequisites]:
- Have a Firefox Nightly/Beta browser that has been upgraded to the latest version.
- Have the “Upgrade” spotlight displayed.
- Have the Hig... | Variation button text (e.g., Bold, Dark) from upgrade spotlight are not visible with High Contrast Mode [Affected versions]:
- Firefox Nightly 95.0a1 (Build ID: 20211006213819)
- Firefox Beta 94.0b2 (Build ID: 20211005185813)
[Affected Platforms]:
- Windows 10 x64
[Prerequisites]:
- Have a Firefox Nightly/Beta browse... | P1 | VERIFIED | FIXED | 2021-10-07 11:14:51+00:00 | 2021-10-13 09:39:29+00:00 | 259 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.