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
1896002
Screenshots preview buttons disabled after closing filepicker
STR: 1. Make sure "always ask where to save files" is checked in about:preferences 2. Open screenshots 3. Take a full page or visible screenshot 4. Click the download button 5. File picker should open, close file picker without saving screenshot AR: The screenshots preview buttons are disabled ER: The screenshots pre...
Screenshots preview buttons disabled after closing filepicker STR: 1. Make sure "always ask where to save files" is checked in about:preferences 2. Open screenshots 3. Take a full page or visible screenshot 4. Click the download button 5. File picker should open, close file picker without saving screenshot AR: The scr...
P1
VERIFIED
FIXED
2024-05-09 20:11:02+00:00
2024-05-20 09:50:06+00:00
93
1
1896019
Element picker in Screenshots UI doesnt work very well for docs.rs pages
STR: - Load a docs.rs page such as https://docs.rs/ratatui/latest/ratatui/ - Open screenshots UI (ctrl+shift+S or select 'Take screenshot' from the right-click meno) - Hover over the elements in the page to show a highlight box of the region to capture ER: - The main content area (below the site header and right of ...
Element picker in Screenshots UI doesnt work very well for docs.rs pages STR: - Load a docs.rs page such as https://docs.rs/ratatui/latest/ratatui/ - Open screenshots UI (ctrl+shift+S or select 'Take screenshot' from the right-click meno) - Hover over the elements in the page to show a highlight box of the region to c...
P3
NEW
2024-05-09 22:21:50+00:00
2025-02-09 18:28:23+00:00
160
3
1896021
`New private window` opens new Firefox instance (new profile) when using a temporary profile.
STR: 1. Run Firefox via `./mach run` 2. Right click the taskbar icon and select "New private window" Expected result: A new private window is open for the existing Firefox instance. Observed result: The profile selector is opened.
`New private window` opens new Firefox instance (new profile) when using a temporary profile. STR: 1. Run Firefox via `./mach run` 2. Right click the taskbar icon and select "New private window" Expected result: A new private window is open for the existing Firefox instance. Observed result: The profile selector is o...
P3
NEW
2024-05-09 22:26:37+00:00
2024-05-16 09:31:04+00:00
80
3
1896030
"Open Nightly automatically when your computer starts up" causes Windows to open an extra Nightly window after reboot
### Steps to reproduce 1. In Firefox Nightly's settings, enable "Open previous windows and tabs" and "Open Nightly automatically when your computer starts up". 2. Open a couple windows in Nightly. 3. Reboot your computer while Nightly is still open. 4. Log back into Windows. ### Expected result Nightly should launch...
"Open Nightly automatically when your computer starts up" causes Windows to open an extra Nightly window after reboot ### Steps to reproduce 1. In Firefox Nightly's settings, enable "Open previous windows and tabs" and "Open Nightly automatically when your computer starts up". 2. Open a couple windows in Nightly. 3. R...
P3
RESOLVED
FIXED
2024-05-09 23:33:52+00:00
2024-06-13 14:31:22+00:00
272
3
1896090
[Experiment] The "X" button is displayed in the top-right part of the browser instead of the top-right part of the "Embedded Import Spotlight"
**[Affected versions]:** - Firefox RC 126.0 - Build ID: 20240509170740 **[Affected Platforms]:** - Windows 10 x64 - Windows 11 x64 **[Prerequisites]:** - Have the following prefs in the "about:config" page: - `nimbus.debug` set to `true` **[Steps to reproduce]:** 1. Open the browser using the profile from the pre...
[Experiment] The "X" button is displayed in the top-right part of the browser instead of the top-right part of the "Embedded Import Spotlight" **[Affected versions]:** - Firefox RC 126.0 - Build ID: 20240509170740 **[Affected Platforms]:** - Windows 10 x64 - Windows 11 x64 **[Prerequisites]:** - Have the following pr...
P1
VERIFIED
FIXED
2024-05-10 11:53:42+00:00
2024-07-04 12:41:29+00:00
378
1
1896123
Tab hover doesn't update activeness when the tab changes
Bug 1889369 added support for showing the PID and active state in the new tab hover however the active flag doesn't update when you click on the tab you're hovering. You have to move to a different tab and back again to see it correctly.
Tab hover doesn't update activeness when the tab changes Bug 1889369 added support for showing the PID and active state in the new tab hover however the active flag doesn't update when you click on the tab you're hovering. You have to move to a different tab and back again to see it correctly.
P2
NEW
2024-05-10 14:27:07+00:00
2024-05-14 14:14:19+00:00
70
2
1896128
Pressing "Home" doesn't bring you to the start of the URL when browser.urlbar.trimHttps = true
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0 Steps to reproduce: 1. Set `browser.urlbar.trimHttps = true`. 2. Visit https://example.com/ 3. Press Ctrl+L, then Home, then type `!wayback ` and press Enter Actual results: The query `https://!wayback example.com/` is sent to your ...
Pressing "Home" doesn't bring you to the start of the URL when browser.urlbar.trimHttps = true User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0 Steps to reproduce: 1. Set `browser.urlbar.trimHttps = true`. 2. Visit https://example.com/ 3. Press Ctrl+L, then Home, then type `!wayback ...
P3
RESOLVED
FIXED
2024-05-10 14:36:08+00:00
2024-10-28 17:24:57+00:00
215
3
1896167
Keyword-triggered bookmarks (e.g. "bug NNN") is ignored when a query is followed by a consistent (200ms+) jank time
[Unfortunately I don't have reliable STR, but it's happening often enough -- several times per week at least -- that I figured I should file] Unreliable STR: 1. Create a Bookmark with the following values: ``` URL: https://bugzilla.mozilla.org/show_bug.cgi?id=%s Keyword: bug ``` 2. Ctrl+L to focus Address Bar. 3. Type...
Keyword-triggered bookmarks (e.g. "bug NNN") is ignored when a query is followed by a consistent (200ms+) jank time [Unfortunately I don't have reliable STR, but it's happening often enough -- several times per week at least -- that I figured I should file] Unreliable STR: 1. Create a Bookmark with the following value...
P3
NEW
2024-05-10 17:21:33+00:00
2024-05-15 08:14:16+00:00
233
3
1896232
Screenshots UI exits before download finished
Make sure "Always ask you where to save files" is checked or `browser.download.useDownloadDir` is set to true. STR: 1. Open screenshots on any page 2. Drag a region 3. Click the download button 4. Cancel the file picker without saving AR: Screenshots UI is closed ER: Screenshots UI should remain open with selection s...
Screenshots UI exits before download finished Make sure "Always ask you where to save files" is checked or `browser.download.useDownloadDir` is set to true. STR: 1. Open screenshots on any page 2. Drag a region 3. Click the download button 4. Cancel the file picker without saving AR: Screenshots UI is closed ER: Scre...
P3
REOPENED
2024-05-10 23:03:56+00:00
2024-08-30 22:32:59+00:00
93
3
1896244
When "Open new tab" or "Open new window" is executed from taskbutton of browser window, tabs of last closed normal window are unexpectedly restored.
Steps to reproduce: 1. Open Firefox with new profile(`Open previous windows and tabs` is disabled by default) 2. Open multiple websites in tabs 3. Close All Firefox window 4. Start Firefox in private browsing mode 5. Right click on the taskbutton. And choose "Open new tab" or "Open new window" Actual Results: Tabs of...
When "Open new tab" or "Open new window" is executed from taskbutton of browser window, tabs of last closed normal window are unexpectedly restored. Steps to reproduce: 1. Open Firefox with new profile(`Open previous windows and tabs` is disabled by default) 2. Open multiple websites in tabs 3. Close All Firefox wind...
P2
ASSIGNED
2024-05-11 03:46:17+00:00
2025-01-20 16:47:41+00:00
140
2
1896273
Firefox replaces colon when saving pages / PDFs, even if the filename was user-chosen in the file picker and is valid on that OS
Steps to reproduce: Was trying to overwrite a file on my system and even though the dialog asked if I want to overwrite it, I ended up with file duplicates. Upon closer inspection this turns out to be a bug in upstream Firefox. Not reproducible in Google Chrome. # Steps to reproduce 1. Open `firefox http://example....
Firefox replaces colon when saving pages / PDFs, even if the filename was user-chosen in the file picker and is valid on that OS Steps to reproduce: Was trying to overwrite a file on my system and even though the dialog asked if I want to overwrite it, I ended up with file duplicates. Upon closer inspection this turns...
P3
NEW
2024-05-11 21:41:27+00:00
2024-06-07 13:01:28+00:00
175
3
1896358
When Firefox is set to start automatically at startup, but you're quicker than the autostart, a new window is opened at a random time
After enabling automatic start at startup, I still manually run Firefox because I am faster than the autostartup. When the autostartup code executes, Firefox is already running, and a new window is opened instead.
When Firefox is set to start automatically at startup, but you're quicker than the autostart, a new window is opened at a random time After enabling automatic start at startup, I still manually run Firefox because I am faster than the autostartup. When the autostartup code executes, Firefox is already running, and a ne...
P3
RESOLVED
FIXED
2024-05-13 11:04:58+00:00
2024-05-16 18:04:11+00:00
84
3
1896364
[Experiment] An overlay and an "IMPRESSION" telemetry event related to the "EMBEDDED_IMPORT_SPOTLIGHT" are displayed for clients enrolled in the "Control" branch of the experiment
**[Affected versions]:** - Firefox RC 126.0 - Build ID: 20240509170740 **[Affected Platforms]:** - Windows 10 x64 - Windows 11 x64 **[Prerequisites]:** - Have the following prefs in the "about:config" page: - `nimbus.debug` set to `true` - Have the "Browser Console" opened. **[Steps to reproduce]:** 1. Open the b...
[Experiment] An overlay and an "IMPRESSION" telemetry event related to the "EMBEDDED_IMPORT_SPOTLIGHT" are displayed for clients enrolled in the "Control" branch of the experiment **[Affected versions]:** - Firefox RC 126.0 - Build ID: 20240509170740 **[Affected Platforms]:** - Windows 10 x64 - Windows 11 x64 **[Prer...
P1
VERIFIED
FIXED
2024-05-13 11:32:38+00:00
2024-07-05 09:11:52+00:00
459
1
1896459
Issue with Displaying SAN Information using 'about:certificate' in Firefox
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 Steps to reproduce: 1.Generating a mutated digital certificate with an additional Subject Alternative Name (SAN) of "ypj.test.com", along with its corresponding root CA and private...
Issue with Displaying SAN Information using 'about:certificate' in Firefox User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/123.0.0.0 Safari/537.36 Edg/123.0.0.0 Steps to reproduce: 1.Generating a mutated digital certificate with an additional Subject Alternative Nam...
P3
UNCONFIRMED
2024-05-13 17:17:43+00:00
2024-06-10 11:11:08+00:00
371
3
1896521
Intermittent browser/base/content/test/tabs/browser_tab_manager_keyboard_access.js | single tracking bug
**Filed by:** sstanca [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=457977541&repo=autoland **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TRhzkXguS6-43xrbZK2G4g/runs/0/artifacts/public/logs/live_backing.log --- ``` [task 2024-05-13T21:39:05.644Z] 21:39:05...
Intermittent browser/base/content/test/tabs/browser_tab_manager_keyboard_access.js | single tracking bug **Filed by:** sstanca [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=457977541&repo=autoland **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/TRhzkXguS6-43...
P5
RESOLVED
FIXED
2024-05-13 22:34:42+00:00
2024-06-24 06:51:39+00:00
399
5
1896597
[Experiment] Nothing happens if clicking the links under the "Extensions" category from the "Data Import Complete Success" screen of the "Embedded Import Spotlight"
**[Affected versions]:** - Firefox Release 126.0 (Build ID: 20240509170740) **[Affected Platforms]:** - Windows 10 - Windows 11 [Prerequisites]: - Have a non Firefox browser installed and make sure that you have at least one compatible add-on installed. - Have the following prefs in the "about:config" page: - nimbu...
[Experiment] Nothing happens if clicking the links under the "Extensions" category from the "Data Import Complete Success" screen of the "Embedded Import Spotlight" **[Affected versions]:** - Firefox Release 126.0 (Build ID: 20240509170740) **[Affected Platforms]:** - Windows 10 - Windows 11 [Prerequisites]: - Have a...
P1
VERIFIED
FIXED
2024-05-14 09:55:23+00:00
2024-06-13 19:02:50+00:00
352
1
1896623
"Customize sidebar" menu option being added to Sidebar menubar menu
On currently Nightly (128.01) with the `sidebar.revamp` pref flipped to true the string is not visible for the Bookmarks. This might have been caused by bug 1891775. Even though its not in the customization menu yet, we should preserve the entry point for all sidebar panels in the Sidebar menubar and it clicking on it ...
"Customize sidebar" menu option being added to Sidebar menubar menu On currently Nightly (128.01) with the `sidebar.revamp` pref flipped to true the string is not visible for the Bookmarks. This might have been caused by bug 1891775. Even though its not in the customization menu yet, we should preserve the entry point ...
P2
RESOLVED
FIXED
2024-05-14 12:00:42+00:00
2024-05-30 21:39:51+00:00
126
2
1896654
[Experiment] The macOS and Linux users are also enrolled in the "Embedded Import Spotlight" experiment
**[Affected versions]:** - Firefox Release 126.0 (Build ID: 20240509170740) **[Affected Platforms]:** - macOS - Linux distro **[Prerequisites]:** - Have the [user.js](https://drive.google.com/file/d/1QLPljqaTsPPyDv98VwNV7huoRAKvekro/view?usp=sharing) and the [times.json](https://drive.google.com/file/d/1NEFALe9ldCUiL...
[Experiment] The macOS and Linux users are also enrolled in the "Embedded Import Spotlight" experiment **[Affected versions]:** - Firefox Release 126.0 (Build ID: 20240509170740) **[Affected Platforms]:** - macOS - Linux distro **[Prerequisites]:** - Have the [user.js](https://drive.google.com/file/d/1QLPljqaTsPPyDv9...
P1
RESOLVED
WONTFIX
2024-05-14 14:14:55+00:00
2024-06-10 16:34:26+00:00
411
1
1896791
Fix createTabsForSessionRestore log message typo
When I added the session restore logging in bug 1854373, there was a typo in one of the log messages which means we'll output `createTabsForSessionRestore returned {tabs.length} tabs` rather than the actual number of tabs.
Fix createTabsForSessionRestore log message typo When I added the session restore logging in bug 1854373, there was a typo in one of the log messages which means we'll output `createTabsForSessionRestore returned {tabs.length} tabs` rather than the actual number of tabs.
P1
RESOLVED
FIXED
2024-05-15 00:07:49+00:00
2024-05-17 07:55:54+00:00
73
1
1896868
stub installer hangs instead of downloading full installer
It seems that since the InetBgDL.dll update, in some circumstances the stub installer fails to download the full installer, and just sits with the progress bar at 0%. Will noticed that the new InetBgDL.dll has a dependency on vcruntime140.dll which we don't ship, which could maybe explain this?
stub installer hangs instead of downloading full installer It seems that since the InetBgDL.dll update, in some circumstances the stub installer fails to download the full installer, and just sits with the progress bar at 0%. Will noticed that the new InetBgDL.dll has a dependency on vcruntime140.dll which we don't shi...
P1
RESOLVED
FIXED
2024-05-15 10:17:28+00:00
2024-06-18 09:08:16+00:00
94
1
1896914
Sidebar should not be visible in full screen mode
Currently the collapsed sidebar is visible when a user has a video in full screen mode (only when the sidebar.revamp pref is flipped) and we'll need to ensure it isn't visible in this scenario.
Sidebar should not be visible in full screen mode Currently the collapsed sidebar is visible when a user has a video in full screen mode (only when the sidebar.revamp pref is flipped) and we'll need to ensure it isn't visible in this scenario.
P2
RESOLVED
FIXED
2024-05-15 14:33:07+00:00
2024-06-12 21:54:33+00:00
59
2
1896996
After simply clicking a certain PDF, Firefox's PDF viewer won't let me leave without clicking through "This page is asking you to confirm that you want to leave - information you’ve entered may not be saved" dialog
Attach (recommended) or Link to PDF file here: https://bug1896991.bmoattachments.org/attachment.cgi?id=9402056 (from bug 1896991) Steps to reproduce the problem: 1. Visit https://bug1896991.bmoattachments.org/attachment.cgi?id=9402056 in Firefox 127 or newer (older versions will hit bug 1896991) 2. Click a blank area ...
After simply clicking a certain PDF, Firefox's PDF viewer won't let me leave without clicking through "This page is asking you to confirm that you want to leave - information you’ve entered may not be saved" dialog Attach (recommended) or Link to PDF file here: https://bug1896991.bmoattachments.org/attachment.cgi?id=94...
P3
NEW
2024-05-15 21:55:51+00:00
2024-05-16 11:16:49+00:00
287
3
1897021
Intermittent browser/components/screenshots/tests/browser/browser_test_prevent_events.js | single tracking bug
**Filed by:** smolnar [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=458366789&repo=autoland **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/f-7AoCJ5TR6vo7CyPFpNKA/runs/0/artifacts/public/logs/live_backing.log **Reftest URL:** https://hg.mozilla.org/mozilla-c...
Intermittent browser/components/screenshots/tests/browser/browser_test_prevent_events.js | single tracking bug **Filed by:** smolnar [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=458366789&repo=autoland **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/f-7AoCJ...
P5
NEW
2024-05-15 23:49:36+00:00
2025-03-03 06:46:59+00:00
498
5
1897095
Can't easily approve screenshot on Responsive Design Mode
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0 Steps to reproduce: I was about to report a problem on visible area screenshot on Responsive Design Mode (it was taken full) and I was delighted to see that version 127 new Screenshot Engine crops it. Now I have a new problem...
Can't easily approve screenshot on Responsive Design Mode User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:127.0) Gecko/20100101 Firefox/127.0 Steps to reproduce: I was about to report a problem on visible area screenshot on Responsive Design Mode (it was taken full) and I was delighted to see that version 12...
P3
VERIFIED
FIXED
2024-05-16 09:11:36+00:00
2024-10-02 09:57:34+00:00
210
3
1897152
Quick action shortcut "scr" does not work
**Found in** * 127.0b2 **Affected versions** * 127.0b2 * 128.0a1 (2024-05-16) * 126.0 **Tested platforms** * Affected platforms: * MacOS 12.6 * Ubuntu 22.04 * Windows 11 **Steps to reproduce** 1. Open firefox and navigate to a webpage 2. In the address bar type "scr" **Expected result** * Quickaction is shown i...
Quick action shortcut "scr" does not work **Found in** * 127.0b2 **Affected versions** * 127.0b2 * 128.0a1 (2024-05-16) * 126.0 **Tested platforms** * Affected platforms: * MacOS 12.6 * Ubuntu 22.04 * Windows 11 **Steps to reproduce** 1. Open firefox and navigate to a webpage 2. In the address bar type "scr" **...
P3
VERIFIED
FIXED
2024-05-16 13:09:09+00:00
2025-02-16 17:35:48+00:00
175
3
1897250
Duplicate Device in the Firefox sync.
Steps to reproduce: Make a mozilla account. Sync browser information. Go to other PC. Sign in to firefox. Sync Actual results: Duplicate entries of devices in Sync. Expected results: No duplicate entries of devices.
Duplicate Device in the Firefox sync. Steps to reproduce: Make a mozilla account. Sync browser information. Go to other PC. Sign in to firefox. Sync Actual results: Duplicate entries of devices in Sync. Expected results: No duplicate entries of devices.
P3
REOPENED
2024-05-16 17:12:26+00:00
2024-06-18 17:09:51+00:00
58
3
1897296
Firefox will not start as a maximized window
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0 Steps to reproduce: Windows 11: when starting Firefox with a single click from the taskbar, the app opens in a small minimized window. Actual results: Clicking the Maximize icon in that window causes the minimized window t...
Firefox will not start as a maximized window User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0 Steps to reproduce: Windows 11: when starting Firefox with a single click from the taskbar, the app opens in a small minimized window. Actual results: Clicking the Maximize icon...
P3
RESOLVED
INCOMPLETE
2024-05-16 20:27:33+00:00
2024-12-02 12:31:26+00:00
200
3
1897450
Address bar is automatically prefilled by the url fixup when the dropdown pops up a second time.
Steps to reproduce: 1. Copy text `google` or `mozilla` to clipboard 2. Paste to address bar --- Dropdown list pops up as expected 3. Click on content area to roll up the dropdown list 4. Click on address bar or Ctrl+l to focus address bar Actual results: `.com/` or `.org/` is added to the query in the address bar ...
Address bar is automatically prefilled by the url fixup when the dropdown pops up a second time. Steps to reproduce: 1. Copy text `google` or `mozilla` to clipboard 2. Paste to address bar --- Dropdown list pops up as expected 3. Click on content area to roll up the dropdown list 4. Click on address bar or Ctrl+l to...
P3
NEW
2024-05-17 13:20:39+00:00
2024-05-20 15:19:58+00:00
219
3
1897482
TranslationsParent.isSupportedAsToLang checks the wrong language
### Description When testing the localized versions of the SelectTranslationsPanel, I noticed that languages for which we only offer translations as a source language were being offered as a target language. At the time of writing, this occurred with Finnish, which we currently only support as a source language. Thi...
TranslationsParent.isSupportedAsToLang checks the wrong language ### Description When testing the localized versions of the SelectTranslationsPanel, I noticed that languages for which we only offer translations as a source language were being offered as a target language. At the time of writing, this occurred with Fin...
P3
RESOLVED
FIXED
2024-05-17 15:18:12+00:00
2024-06-12 09:35:49+00:00
431
3
1897799
New Tab Weather Widget: Unable to enable weather on new-tab; no error messages, no widget.
Firefox Nightly 128.0a1 (2024-05-20) on macOS 14.5. Both `browser.newtabpage.activity-stream.system.showWeather` and `browser.newtabpage.activity-stream.showWeather` are set to `true`. The widget doesn't appear at all on the New Tab page; the page looks identical in both configurations. When `browser.newtabpage.activ...
New Tab Weather Widget: Unable to enable weather on new-tab; no error messages, no widget. Firefox Nightly 128.0a1 (2024-05-20) on macOS 14.5. Both `browser.newtabpage.activity-stream.system.showWeather` and `browser.newtabpage.activity-stream.showWeather` are set to `true`. The widget doesn't appear at all on the Ne...
P2
NEW
2024-05-20 14:59:41+00:00
2024-06-20 04:54:08+00:00
191
2
1897804
Fox Doodle Spotlight Rollout enrollment targeting should exclude First Run
Scope of this bug is to ensure we are not showing spotlight fox doodle on about:welcome, asking users to set default on first run right after Firefox install. For windows this should be possible by including `!isFirstStartup` in enrollment targeting and to be extra safe `profileRestartCount > 0`. https://experimenter....
Fox Doodle Spotlight Rollout enrollment targeting should exclude First Run Scope of this bug is to ensure we are not showing spotlight fox doodle on about:welcome, asking users to set default on first run right after Firefox install. For windows this should be possible by including `!isFirstStartup` in enrollment targe...
P1
RESOLVED
FIXED
2024-05-20 15:43:00+00:00
2024-06-27 17:25:57+00:00
154
1
1897830
Still no window bar in Firefox applying a Firefox theme
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0 Steps to reproduce: Over a year ago I presented this bug already, but nothing happened since. Therefor I present here a few screenshots to show clearly what the issue is. What I do: I use a Firefox theme to decorate the upper part of F...
Still no window bar in Firefox applying a Firefox theme User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0 Steps to reproduce: Over a year ago I presented this bug already, but nothing happened since. Therefor I present here a few screenshots to show clearly what the issue is. What I d...
P3
RESOLVED
WORKSFORME
2024-05-20 18:24:00+00:00
2024-10-11 14:00:15+00:00
304
3
1897831
Screenshots overlay elements jump to the right when Zooming In/Out
**Found in** * Firefox 127.0b3 **Affected versions** * Nightly 128.0a1 * Firefox 127.0b3 **Tested platforms** * Affected platforms: macOS 13, Ubuntu 22.04, Windows 10. **Steps to reproduce** 1. Navigate to any website and zoom out to 30%. 2. Enable Screenshots by pressing Ctrl/Cmd+Shift+S. 3. Zoom in to 40% and obse...
Screenshots overlay elements jump to the right when Zooming In/Out **Found in** * Firefox 127.0b3 **Affected versions** * Nightly 128.0a1 * Firefox 127.0b3 **Tested platforms** * Affected platforms: macOS 13, Ubuntu 22.04, Windows 10. **Steps to reproduce** 1. Navigate to any website and zoom out to 30%. 2. Enable S...
P3
NEW
2024-05-20 18:29:59+00:00
2024-06-13 18:49:43+00:00
238
3
1897909
Second written line from a text insert is not properly saved on the PDF
**Found in** * Fx 127.0b4 **Affected versions** * Fx 127.0b4 * Fx 126.0 RC * Fx128.0a1 **Affected platforms** * Windows 11/10 * macOS 14.5 * Ubuntu 23.04 **Steps to reproduce** 1. Launch Firefox and open any pdf file from the web ([this](https://www.irs.gov/pub/irs-pdf/f1040.pdf) was used in the example). 2. Click ...
Second written line from a text insert is not properly saved on the PDF **Found in** * Fx 127.0b4 **Affected versions** * Fx 127.0b4 * Fx 126.0 RC * Fx128.0a1 **Affected platforms** * Windows 11/10 * macOS 14.5 * Ubuntu 23.04 **Steps to reproduce** 1. Launch Firefox and open any pdf file from the web ([this](https:...
P1
VERIFIED
FIXED
2024-05-21 09:03:18+00:00
2024-10-10 15:00:04+00:00
260
1
1898038
blockedCountByType documentation has the wrong attribute key
Fix [this doc entry](https://firefox-source-docs.mozilla.org/browser/components/asrouter/docs/targeting-attributes.html#blockedcountbytype), which has the wrong name. ``` declare const messageImpressions: { [key: string]: number }; ```
blockedCountByType documentation has the wrong attribute key Fix [this doc entry](https://firefox-source-docs.mozilla.org/browser/components/asrouter/docs/targeting-attributes.html#blockedcountbytype), which has the wrong name. ``` declare const messageImpressions: { [key: string]: number }; ```
P2
RESOLVED
DUPLICATE
2024-05-21 17:35:46+00:00
2024-10-22 19:15:44+00:00
93
2
1898053
Unclosed BDC can lead to have too much depth in the text layer
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Steps to reproduce: Configuration: Web browser and its version: - Chromium-based: 125.0.6422.60 (Crash with STATUS_STACK_OVERFLOW) - Mozilla Firefox 126.0 (Slow and consumes a lot of CPU, but n...
Unclosed BDC can lead to have too much depth in the text layer User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36 Steps to reproduce: Configuration: Web browser and its version: - Chromium-based: 125.0.6422.60 (Crash with STATUS_STACK_OVERFLOW)...
P1
ASSIGNED
2024-05-21 19:09:01+00:00
2024-05-23 08:15:20+00:00
486
1
1898080
Pasting and copying a multi line string copies URL instead of the string shown
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0 Steps to reproduce: 1. Visit any website (URL bar should show a URL, about:about works) 2. Copy a multi line text, example AAA BBB 3. Paste it into URL bar 4. CTRL + A then CTRL + C 5. Paste back what you copied Actual resu...
Pasting and copying a multi line string copies URL instead of the string shown User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:126.0) Gecko/20100101 Firefox/126.0 Steps to reproduce: 1. Visit any website (URL bar should show a URL, about:about works) 2. Copy a multi line text, example AAA BBB 3. Paste it int...
P3
NEW
2024-05-21 21:08:35+00:00
2024-05-27 15:18:50+00:00
144
3
1898175
The "INSTALL_ADDON_FROM_URL" action is not supported by the featureCallout template
**[Affected versions]:** - Firefox Release 126.0 (Build ID: 20240509170740) - Firefox Nightly 127.0b4 (Build ID: 20240520091901) - Firefox Nightly 128.0a1 (Build ID: 20240520214633) **[Affected Platforms]:** - Windows - macOS - Linux distro [Prerequisites]: - Have following prefs set: - browser.newtabpage.activity-...
The "INSTALL_ADDON_FROM_URL" action is not supported by the featureCallout template **[Affected versions]:** - Firefox Release 126.0 (Build ID: 20240509170740) - Firefox Nightly 127.0b4 (Build ID: 20240520091901) - Firefox Nightly 128.0a1 (Build ID: 20240520214633) **[Affected Platforms]:** - Windows - macOS - Linux d...
P2
NEW
2024-05-22 08:43:14+00:00
2024-05-28 17:04:13+00:00
509
2
1898346
Feature callout theme transparency issue
Themes that use transparency for the wrong colors will result in a janky appearance (see attachment). We should use some color tricks to avoid there being any transparency on the callout box, at least until we find a better way to render arrows. This problem arises with a [recommended theme](https://addons.mozilla.org...
Feature callout theme transparency issue Themes that use transparency for the wrong colors will result in a janky appearance (see attachment). We should use some color tricks to avoid there being any transparency on the callout box, at least until we find a better way to render arrows. This problem arises with a [reco...
P1
VERIFIED
FIXED
2024-05-22 18:23:26+00:00
2024-06-08 03:31:14+00:00
104
1
1898459
The "RELOAD_BROWSER" action is not supported by the featureCallout template
**[Affected versions]:** - Firefox Release 126.0 (Build ID: 20240509170740) - Firefox Nightly 127.0b4 (Build ID: 20240520091901) - Firefox Nightly 128.0a1 (Build ID: 20240520214633) **[Affected Platforms]:** - Windows - macOS - Linux distro **[Prerequisites]:** - Have following prefs set: - browser.newtabpage.activ...
The "RELOAD_BROWSER" action is not supported by the featureCallout template **[Affected versions]:** - Firefox Release 126.0 (Build ID: 20240509170740) - Firefox Nightly 127.0b4 (Build ID: 20240520091901) - Firefox Nightly 128.0a1 (Build ID: 20240520214633) **[Affected Platforms]:** - Windows - macOS - Linux distro *...
P3
NEW
2024-05-23 09:49:16+00:00
2024-05-28 17:11:54+00:00
401
3
1898512
Icon / buttons in sidebar launcher are wonky / duplicated with sidebar.revamp=true
Fairly sure this broke in the last 24-48h. There are also errors in the browser console: ``` Uncaught TypeError: can't access property "assignedNodes", this.slotEl is null checkForLabelText chrome://global/content/elements/moz-button.mjs:89 handleEvent chrome://global/content/vendor/lit.all.mjs:2031 2 moz-but...
Icon / buttons in sidebar launcher are wonky / duplicated with sidebar.revamp=true Fairly sure this broke in the last 24-48h. There are also errors in the browser console: ``` Uncaught TypeError: can't access property "assignedNodes", this.slotEl is null checkForLabelText chrome://global/content/elements/moz-butt...
P1
VERIFIED
FIXED
2024-05-23 13:45:40+00:00
2024-07-01 14:08:42+00:00
197
1
1898576
amazon.fr/amazon.de aren't understood by analysis-explainer code; fills in "retailer" which isn't localized
This code: https://searchfox.org/mozilla-central/rev/a44891c52387ca4bd7c35b50f0d335f3980ef36a/browser/components/shopping/content/analysis-explainer.mjs#87-104 ```js // It turns out we must always return a non-empty string: if not, the fluent // resolver will complain that the variable value is missing. We use the // ...
amazon.fr/amazon.de aren't understood by analysis-explainer code; fills in "retailer" which isn't localized This code: https://searchfox.org/mozilla-central/rev/a44891c52387ca4bd7c35b50f0d335f3980ef36a/browser/components/shopping/content/analysis-explainer.mjs#87-104 ```js // It turns out we must always return a non-e...
P2
RESOLVED
FIXED
2024-05-23 17:15:54+00:00
2024-06-19 14:56:57+00:00
430
2
1898609
[Returning Users] Refresh Firefox Infobar shouldn't display on first startup after a user refreshes their profile
Refresh Firefox infobar shows up on about:welcome for users reinstalling Firefox. Considering we are showing user option to reset profile settings in installer, we should avoid duplicate action by showing Refresh Firefox infobar again during first run. STR 1. On latest windows, delete Firefox app from 'Add or Remove P...
[Returning Users] Refresh Firefox Infobar shouldn't display on first startup after a user refreshes their profile Refresh Firefox infobar shows up on about:welcome for users reinstalling Firefox. Considering we are showing user option to reset profile settings in installer, we should avoid duplicate action by showing R...
P1
VERIFIED
FIXED
2024-05-23 20:35:07+00:00
2024-11-22 11:56:42+00:00
287
1
1898785
Staging folder compression step with nsIZipWriter janks the parent process main thread
After cloning the various data stores in the user's profile directory, we compress the resulting files into a single compressed file via nsIZipWriter: https://searchfox.org/mozilla-central/rev/0529464f0d2981347ef581f7521ace8b7af7f7ac/browser/components/backup/BackupService.sys.mjs#451-499 Despite using the background...
Staging folder compression step with nsIZipWriter janks the parent process main thread After cloning the various data stores in the user's profile directory, we compress the resulting files into a single compressed file via nsIZipWriter: https://searchfox.org/mozilla-central/rev/0529464f0d2981347ef581f7521ace8b7af7f7a...
P3
NEW
2024-05-24 16:55:55+00:00
2024-10-07 14:30:31+00:00
210
3
1898802
Firefox does not show correctly a PDF
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0 Steps to reproduce: I generated a PDF using a Java application I have created (https://github.com/Aliuken/JobVacanciesApp_Java11) Actual results: The file is not properly rendered in Firefox Expected results: Using Chrome or Adob...
Firefox does not show correctly a PDF User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0 Steps to reproduce: I generated a PDF using a Java application I have created (https://github.com/Aliuken/JobVacanciesApp_Java11) Actual results: The file is not properly rendered in Firefox E...
P1
VERIFIED
FIXED
2024-05-24 18:41:47+00:00
2024-06-17 10:06:09+00:00
122
1
1898837
Review Checker Auto-open toggle does not respect Turned-off Auto-open selection after manually opening up the RC sidebar
SUMMARY - Review Checker V1.1 does not respect a turned-off auto-open toggle after a user manually opens Review Checker again from the address bar shopping icon affordance. What results is that RC "auto-opens" even after the user has elected to turn off "auto-open" -- potentially annoying the user. VERSION DETAILS - ...
Review Checker Auto-open toggle does not respect Turned-off Auto-open selection after manually opening up the RC sidebar SUMMARY - Review Checker V1.1 does not respect a turned-off auto-open toggle after a user manually opens Review Checker again from the address bar shopping icon affordance. What results is that RC "a...
P2
NEW
2024-05-25 00:22:40+00:00
2024-06-10 19:55:04+00:00
472
2
1898925
Firefox remembers windows with sidebar or not only if window where you leave Firefox has not.
Steps to reproduce: Hello! I use Lubuntu 22.04 OS, and I have seen the behavior I'm talking about in the 2 Firefox I have installed: Firefox 115 (ESR) and Firefox 126 (Snap version). I used 2 addons, GrassHopper and Sidebery, in the sidebar, and saw the same behavior, but I suppose it would be the same if I would disp...
Firefox remembers windows with sidebar or not only if window where you leave Firefox has not. Steps to reproduce: Hello! I use Lubuntu 22.04 OS, and I have seen the behavior I'm talking about in the 2 Firefox I have installed: Firefox 115 (ESR) and Firefox 126 (Snap version). I used 2 addons, GrassHopper and Sidebery,...
P3
NEW
2024-05-25 21:57:44+00:00
2024-07-09 12:30:58+00:00
378
3
1899013
Potential nsIObserver loop in ActivityStream
[Issue here](https://searchfox.org/mozilla-central/rev/9508d23ab6de8b0734be2c95303515b08da1ce28/browser/components/newtab/lib/ActivityStream.sys.mjs#733,739,781,785). I'm not sure if a loop can actually happen in practice, but it still would be wise to remove it. This isn't a blocking infinite loop, it just means the ...
Potential nsIObserver loop in ActivityStream [Issue here](https://searchfox.org/mozilla-central/rev/9508d23ab6de8b0734be2c95303515b08da1ce28/browser/components/newtab/lib/ActivityStream.sys.mjs#733,739,781,785). I'm not sure if a loop can actually happen in practice, but it still would be wise to remove it. This isn't...
P2
NEW
2024-05-26 10:03:25+00:00
2024-06-03 16:49:05+00:00
426
2
1899136
[Experiment] “Dismiss” button appears as “X”, instead of appearing as a button with a dropdown menu
**[Affected versions]:** - Firefox build version >=123 **[Affected Platforms]:** - Windows 10 x64 - macOS Ventura 13.6.2 - Ubuntu 22.04 x64 **[Prerequisites]:** - Have a Firefox build version >=123. - Have a browser client enrolled in a Nimbus experiment that enables the “Discovery Search” message: https://experimen...
[Experiment] “Dismiss” button appears as “X”, instead of appearing as a button with a dropdown menu **[Affected versions]:** - Firefox build version >=123 **[Affected Platforms]:** - Windows 10 x64 - macOS Ventura 13.6.2 - Ubuntu 22.04 x64 **[Prerequisites]:** - Have a Firefox build version >=123. - Have a browser cl...
P1
RESOLVED
WONTFIX
2024-05-27 11:55:22+00:00
2024-05-30 08:40:13+00:00
323
1
1899257
Extensions managing tabs still show original tab title for http auth spoof scenario
Bug 791594 includes a patch to update the tab title when a http auth dialog is shown on top of an unrelated page. This change does not seem to affect the extension API though. When testing the PoC with Sideberry installed it still shows the original tab title. PoC: https://eviltrap.site/trap/http-auth-prompt-spoof
Extensions managing tabs still show original tab title for http auth spoof scenario Bug 791594 includes a patch to update the tab title when a http auth dialog is shown on top of an unrelated page. This change does not seem to affect the extension API though. When testing the PoC with Sideberry installed it still shows...
P3
NEW
2024-05-28 10:47:56+00:00
2024-05-29 20:16:49+00:00
100
3
1899349
Shift+Middle button click on a bookmark item in the library window opens the previously selected item instead of the clicked item.
Steps to reproduce: 1. Open Library (Ctrl+Shift+O) 2. Expand the tree/folder so that there are many bookmark items in the right pane. 3. Make one of any bookmark item selected. 4. Shift+middle button click on any other unselected bookmark item. Actual Results: Instead of the clicked bookmark item, the bookmark item s...
Shift+Middle button click on a bookmark item in the library window opens the previously selected item instead of the clicked item. Steps to reproduce: 1. Open Library (Ctrl+Shift+O) 2. Expand the tree/folder so that there are many bookmark items in the right pane. 3. Make one of any bookmark item selected. 4. Shift+mi...
P5
NEW
2024-05-28 16:54:27+00:00
2024-06-17 15:21:51+00:00
130
5
1899519
Ubuntu Screenreader fails to read the "Cancel" button
**Found in** * Firefox 127.0b7 **Affected versions** * Firefox 127.0b7 * Nightly 128.0a1 **Tested platforms** * Affected platforms: Ubuntu 23.10, Ubuntu 22.04 * Unaffected platforms: Windows 10, macOS 13 **Preconditions** * Enable the Ubuntu integrated Screenreader **Steps to reproduce** 1. Navigate to any webpage....
Ubuntu Screenreader fails to read the "Cancel" button **Found in** * Firefox 127.0b7 **Affected versions** * Firefox 127.0b7 * Nightly 128.0a1 **Tested platforms** * Affected platforms: Ubuntu 23.10, Ubuntu 22.04 * Unaffected platforms: Windows 10, macOS 13 **Preconditions** * Enable the Ubuntu integrated Screenread...
P3
NEW
2024-05-29 10:11:04+00:00
2024-06-18 00:07:50+00:00
211
3
1899538
The "SET_DEFAULT_PDF_HANDLER" action is not supported by the featureCallout template
**[Affected versions]:** - Firefox Release 126.0.1 (Build ID: 20240526221752) - Firefox Beta 127.0b7 (Build ID: 20240527091822) - Firefox Nightly 128.0a1 (Build ID: 20240529013712) **[Affected Platforms]:** - Windows 10 **[Prerequisites]:** - Have Firefox installed. - Have a non-Firefox app set as default for .pdf fi...
The "SET_DEFAULT_PDF_HANDLER" action is not supported by the featureCallout template **[Affected versions]:** - Firefox Release 126.0.1 (Build ID: 20240526221752) - Firefox Beta 127.0b7 (Build ID: 20240527091822) - Firefox Nightly 128.0a1 (Build ID: 20240529013712) **[Affected Platforms]:** - Windows 10 **[Prerequisi...
P3
NEW
2024-05-29 12:54:28+00:00
2024-06-10 17:46:33+00:00
477
3
1899556
Tab hover preview leaks for a moment over an app that is in focus even though Firefox is in background
**Found in** * Nightly 128.0a1 **Affected versions** * Nightly 128.0a1 **Tested platforms** * Affected platforms: MacOS 13 * Unaffected platforms: Windows 11 and Ubuntu 22.04 **Preconditions** * `browser.tabs.cardPreview.enabled` to `true` **Steps to reproduce** 1. Open a few different websites in different tabs 2....
Tab hover preview leaks for a moment over an app that is in focus even though Firefox is in background **Found in** * Nightly 128.0a1 **Affected versions** * Nightly 128.0a1 **Tested platforms** * Affected platforms: MacOS 13 * Unaffected platforms: Windows 11 and Ubuntu 22.04 **Preconditions** * `browser.tabs.cardP...
P2
VERIFIED
FIXED
2024-05-29 14:15:53+00:00
2024-07-23 19:08:52+00:00
241
2
1899561
webextension's sidebar has viewport width that is widely than the sidebar width
I narrowed this regression is caused by bug 1898705. ## Environment - macOS 14.5 (Apple Silicon) - Firefox Nightly https://hg.mozilla.org/mozilla-central/rev/e1da1893a0c56d2752be4e6eb1efa16c58723a55 ## Steps to Reproduce 1. Install web extension that provides a sidebar. - https://addons.mozilla.org/ja/firefox/a...
webextension's sidebar has viewport width that is widely than the sidebar width I narrowed this regression is caused by bug 1898705. ## Environment - macOS 14.5 (Apple Silicon) - Firefox Nightly https://hg.mozilla.org/mozilla-central/rev/e1da1893a0c56d2752be4e6eb1efa16c58723a55 ## Steps to Reproduce 1. Install web ...
P1
VERIFIED
FIXED
2024-05-29 14:30:48+00:00
2025-02-16 17:35:16+00:00
297
1
1899594
update analysis doesn't work
sometimes when clicking for updated analysis (where a grade and updated star rating already exists) I get an error 'no info available right now' and I lose access to the previous grade and adjusted star rating. here's an example amazon pdp: https://www.amazon.com/Backpacks-Friendly-Traveling-Water-resistant-Compartm...
update analysis doesn't work sometimes when clicking for updated analysis (where a grade and updated star rating already exists) I get an error 'no info available right now' and I lose access to the previous grade and adjusted star rating. here's an example amazon pdp: https://www.amazon.com/Backpacks-Friendly-Trave...
P2
RESOLVED
INCOMPLETE
2024-05-29 17:00:15+00:00
2024-06-10 20:04:00+00:00
307
2
1899682
On-launch primary browser prompt does not pin Firefox to taskbar on Windows 11 24H2
The "Make Firefox your primary browser?" prompt that appears on launch when Firefox is not the default browser and is not pinned to the taskbar does not pin to the taskbar on Windows 11 24H2 (currently in the Windows Insider Dev Channel). The distinction here is that the TaskbarManager API is being used for taskbar pin...
On-launch primary browser prompt does not pin Firefox to taskbar on Windows 11 24H2 The "Make Firefox your primary browser?" prompt that appears on launch when Firefox is not the default browser and is not pinned to the taskbar does not pin to the taskbar on Windows 11 24H2 (currently in the Windows Insider Dev Channel...
P3
RESOLVED
FIXED
2024-05-30 02:53:06+00:00
2024-06-12 04:55:36+00:00
274
3
1899698
PIDs not shown in tab hover for tabs that are not in focus after a browser restart
**Found in** * Latest Nightly 128.0a1 **Affected versions** * Nightly 128.0a1 **Tested platforms** * Affected platforms: MacOS 13, Windows 11 and Ubuntu 22.04 * Unaffected platforms: none **Preconditions** * `browser.tabs.cardPreview.enabled` - `true` * `browser.tabs.tooltipsShowPidAndActiveness` - `true` **Steps t...
PIDs not shown in tab hover for tabs that are not in focus after a browser restart **Found in** * Latest Nightly 128.0a1 **Affected versions** * Nightly 128.0a1 **Tested platforms** * Affected platforms: MacOS 13, Windows 11 and Ubuntu 22.04 * Unaffected platforms: none **Preconditions** * `browser.tabs.cardPreview....
P3
RESOLVED
WONTFIX
2024-05-30 08:24:08+00:00
2024-06-19 00:09:58+00:00
261
3
1899741
Allow focus to move into and out of feature callouts
**[Affected versions]:** - Firefox build version >=123 **[Affected Platforms]:** - Windows 10 x64 - macOS Ventura 13.6.2 - Ubuntu 22.04 x64 **[Prerequisites]:** - Have a Firefox build version >=123. - Have a browser client enrolled in a Nimbus experiment that enables the “Discovery Search” message: https://experimen...
Allow focus to move into and out of feature callouts **[Affected versions]:** - Firefox build version >=123 **[Affected Platforms]:** - Windows 10 x64 - macOS Ventura 13.6.2 - Ubuntu 22.04 x64 **[Prerequisites]:** - Have a Firefox build version >=123. - Have a browser client enrolled in a Nimbus experiment that enabl...
P1
NEW
2024-05-30 12:19:25+00:00
2025-03-03 18:05:21+00:00
317
1
1899747
Add option to extend feature callout page_event_listener to all windows
**[Affected versions]:** - Firefox Nightly 128.0a1 - Build ID: 20240529214854 - Firefox Beta 127.0b8 - Build ID: 20240529091551 - Firefox Release 126.0.1 - Build ID: 20240526221752 **[Affected Platforms]:** - Windows 10 - macOS 14 - Ubuntu 22.04 **[Prerequisites]:** - Have a Firefox build installed and use a new prof...
Add option to extend feature callout page_event_listener to all windows **[Affected versions]:** - Firefox Nightly 128.0a1 - Build ID: 20240529214854 - Firefox Beta 127.0b8 - Build ID: 20240529091551 - Firefox Release 126.0.1 - Build ID: 20240526221752 **[Affected Platforms]:** - Windows 10 - macOS 14 - Ubuntu 22.04 ...
P1
VERIFIED
FIXED
2024-05-30 12:41:39+00:00
2024-12-31 12:03:04+00:00
487
1
1899757
[Experiment] The Pin message is anchored in the active tab when loading the target sites in new background tabs
**[Affected versions]:** - Firefox Nightly 128.0a1 - Build ID: 20240529214854 - Firefox Beta 127.0b8 - Build ID: 20240529091551 - Firefox Release 126.0.1 - Build ID: 20240526221752 **[Affected Platforms]:** - Windows 10 - macOS 14 - Ubuntu 22.04 **[Prerequisites]:** - Have a Firefox build installed and use a new prof...
[Experiment] The Pin message is anchored in the active tab when loading the target sites in new background tabs **[Affected versions]:** - Firefox Nightly 128.0a1 - Build ID: 20240529214854 - Firefox Beta 127.0b8 - Build ID: 20240529091551 - Firefox Release 126.0.1 - Build ID: 20240526221752 **[Affected Platforms]:** ...
P1
VERIFIED
FIXED
2024-05-30 13:16:58+00:00
2024-10-22 19:15:44+00:00
393
1
1899801
Keydown not working on screenshots overlay buttons
STR: 1. Open screenshots 2. Use the keyboard to focus the crosshairs cancel button 3. "Enter" or " "(space) on the cancel button AR: Nothing happens ER: The overlay should close This also happens on the `x`, `copy` and `download` buttons on the overlay
Keydown not working on screenshots overlay buttons STR: 1. Open screenshots 2. Use the keyboard to focus the crosshairs cancel button 3. "Enter" or " "(space) on the cancel button AR: Nothing happens ER: The overlay should close This also happens on the `x`, `copy` and `download` buttons on the overlay
P1
VERIFIED
FIXED
2024-05-30 15:21:48+00:00
2024-06-14 15:28:44+00:00
82
1
1899804
Editing a PDF results in unexpected content change
User Agent: Mozilla/5.0 (Android 14; Mobile; rv:128.0) Gecko/128.0 Firefox/128.0 Steps to reproduce: Open this pdf: https://www.vodafone.de/media/downloads/pdf/2060-sepa-basis-lastschrift-mandat-festnetz.pdf Make a edit in a field of the pdf Leave the field The barcode on the left turns into rubbish Actual resul...
Editing a PDF results in unexpected content change User Agent: Mozilla/5.0 (Android 14; Mobile; rv:128.0) Gecko/128.0 Firefox/128.0 Steps to reproduce: Open this pdf: https://www.vodafone.de/media/downloads/pdf/2060-sepa-basis-lastschrift-mandat-festnetz.pdf Make a edit in a field of the pdf Leave the field The ba...
P1
RESOLVED
FIXED
2024-05-30 15:23:20+00:00
2024-06-19 21:14:17+00:00
136
1
1899837
Handle previews for multi-feature experiments in the dashboard
Right now, we default to previewing the first messaging feature in an experiment. This works fine when there's only one feature, but in cases where there's more than one we need better handling. Right now there's the [About Welcome post first run](https://experimenter.services.mozilla.com/nimbus/about-welcome-post-fir...
Handle previews for multi-feature experiments in the dashboard Right now, we default to previewing the first messaging feature in an experiment. This works fine when there's only one feature, but in cases where there's more than one we need better handling. Right now there's the [About Welcome post first run](https://...
P2
NEW
2024-05-30 17:12:05+00:00
2024-06-14 15:15:45+00:00
319
2
1899855
Perma mozilla-beta browser/components/aboutlogins/tests/browser/browser_alertDismissedAfterChangingPassword.js | single tracking bug
**Filed by:** smolnar [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=460344798&repo=mozilla-beta **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/aSfz0fHyQ12MYdBig_KLog/runs/0/artifacts/public/logs/live_backing.log --- ``` TEST-PASS | browser/components/about...
Perma mozilla-beta browser/components/aboutlogins/tests/browser/browser_alertDismissedAfterChangingPassword.js | single tracking bug **Filed by:** smolnar [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=460344798&repo=mozilla-beta **Full log:** https://firefox-ci-tc.services.mozilla.com...
P5
RESOLVED
WORKSFORME
2024-05-30 18:08:31+00:00
2024-06-03 06:30:04+00:00
387
5
1900006
The "Problem loading languages" error is not read automatically by VoiceOver
**Note** * When using VoiceOver to read the Select Translations panel and the "Problem Loading languages" error is displayed, the error is not verbalized. * The user can use CTRL+ALT+Left/Right to navigate inside the panel and read the error. **Found in** * Nightly v128.0a1 **Affected versions** * Nightly v128.0a1 *...
The "Problem loading languages" error is not read automatically by VoiceOver **Note** * When using VoiceOver to read the Select Translations panel and the "Problem Loading languages" error is displayed, the error is not verbalized. * The user can use CTRL+ALT+Left/Right to navigate inside the panel and read the error. ...
P3
NEW
2024-05-31 11:13:45+00:00
2024-06-19 15:10:58+00:00
476
3
1900011
Tab preview no longer displayed when closing another tab using the keyboard keys
**Found in** * 128.0a1 (2024-05-30) **Affected versions** * 128.0a1 (2024-05-30) **Tested platforms** * Affected platforms: macOS 14.4, Windows 11, Ubuntu 22.04 * Unaffected platforms: none **Preconditions** * Have browser.tabs.cardPreview.enabled set to true in about:config **Steps to reproduce** 1. Open 2-3 tabs ...
Tab preview no longer displayed when closing another tab using the keyboard keys **Found in** * 128.0a1 (2024-05-30) **Affected versions** * 128.0a1 (2024-05-30) **Tested platforms** * Affected platforms: macOS 14.4, Windows 11, Ubuntu 22.04 * Unaffected platforms: none **Preconditions** * Have browser.tabs.cardPrev...
P3
VERIFIED
FIXED
2024-05-31 11:55:49+00:00
2024-06-05 06:15:56+00:00
274
3
1900017
Inconsistent behaviour for tab hover preview when one navigates through tabs using only the keyboard and a preview is already opened
**Found in** * Latest Nightly 128.0a1 **Affected versions** * Latest Nightly 128.0a1 **Tested platforms** * Affected platforms: MacOS 13.6, Windows 11 and Ubuntu 22.04 * Unaffected platforms: none **Preconditions** * `browser.tabs.cardPreview.enabled` set to `true` **Steps to reproduce** (not exact steps, at this t...
Inconsistent behaviour for tab hover preview when one navigates through tabs using only the keyboard and a preview is already opened **Found in** * Latest Nightly 128.0a1 **Affected versions** * Latest Nightly 128.0a1 **Tested platforms** * Affected platforms: MacOS 13.6, Windows 11 and Ubuntu 22.04 * Unaffected plat...
P3
REOPENED
2024-05-31 12:02:23+00:00
2024-09-23 20:21:36+00:00
448
3
1900023
Using keyboard to navigating through the settings button and its submenu are inconsistent on MacOS
**Note** * On MacOS, if the user uses keyboard navigation to activate the Settings button, he will need to use the SPACE key explicitly, however, to activate on of its submenu buttons, he needs to use the ENTER key explicitly. This flow is quite confusing since the user has to know to use SPACE, and then ENTER. * The u...
Using keyboard to navigating through the settings button and its submenu are inconsistent on MacOS **Note** * On MacOS, if the user uses keyboard navigation to activate the Settings button, he will need to use the SPACE key explicitly, however, to activate on of its submenu buttons, he needs to use the ENTER key explic...
P3
VERIFIED
FIXED
2024-05-31 12:14:22+00:00
2024-06-21 19:25:36+00:00
388
3
1900026
Tab hover preview is not displayed in the tab strip after scrolling stops
**Found in** * 128.0a1 (2024-05-29) **Affected versions** * 128.0a1 (2024-05-29) **Tested platforms** * Affected platforms: macOS, Ubuntu 22, Windows 10x64 * Unaffected platforms: none **Preconditions** * browser.tabs.cardPreview.enabled: true **Steps to reproduce** 1. Open multiple tabs with webpages until the tab...
Tab hover preview is not displayed in the tab strip after scrolling stops **Found in** * 128.0a1 (2024-05-29) **Affected versions** * 128.0a1 (2024-05-29) **Tested platforms** * Affected platforms: macOS, Ubuntu 22, Windows 10x64 * Unaffected platforms: none **Preconditions** * browser.tabs.cardPreview.enabled: true...
P3
NEW
2024-05-31 12:24:09+00:00
2024-07-09 19:16:57+00:00
220
3
1900029
[Experiment] The "Don't show this recommendation again" option of the Firefox View callout doesn't block the message
**[Affected versions]:** - Firefox Nightly 128.0a1 - Build ID: 20240529214854 - Firefox Beta 127.0b8 - Build ID: 20240529091551 - Firefox Release 126.0.1 - Build ID: 20240526221752 **[Affected Platforms]:** - Windows 10 - macOS 13.4 - Ubuntu 22.04 **[Prerequisites]:** - Have following prefs set: - browser.search.re...
[Experiment] The "Don't show this recommendation again" option of the Firefox View callout doesn't block the message **[Affected versions]:** - Firefox Nightly 128.0a1 - Build ID: 20240529214854 - Firefox Beta 127.0b8 - Build ID: 20240529091551 - Firefox Release 126.0.1 - Build ID: 20240526221752 **[Affected Platforms...
P1
VERIFIED
FIXED
2024-05-31 12:45:02+00:00
2024-06-05 09:04:35+00:00
405
1
1900197
Settings' Site Data Viewer/Cookie Manager claims data for many sites 'Last used' on browser startup
Firefox 126.0.1 on Windows 10 In one profile, Firefox Settings > Privacy & Security > Cookies and Site Data > Manage Data shows for >80% of the sites listed there as 'Last Used' during the last browser startup, with no tabs restored and no sites loaded. For one site checked, the lastAccessed value in the cookies.sqli...
Settings' Site Data Viewer/Cookie Manager claims data for many sites 'Last used' on browser startup Firefox 126.0.1 on Windows 10 In one profile, Firefox Settings > Privacy & Security > Cookies and Site Data > Manage Data shows for >80% of the sites listed there as 'Last Used' during the last browser startup, with no ...
P3
NEW
2024-06-01 15:33:47+00:00
2024-11-16 17:48:55+00:00
147
3
1900215
Blurry icons in download manager with gui scaling and hidpi on Linux / X11
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0 Steps to reproduce: Download something and open the download manager or click on the download icon. Actual results: The icons are blurry. Expected results: The icons should be sharp. I am using Linux / X11 with gui scaling set t...
Blurry icons in download manager with gui scaling and hidpi on Linux / X11 User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0 Steps to reproduce: Download something and open the download manager or click on the download icon. Actual results: The icons are blurry. Expected results:...
P3
NEW
2024-06-01 20:53:39+00:00
2024-07-04 12:39:33+00:00
136
3
1900240
Home and newtab small link text colour issue with wallpaper
Fairly small issue. Step to test: 1. Set browser.newtabpage.activity-stream.newtabWallpapers.enabled to true 2. Set browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled to true 3. Set a dark colour wallpaper 4. Inspect the "Learn more" link in the pocket section header 5. On that element in the inspector, ri...
Home and newtab small link text colour issue with wallpaper Fairly small issue. Step to test: 1. Set browser.newtabpage.activity-stream.newtabWallpapers.enabled to true 2. Set browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled to true 3. Set a dark colour wallpaper 4. Inspect the "Learn more" link in the p...
P1
VERIFIED
FIXED
2024-06-02 03:00:42+00:00
2024-06-07 14:17:27+00:00
124
1
1900281
Sync bookmarks between Windows and Debian doesn't work
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: Prerequisites * Windows 10 22H2, Firefox 126.0.1 (64-bit) * Debian GNU/Linux 12 (bookworm), Firefox 115.11.0esr (64-bit) * Firefox on Windows has multiple bookmarks. Firefox on Debian is fresh install. Repro steps: ...
Sync bookmarks between Windows and Debian doesn't work User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: Prerequisites * Windows 10 22H2, Firefox 126.0.1 (64-bit) * Debian GNU/Linux 12 (bookworm), Firefox 115.11.0esr (64-bit) * Firefox on Windows has multiple bookm...
P3
UNCONFIRMED
2024-06-02 20:35:10+00:00
2024-08-07 10:51:25+00:00
199
3
1900323
Moving the customize tab to a new window will result in a blank tab with the name New tab
**Found in** * 128.0a1 (2024-05-02) **Affected versions** * 128.0a1 (2024-05-02) * 127.0b9 * 126.0.1 **Tested platforms** * Affected platforms: Windows 10x64, macOS, Ubuntu * Unaffected platforms: none **Steps to reproduce** 1. Open at least 2 tabs and Customize tab. 2. Select the Customize tab and another tab u...
Moving the customize tab to a new window will result in a blank tab with the name New tab **Found in** * 128.0a1 (2024-05-02) **Affected versions** * 128.0a1 (2024-05-02) * 127.0b9 * 126.0.1 **Tested platforms** * Affected platforms: Windows 10x64, macOS, Ubuntu * Unaffected platforms: none **Steps to reproduce*...
P3
NEW
2024-06-03 10:48:59+00:00
2024-06-03 14:32:47+00:00
215
3
1900348
New tab image credit isn't sticking to the bottom of the new tab page
On the new tab page with a custom background set via enabling the `browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled` pref, the credits to the image don't stick to the bottom of the page but float just below and to the left side of the address bar. Is this intentional or should the credits line `p.wallpa...
New tab image credit isn't sticking to the bottom of the new tab page On the new tab page with a custom background set via enabling the `browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled` pref, the credits to the image don't stick to the bottom of the page but float just below and to the left side of the a...
P2
RESOLVED
FIXED
2024-06-03 13:08:47+00:00
2025-01-24 16:39:43+00:00
109
2
1900401
prefFlips feature schema has wrong path
There is a typo in the prefFlips feature schema path, causing failures in Experimenter (see https://app.circleci.com/pipelines/github/mozilla/experimenter/39856/workflows/ec31ad8e-1ca0-4183-b00a-ecdb94ee0f63/jobs/194471)
prefFlips feature schema has wrong path There is a typo in the prefFlips feature schema path, causing failures in Experimenter (see https://app.circleci.com/pipelines/github/mozilla/experimenter/39856/workflows/ec31ad8e-1ca0-4183-b00a-ecdb94ee0f63/jobs/194471)
P1
RESOLVED
FIXED
2024-06-03 16:19:28+00:00
2024-06-04 09:53:23+00:00
102
1
1900423
Refine nested wallpaper styles
[Figma](https://www.figma.com/design/5hUBRTrDG3iWwi26KyLhtz/New-Tab?node-id=6510-70042&t=ZbwDxaSiCdEMAO5c-0) Clean up layout styles for wallpaper v2.
Refine nested wallpaper styles [Figma](https://www.figma.com/design/5hUBRTrDG3iWwi26KyLhtz/New-Tab?node-id=6510-70042&t=ZbwDxaSiCdEMAO5c-0) Clean up layout styles for wallpaper v2.
P1
VERIFIED
FIXED
2024-06-03 17:48:35+00:00
2024-06-26 12:07:27+00:00
82
1
1900445
Review Checker in-sidebar survey briefly shows a focus ring when clicking inside it
`browser.shopping.experience2023.survey.enabled` must be true (experiment does this) `browser.shopping.experience2023.survey.optedInTime` must be 24 hours ago `browser.shopping.experience2023.survey.hasSeen` must be false `browser.shopping.experience2023.survey.pdpVisits` must be 5 `browser.shopping.experience2023.opte...
Review Checker in-sidebar survey briefly shows a focus ring when clicking inside it `browser.shopping.experience2023.survey.enabled` must be true (experiment does this) `browser.shopping.experience2023.survey.optedInTime` must be 24 hours ago `browser.shopping.experience2023.survey.hasSeen` must be false `browser.shopp...
P3
NEW
2024-06-03 19:14:54+00:00
2024-06-10 17:45:23+00:00
160
3
1900462
Show Google search suggestions in browser language
I have Google configured as the default search engine and English as the browser language. I am browsing from Germany. When I type a query into the address bar and view the suggestions, the suggestions and the rich results are shown in German. I would expect the suggestions to show in English. When I click through t...
Show Google search suggestions in browser language I have Google configured as the default search engine and English as the browser language. I am browsing from Germany. When I type a query into the address bar and view the suggestions, the suggestions and the rich results are shown in German. I would expect the sug...
P3
UNCONFIRMED
2024-06-03 20:39:27+00:00
2024-10-10 15:10:52+00:00
258
3
1900477
Intermittent browser/components/tabbrowser/test/tabs/browser_tab_manager_keyboard_access.js | Test timed out -
**Filed by:** tszentpeteri [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=460924138&repo=autoland **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/RJt2sHzYQx-IbInt-U3CTQ/runs/0/artifacts/public/logs/live_backing.log --- ``` [task 2024-06-03T21:57:23.124Z] 21:...
Intermittent browser/components/tabbrowser/test/tabs/browser_tab_manager_keyboard_access.js | Test timed out - **Filed by:** tszentpeteri [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=460924138&repo=autoland **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/RJ...
P5
RESOLVED
INCOMPLETE
2024-06-03 22:07:38+00:00
2024-10-08 05:12:11+00:00
404
5
1900486
Review Checker Blank Screen after filling out Satisfaction Microsurvey and Disabling Feature
STEPS TO REPLICATE 1) You will need to use Review Checker by going to an Amazon, Best Buy, or Walmart PDP 2) Opt in when you see the opt-in screen by hitting "Yes, try it" 3) You'll need to fill out the Satisfaction microsurvey, which is triggered by being at least on your 2nd session and having already visited 5 PDPs...
Review Checker Blank Screen after filling out Satisfaction Microsurvey and Disabling Feature STEPS TO REPLICATE 1) You will need to use Review Checker by going to an Amazon, Best Buy, or Walmart PDP 2) Opt in when you see the opt-in screen by hitting "Yes, try it" 3) You'll need to fill out the Satisfaction microsurve...
P1
RESOLVED
FIXED
2024-06-03 22:41:33+00:00
2024-06-30 18:12:36+00:00
457
1
1900511
RC survey visual issues
- the RC survey's background doesn't match the other shopping cards. - same for its box-shadow - the steps indicator lacks animation
RC survey visual issues - the RC survey's background doesn't match the other shopping cards. - same for its box-shadow - the steps indicator lacks animation
P1
RESOLVED
FIXED
2024-06-04 01:17:39+00:00
2024-06-19 04:12:00+00:00
35
1
1900588
[Experiment] The question mark is displayed on a different line than the text on the Firefox View Feature callout message in French language on Treatment B branch
**[Affected versions]:** - Firefox Release 126.0.1 - Build ID: 20240526221752 - Firefox Beta 127.0b9 - Build ID: 20240531105723 - Firefox Nightly 128.0a1 - Build ID: 20240603093418 **[Affected Platforms]:** - Windows 10 - Ubuntu 22.04 **[Prerequisites]:** - Have a Firefox build in french locale installed and use ...
[Experiment] The question mark is displayed on a different line than the text on the Firefox View Feature callout message in French language on Treatment B branch **[Affected versions]:** - Firefox Release 126.0.1 - Build ID: 20240526221752 - Firefox Beta 127.0b9 - Build ID: 20240531105723 - Firefox Nightly 128.0a1 - ...
P1
VERIFIED
FIXED
2024-06-04 12:38:31+00:00
2024-06-10 07:03:34+00:00
481
1
1900703
policies.json file fails to load if file encoding is utf-16le
Steps to reproduce: I created a `policies.json` file on a Windows machine, and used Notepad to create the file. Notepad creates files with a file encoding of UTF-16LE by default. Operating System: Windows 10 Firefox version: 126.0.1 (64-bit) Actual results: Firefox failed to load the `policies.json` file. It shows...
policies.json file fails to load if file encoding is utf-16le Steps to reproduce: I created a `policies.json` file on a Windows machine, and used Notepad to create the file. Notepad creates files with a file encoding of UTF-16LE by default. Operating System: Windows 10 Firefox version: 126.0.1 (64-bit) Actual resul...
P5
RESOLVED
WONTFIX
2024-06-04 20:57:16+00:00
2024-06-21 11:43:59+00:00
215
5
1900705
The "Close" button on new-tab cog sidebar should perhaps overlap where the Cog icon was, so that you can click the same location again to close the sidebar
STR: (1) Open a new tab. (2) Click the center of the cog icon at the top-right, to open the sidebar. (3) Click the same screen location again. ACTUAL RESULTS: Nothing happens. Your click barely misses the "Close" button. EXPECTED RESULTS: Maybe the close button should be shifted rightwards (or the cog button should be...
The "Close" button on new-tab cog sidebar should perhaps overlap where the Cog icon was, so that you can click the same location again to close the sidebar STR: (1) Open a new tab. (2) Click the center of the cog icon at the top-right, to open the sidebar. (3) Click the same screen location again. ACTUAL RESULTS: Noth...
P3
NEW
2024-06-04 21:02:43+00:00
2024-06-24 14:21:57+00:00
256
3
1900710
Brief bright flash of blank/white background color, when opening new tab with wallpaper
STR: 1. In about:config, set `browser.newtabpage.activity-stream.newtabWallpapers.enabled` to `true` 2. Open a new tab, tap the cog icon, and choose the top-right option (yellow/pink/blue swooshes), or any one that's darker than our default white tab-background. 3. Open a new tab. 4. Open another new tab. (Repeat as-ne...
Brief bright flash of blank/white background color, when opening new tab with wallpaper STR: 1. In about:config, set `browser.newtabpage.activity-stream.newtabWallpapers.enabled` to `true` 2. Open a new tab, tap the cog icon, and choose the top-right option (yellow/pink/blue swooshes), or any one that's darker than our...
P3
NEW
2024-06-04 21:38:07+00:00
2024-09-23 22:07:47+00:00
203
3
1900711
New tab wallpaper briefly renders at wrong size (or position?) and then snaps to correct rendering
STR (same as bug 1900710): 1. In about:config, set `browser.newtabpage.activity-stream.newtabWallpapers.enabled` to `true` 2. Open a new tab, tap the cog icon, and choose the top-right option (yellow/pink/blue swooshes), or the top center "pink clouds". (Any will do, it's just reasonably easy to see with these ones). 3...
New tab wallpaper briefly renders at wrong size (or position?) and then snaps to correct rendering STR (same as bug 1900710): 1. In about:config, set `browser.newtabpage.activity-stream.newtabWallpapers.enabled` to `true` 2. Open a new tab, tap the cog icon, and choose the top-right option (yellow/pink/blue swooshes), ...
P3
NEW
2024-06-04 21:40:15+00:00
2024-09-23 22:07:47+00:00
203
3
1900725
Intermittent browser/components/places/tests/browser/browser_library_bookmark_clear_visits.js | single tracking bug
**Filed by:** smolnar [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=461095898&repo=autoland **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DKVIqbshR3SD5CcCvzzbmg/runs/0/artifacts/public/logs/live_backing.log --- ``` TEST-PASS | browser/components/places/te...
Intermittent browser/components/places/tests/browser/browser_library_bookmark_clear_visits.js | single tracking bug **Filed by:** smolnar [at] mozilla.com **Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=461095898&repo=autoland **Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/DK...
P5
RESOLVED
FIXED
2024-06-05 01:02:55+00:00
2024-10-14 19:03:31+00:00
397
5
1900749
Tab preview shows encoded URL when page is in reader mode
**Found in** * 128.0a1 (2024-06-04) **Affected versions** * 128.0a1 (2024-06-04) **Tested platforms** * Affected platforms: macOS 14.4, Windows 11, Ubuntu 22.04 * Unaffected platforms: none **Preconditions** * Have browser.tabs.cardPreview.enabled set to true in about:config **Steps to reproduce** 1. Go to any web...
Tab preview shows encoded URL when page is in reader mode **Found in** * 128.0a1 (2024-06-04) **Affected versions** * 128.0a1 (2024-06-04) **Tested platforms** * Affected platforms: macOS 14.4, Windows 11, Ubuntu 22.04 * Unaffected platforms: none **Preconditions** * Have browser.tabs.cardPreview.enabled set to true...
P2
VERIFIED
FIXED
2024-06-05 07:26:25+00:00
2024-07-04 12:18:48+00:00
339
2
1900867
Tab Hover Preview: Hide the card when clicking on a tab
Nightly 128.0a1 (2024-06-05) (64-Bit) 1.) Hover over a tab, so that the hover card preview appears. 2.) Click on the tab. Actual: The Hover card preview is still to see. Expected: The Hover card preview should disappear. Still showing the Hover card preview when selecting the tab is distracting. Please compare with ...
Tab Hover Preview: Hide the card when clicking on a tab Nightly 128.0a1 (2024-06-05) (64-Bit) 1.) Hover over a tab, so that the hover card preview appears. 2.) Click on the tab. Actual: The Hover card preview is still to see. Expected: The Hover card preview should disappear. Still showing the Hover card preview whe...
P2
RESOLVED
FIXED
2024-06-05 18:06:10+00:00
2024-07-09 18:54:52+00:00
116
2
1900937
When Typing Urls, Autocomplete puts the 1st Suggestion in the Address Bar, Not in the List of Suggestions
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0 Actual results: If I *do* want to go to the 1st suggestion, it's jarring to start typing, arrow down to the suggestion list, hit enter, look up, ... and find another site, because the 2nd suggestion is 1st on the list. ...
When Typing Urls, Autocomplete puts the 1st Suggestion in the Address Bar, Not in the List of Suggestions User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0 Actual results: If I *do* want to go to the 1st suggestion, it's jarring to start typing, arrow down to the sugge...
P5
REOPENED
2024-06-06 03:31:57+00:00
2024-07-16 04:22:07+00:00
288
5
1900939
We're deduping adaptive history results in the urlbar that come before remote tabs from other devices, pushing the results down in the list.
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0 Steps to reproduce: I have some very frequently used history urls that I type certain strings to bring up in the urlbar quickly and reliably, but when they are also opened on my other synced devices, they are de-prioritized and needs t...
We're deduping adaptive history results in the urlbar that come before remote tabs from other devices, pushing the results down in the list. User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0 Steps to reproduce: I have some very frequently used history urls that I type certain strings ...
P3
NEW
2024-06-06 03:50:39+00:00
2025-01-27 16:42:55+00:00
349
3
1900945
Always open similar files cannot longer be unchecked if the file was manually deleted while the option was active
**Found in** - Firefox 128.0a1 **Affected versions** - Firefox 127.0 - Firefox 128.0a1 **Tested platforms** - Affected platforms: Windows 11, Ubuntu 22.04, macOS 14.5 **Steps to reproduce** 1. Download any file of choice, for example the [.zip file](https://ftp.mozilla.org/pub/firefox/releases/0.9rc/) from archive 2...
Always open similar files cannot longer be unchecked if the file was manually deleted while the option was active **Found in** - Firefox 128.0a1 **Affected versions** - Firefox 127.0 - Firefox 128.0a1 **Tested platforms** - Affected platforms: Windows 11, Ubuntu 22.04, macOS 14.5 **Steps to reproduce** 1. Download a...
P3
NEW
2024-06-06 05:37:20+00:00
2024-06-07 12:22:11+00:00
304
3
1900979
Fix empty strings assigned in Sidebar.ftl
This came up in review of :mardak's patch in bug 1899827 and flod pointed out we shouldn't have empty strings assigned to fluent ID's. I admit I don't recall exactly why these were added in bug 1892429, and its curious given that we only pass the l10n IDs if they're defined [here](https://searchfox.org/mozilla-centra...
Fix empty strings assigned in Sidebar.ftl This came up in review of :mardak's patch in bug 1899827 and flod pointed out we shouldn't have empty strings assigned to fluent ID's. I admit I don't recall exactly why these were added in bug 1892429, and its curious given that we only pass the l10n IDs if they're defined [...
P2
RESOLVED
FIXED
2024-06-06 10:22:20+00:00
2024-07-31 21:16:54+00:00
145
2
1900984
Ghost shadow on feature callout arrow when flip=slide makes the arrow disappear (MacOS)
When you move the window so that the callout would bleed off the screen's edge, it either flips or slides so it can stay on screen. When it slides, the arrow is configured to disappear, because sliding it over means the arrow would no longer be pointing to the right element. But when this happens on macOS, there's a sp...
Ghost shadow on feature callout arrow when flip=slide makes the arrow disappear (MacOS) When you move the window so that the callout would bleed off the screen's edge, it either flips or slides so it can stay on screen. When it slides, the arrow is configured to disappear, because sliding it over means the arrow would ...
P1
RESOLVED
FIXED
2024-06-06 10:56:05+00:00
2024-06-27 15:00:16+00:00
192
1
1901036
Skylight - Fix infobar Looker dashboards and display correct CTR percents in tables
Currently, we are hiding the CTR values for all InfoBar messages because they aren't being retrieved correctly. Proposed solution: - Copy the existing [InfoBar dashboard](https://mozilla.cloud.looker.com/dashboards/1682?Messaging+System+Ping+Type=infobar&Submission+Date=30+days&Messaging+System+Message+Id=INFOBAR_LAUN...
Skylight - Fix infobar Looker dashboards and display correct CTR percents in tables Currently, we are hiding the CTR values for all InfoBar messages because they aren't being retrieved correctly. Proposed solution: - Copy the existing [InfoBar dashboard](https://mozilla.cloud.looker.com/dashboards/1682?Messaging+Syste...
P2
RESOLVED
FIXED
2024-06-06 14:36:19+00:00
2024-06-26 14:54:33+00:00
196
2
1901057
New search config isn't sending the "search-with" ping to glean
It appears that with the v2 search rollout, we are not sending the clickUrl to Admarketplace https://searchfox.org/mozilla-central/source/browser/components/search/BrowserSearchTelemetry.sys.mjs#185
New search config isn't sending the "search-with" ping to glean It appears that with the v2 search rollout, we are not sending the clickUrl to Admarketplace https://searchfox.org/mozilla-central/source/browser/components/search/BrowserSearchTelemetry.sys.mjs#185
P1
VERIFIED
FIXED
2024-06-06 15:59:32+00:00
2024-06-27 07:16:13+00:00
83
1
1901061
Autofill sometimes is activated when focusing the urlbar with persisted search terms
When there's persisted search terms that are also a matchign string for autofill, focusing the urlbar sometimes activates autofill. Steps to reproduce: 1. type "moz", it will autofill to moz[illa.org] 2. backspace the autofilled part, and confirm to load Google search for "moz" 3. ensure the urlbar is not focused 4. e...
Autofill sometimes is activated when focusing the urlbar with persisted search terms When there's persisted search terms that are also a matchign string for autofill, focusing the urlbar sometimes activates autofill. Steps to reproduce: 1. type "moz", it will autofill to moz[illa.org] 2. backspace the autofilled part,...
P2
VERIFIED
FIXED
2024-06-06 16:11:44+00:00
2025-01-23 08:45:15+00:00
392
2