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
1836732
DoH UI shows "Unexpected problem." when DNS returns with SERVFAIL
Maybe we can communicate better what is wrong? Learn more links to: https://firefox-source-docs.mozilla.org/networking/dns/trr-skip-reasons.html#trr-rcode-fail ``` $ nslookup gsfn.us Server: 10.238.75.120 Address: 10.238.75.120#53 ** server can't find gsfn.us: SERVFAIL ```
DoH UI shows "Unexpected problem." when DNS returns with SERVFAIL Maybe we can communicate better what is wrong? Learn more links to: https://firefox-source-docs.mozilla.org/networking/dns/trr-skip-reasons.html#trr-rcode-fail ``` $ nslookup gsfn.us Server: 10.238.75.120 Address: 10.238.75.120#53 ** server can't fin...
P2
RESOLVED
FIXED
2023-06-05 11:12:42+00:00
2023-08-01 11:58:23+00:00
127
2
1836747
Boolean preferences show integers in about:policies
When you set a boolean preference via config profiles, it shows as integers in about:policies which makes it hard to debug. We should also pretty up the JSON policy display.
Boolean preferences show integers in about:policies When you set a boolean preference via config profiles, it shows as integers in about:policies which makes it hard to debug. We should also pretty up the JSON policy display.
P5
NEW
2023-06-05 12:43:23+00:00
2023-06-05 12:43:23+00:00
52
5
1836842
Need a way to block the override of site-implemented contextmenu on Shift-Rightclick
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0 Steps to reproduce: We have started using Microsoft Azure RDP instead of VMWare's VDI infrastructure, and Windows 11 requires a Shift-right-click to get to some features (Search for "Computer Management", right-click & select "Open fil...
Need a way to block the override of site-implemented contextmenu on Shift-Rightclick User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0 Steps to reproduce: We have started using Microsoft Azure RDP instead of VMWare's VDI infrastructure, and Windows 11 requires a Shift-right-click to g...
P3
RESOLVED
DUPLICATE
2023-06-05 19:36:02+00:00
2023-07-12 09:37:49+00:00
313
3
1836895
Site icon being cropped in shortcuts displayed in new window
*Thank you for helping make Firefox better. If you are reporting a defect, please complete the following:* ## What were you doing? 1. Visited relay.firefox.com enough that it ended up in my shortcuts 2. Opened a new window with CMD+N ## What happened? Saw that the Rely icon was cut off at the top and bottom (See a...
Site icon being cropped in shortcuts displayed in new window *Thank you for helping make Firefox better. If you are reporting a defect, please complete the following:* ## What were you doing? 1. Visited relay.firefox.com enough that it ended up in my shortcuts 2. Opened a new window with CMD+N ## What happened? Sa...
P3
NEW
2023-06-06 03:54:57+00:00
2024-06-06 07:19:33+00:00
178
3
1836963
[Experiment] The star rating and the download number from the Onboarding "Mobile" screen are not fully visible if browser's "Dark" theme is enabled
**[Affected versions]:** - Firefox Release 114.0 - Build ID: 20230601151220 **[Affected Platforms]:** - Windows 10 x64 **[Prerequisites]:** - Have the `nimbus.debug` pref set to `true` in the "about:config" page. - Have the browser's "Dark" theme enabled. **[Steps to reproduce]:** 1. Open the browser with the profil...
[Experiment] The star rating and the download number from the Onboarding "Mobile" screen are not fully visible if browser's "Dark" theme is enabled **[Affected versions]:** - Firefox Release 114.0 - Build ID: 20230601151220 **[Affected Platforms]:** - Windows 10 x64 **[Prerequisites]:** - Have the `nimbus.debug` pref...
P1
VERIFIED
FIXED
2023-06-06 13:00:03+00:00
2023-07-13 23:22:04+00:00
345
1
1836968
[Experiment] Several UI elements from the Onboarding "Mobile" screen are barely visible if the OS’s High Contrast White is enabled on Windows
**[Affected versions]:** - Firefox Release 114.0 - Build ID: 20230601151220 **[Affected Platforms]:** - Windows 10 x64 **[Prerequisites]:** - Have the nimbus.debug pref set to true in the "about:config" page. - Have the OS’s High Contrast White enabled. **[Steps to reproduce]:** 1. Open the browser with the profile ...
[Experiment] Several UI elements from the Onboarding "Mobile" screen are barely visible if the OS’s High Contrast White is enabled on Windows **[Affected versions]:** - Firefox Release 114.0 - Build ID: 20230601151220 **[Affected Platforms]:** - Windows 10 x64 **[Prerequisites]:** - Have the nimbus.debug pref set to ...
P3
RESOLVED
INVALID
2023-06-06 13:46:39+00:00
2024-11-05 21:53:30+00:00
339
3
1836974
Language detection takes 2 seconds to initialize
Language detection takes a long time to initialize in a DOM Worker. Steps to reproduce: 1. Open browser 2. Start profiler 3. Go to https://speedometer-preview.netlify.app/#home 4. Capture profile Here is an example profile taking 2 seconds: https://share.firefox.dev/42jZikd
Language detection takes 2 seconds to initialize Language detection takes a long time to initialize in a DOM Worker. Steps to reproduce: 1. Open browser 2. Start profiler 3. Go to https://speedometer-preview.netlify.app/#home 4. Capture profile Here is an example profile taking 2 seconds: https://share.firefox.dev/42...
P2
RESOLVED
FIXED
2023-06-06 14:04:05+00:00
2023-08-16 03:53:20+00:00
88
2
1837026
All Feature Callout arrows are hidden
Because of [this line](https://searchfox.org/mozilla-central/rev/27e4816536c891d85d63695025f2549fd7976392/browser/modules/FeatureCallout.sys.mjs#302-305), we are toggling the `hidden-arrow` class on every Feature Callout. The type of the second argument matters for this method. `el.classList.toggle("class", undefined)`...
All Feature Callout arrows are hidden Because of [this line](https://searchfox.org/mozilla-central/rev/27e4816536c891d85d63695025f2549fd7976392/browser/modules/FeatureCallout.sys.mjs#302-305), we are toggling the `hidden-arrow` class on every Feature Callout. The type of the second argument matters for this method. `el...
P1
VERIFIED
FIXED
2023-06-06 18:01:07+00:00
2023-06-20 14:54:31+00:00
277
1
1837072
Disable by default translation when the content is a pdf
In running the profiler when loading a pdf (https://share.firefox.dev/3qwqZcF) I saw that the translation worker is active. For now, I think it's useless to waste some resources since we don't have something to propose to the user to read the translation, hence we should disable translations in the pdf case.
Disable by default translation when the content is a pdf In running the profiler when loading a pdf (https://share.firefox.dev/3qwqZcF) I saw that the translation worker is active. For now, I think it's useless to waste some resources since we don't have something to propose to the user to read the translation, hence ...
P3
RESOLVED
FIXED
2023-06-06 21:33:45+00:00
2023-12-05 14:15:57+00:00
93
3
1837123
Starting the download process for all languages from about:preferences and closing/reopening the tab will interrupt the process
Affected versions: - Nightly 116.0a1/20230606040644 - Beta 115.0b2/20230606180112 Description: When downloading all languages from about:preferences, if the tab with about:preferences is closed and then re-opened before the browser manages to finish the download process of the languages, the download process will get ...
Starting the download process for all languages from about:preferences and closing/reopening the tab will interrupt the process Affected versions: - Nightly 116.0a1/20230606040644 - Beta 115.0b2/20230606180112 Description: When downloading all languages from about:preferences, if the tab with about:preferences is clos...
P3
NEW
2023-06-07 07:12:40+00:00
2023-09-27 10:06:03+00:00
362
3
1837150
Some languages are downloaded even if they were all deleted in another about:preferences tab/instance
Affected versions: - Nightly 116.0a1/20230606040644 - Beta 115.0b2/20230606180112 Description: With two instances of about:preferences opened at the same time, if in the first instance the user selects to download all languages and in the second instance the user downloads one language, and as soon as the selected lan...
Some languages are downloaded even if they were all deleted in another about:preferences tab/instance Affected versions: - Nightly 116.0a1/20230606040644 - Beta 115.0b2/20230606180112 Description: With two instances of about:preferences opened at the same time, if in the first instance the user selects to download all...
P3
NEW
2023-06-07 10:08:14+00:00
2023-09-27 10:17:02+00:00
313
3
1837367
No error is displayed when importing an empty HTML file
**Found in** * 115.0b2 **Affected versions** * 116.0a1 (2023-06-07) * 115.0b2 **Tested platforms** * Affected platforms: Windows10 x64, Ubuntu 20.04, macOS 12 * Unaffected platforms: none **Preconditions** * browser.migrate.content-modal.enabled: true * empty .html file **Steps to reproduce** 1. Open the ...
No error is displayed when importing an empty HTML file **Found in** * 115.0b2 **Affected versions** * 116.0a1 (2023-06-07) * 115.0b2 **Tested platforms** * Affected platforms: Windows10 x64, Ubuntu 20.04, macOS 12 * Unaffected platforms: none **Preconditions** * browser.migrate.content-modal.enabled: true...
P3
VERIFIED
FIXED
2023-06-08 09:14:20+00:00
2023-06-22 06:55:33+00:00
342
3
1837419
[Win][HCM] Keyboard focus outline is missing on New Tab tile controls in HCM
### STR: 1. Ensure a system High Contrast Mode is enabled (`Settings` > `Accessibility` > `Contrast Themes` > (i.e. `Night Sky`) > `Apply`) 1. Open Firefox 1. Navigate to the New Tab 1. Using keyboard alone (by pressing `Tab` and `Tab+Shift`) navigate to promo tiles and observe the visual appearance and ease to locate ...
[Win][HCM] Keyboard focus outline is missing on New Tab tile controls in HCM ### STR: 1. Ensure a system High Contrast Mode is enabled (`Settings` > `Accessibility` > `Contrast Themes` > (i.e. `Night Sky`) > `Apply`) 1. Open Firefox 1. Navigate to the New Tab 1. Using keyboard alone (by pressing `Tab` and `Tab+Shift`) ...
P3
NEW
2023-06-08 14:48:45+00:00
2023-06-08 21:14:41+00:00
208
3
1837505
the permission prompt on the popup window is in the wrong place when exiting fullscreen mode leading to confusion
permission prompt on the popup window is in the wrong place (not in the window pop up) when exiting fullscreen (the pop up window is hidden behind the permission prompt or somewhere else), leading to confusion or leads to clickjacking step to produces 1. open f.html 2. click "click" button 3. on window pop up click ...
the permission prompt on the popup window is in the wrong place when exiting fullscreen mode leading to confusion permission prompt on the popup window is in the wrong place (not in the window pop up) when exiting fullscreen (the pop up window is hidden behind the permission prompt or somewhere else), leading to confu...
P3
RESOLVED
DUPLICATE
2023-06-08 20:44:43+00:00
2024-05-30 18:10:31+00:00
112
3
1837604
Safari history import attempts cause delay in showing migrator
STR: 0. a machine / for a build where you've not given Firefox permission to look at Safari history files 1. open Firefox 2. open settings/preferences 3. click "Import data" ER: dialog pops up quickly, no errors AR: dialog shows grey frames for a second or two, 11 errors appear in the browser console: ``` NS_ERROR_...
Safari history import attempts cause delay in showing migrator STR: 0. a machine / for a build where you've not given Firefox permission to look at Safari history files 1. open Firefox 2. open settings/preferences 3. click "Import data" ER: dialog pops up quickly, no errors AR: dialog shows grey frames for a second ...
P1
VERIFIED
FIXED
2023-06-09 11:47:56+00:00
2023-07-26 13:20:33+00:00
277
1
1837611
Imported bookmarks from HTML are placed inside the Bookmarks menu and not on the Bookmarks toolbar > Imported from file as stated in the spec doc
**Found in** * 115.0b3 **Affected versions** * 116.0a1 (2023-06-08) * 115.0b3 **Tested platforms** * Affected platforms: Windows10 x64, Ubuntu 20.04, macOS 12 * Unaffected platforms: none **Preconditions** * browser.migrate.content-modal.enabled * exported bookmarks.html file from another browser **Steps ...
Imported bookmarks from HTML are placed inside the Bookmarks menu and not on the Bookmarks toolbar > Imported from file as stated in the spec doc **Found in** * 115.0b3 **Affected versions** * 116.0a1 (2023-06-08) * 115.0b3 **Tested platforms** * Affected platforms: Windows10 x64, Ubuntu 20.04, macOS 12 * U...
P3
NEW
2023-06-09 12:39:36+00:00
2023-06-15 16:52:11+00:00
385
3
1837624
Address bar with selected search engine: ? at start of search term is ignored
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: Select search engine in address bar, e.g. Google. Type ?qwe. Press Enter. Actual results: Google searches for "qwe". Expected results: Google should search for "?qwe".
Address bar with selected search engine: ? at start of search term is ignored User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: Select search engine in address bar, e.g. Google. Type ?qwe. Press Enter. Actual results: Google searches for "qwe". Expec...
P3
VERIFIED
FIXED
2023-06-09 13:45:56+00:00
2024-05-15 12:52:50+00:00
108
3
1837639
Signing out of Sync takes Firefox View back to mobile setup instead of showing a disconnected error
This is legacy sync (but will impact new sync). If you login to sync and go to view, you'll see synced tabs. If you then logout, and go back to view, you'll get the mobile setup. You shouldn't. You should get a message about being disconnected. This is happening because after you signout, lazy.UIState.get().status h...
Signing out of Sync takes Firefox View back to mobile setup instead of showing a disconnected error This is legacy sync (but will impact new sync). If you login to sync and go to view, you'll see synced tabs. If you then logout, and go back to view, you'll get the mobile setup. You shouldn't. You should get a messag...
P3
RESOLVED
WONTFIX
2023-06-09 15:54:22+00:00
2023-11-24 16:25:22+00:00
199
3
1837675
Diagcab file extension = Executable files may contain viruses or other malicious code
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.42 Steps to reproduce: Create Diagcab file. Download In Firefox Browser And Open From Firefox Browser No " Executable files may contain viruses or other malicious code that co...
Diagcab file extension = Executable files may contain viruses or other malicious code User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36 Edg/113.0.1774.42 Steps to reproduce: Create Diagcab file. Download In Firefox Browser And Open From Firef...
P1
VERIFIED
FIXED
2023-06-09 19:52:10+00:00
2024-05-30 18:10:40+00:00
186
1
1837738
Solid lines are shown dashed
More info available in https://github.com/mozilla/pdf.js/issues/16540 and https://github.com/mozilla/pdf.js/issues/16038. Using mozregression, I found the following regression range https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=940a3ad12e3dc9b2809b02f6a8ac8e941a50d2a1&tochange=ef13365d8188c453af959b131...
Solid lines are shown dashed More info available in https://github.com/mozilla/pdf.js/issues/16540 and https://github.com/mozilla/pdf.js/issues/16038. Using mozregression, I found the following regression range https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=940a3ad12e3dc9b2809b02f6a8ac8e941a50d2a1&tocha...
P1
VERIFIED
FIXED
2023-06-10 10:29:23+00:00
2024-11-22 12:33:26+00:00
173
1
1837855
Update Enterprise policies documentation link in about:policies
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: Enter about:policies#documentation and click on some of the Enterprise policies link Actual results: Redirected to https://github.com/mozilla/policy-templates/blob/master/README.md Seems documentation h...
Update Enterprise policies documentation link in about:policies User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:114.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: Enter about:policies#documentation and click on some of the Enterprise policies link Actual results: Redirected to https://github.com/mozi...
P3
RESOLVED
FIXED
2023-06-11 15:48:27+00:00
2023-06-20 17:19:52+00:00
139
3
1837877
Amazon sponsored shortcut appears again when enabling and disabling the "sponsored shortcuts" option
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: 1. Clear all sponsored shortcuts, including the Amazon one 2. Go to Settings > Shortcuts 3. Disable the "Sponsored shortcuts" option 4. Enable the "Sponsored shortcuts" option again Actual results: The Amazon sh...
Amazon sponsored shortcut appears again when enabling and disabling the "sponsored shortcuts" option User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: 1. Clear all sponsored shortcuts, including the Amazon one 2. Go to Settings > Shortcuts 3. Disable the "Sponsored...
P3
UNCONFIRMED
2023-06-11 21:31:00+00:00
2023-08-19 03:17:27+00:00
176
3
1838040
Reload button frequently flickers to stop
STR - go to https://www.theweathernetwork.com/ca/weather/ontario/toronto ER (as in Chrome) - Reload/Stop button remains static on Reload AR - Reload/Stop button flickers between Reload and Stop
Reload button frequently flickers to stop STR - go to https://www.theweathernetwork.com/ca/weather/ontario/toronto ER (as in Chrome) - Reload/Stop button remains static on Reload AR - Reload/Stop button flickers between Reload and Stop
P3
NEW
2023-06-12 17:16:14+00:00
2023-10-23 10:58:18+00:00
66
3
1838043
Broken info icon in confirm browser language settings message
We have a broken icon in a message we show to the user when they change their browser language to something that requires a restart to get applied. I was able to trigger this by trying to change my browser language to Hebrew, but I expect any RTL language would work. It looks like we changed the icon to be an `<html:i...
Broken info icon in confirm browser language settings message We have a broken icon in a message we show to the user when they change their browser language to something that requires a restart to get applied. I was able to trigger this by trying to change my browser language to Hebrew, but I expect any RTL language wo...
P3
NEW
2023-06-12 17:33:19+00:00
2023-06-22 18:56:23+00:00
202
3
1838199
Payment methods are doubled when performing the second import
**Found in** 115.0b4 **Affected versions** 115.0b4 116.0a1 **Tested platforms** 115.0b4 116.0a1 **Affected platforms** Windows 10x64 macOS 10.15 **Unaffected platforms:** Payment methods are not available on Ubuntu **Preconditions** - have some saved credit cards inside Chrome on https://fill.dev/form/credit-card-si...
Payment methods are doubled when performing the second import **Found in** 115.0b4 **Affected versions** 115.0b4 116.0a1 **Tested platforms** 115.0b4 116.0a1 **Affected platforms** Windows 10x64 macOS 10.15 **Unaffected platforms:** Payment methods are not available on Ubuntu **Preconditions** - have some saved cred...
P3
NEW
2023-06-13 12:11:35+00:00
2023-06-22 18:38:51+00:00
348
3
1838309
The addon installation blocked icon looks out of place
Steps to reproduce: 1) Navigate to https://www.zotero.org/download/connectors 2) Click the blue 'Install' button 3) In the extensions panel, click the caret next to the 'Don't Allow' button 4) Select 'Never Allow' Actual results: The icon looks out of place Expected results: The icon doesn't look out of place
The addon installation blocked icon looks out of place Steps to reproduce: 1) Navigate to https://www.zotero.org/download/connectors 2) Click the blue 'Install' button 3) In the extensions panel, click the caret next to the 'Don't Allow' button 4) Select 'Never Allow' Actual results: The icon looks out of place Expec...
P3
RESOLVED
FIXED
2023-06-13 19:26:15+00:00
2023-07-06 13:28:03+00:00
94
3
1838422
Target language is reset if user clicks outside the translations panel
Affected versions: - Nightly 116.0a1/20230613152538 - Beta 115.0b5/20230613195413 Description: If the user manually selects a target language in the translations panel and clicks outside the panel (or clicks the Cancel button), which causes the panel to close, the previously selected target language will be reset to t...
Target language is reset if user clicks outside the translations panel Affected versions: - Nightly 116.0a1/20230613152538 - Beta 115.0b5/20230613195413 Description: If the user manually selects a target language in the translations panel and clicks outside the panel (or clicks the Cancel button), which causes the pan...
P3
VERIFIED
FIXED
2023-06-14 12:51:59+00:00
2024-10-02 12:50:55+00:00
240
3
1838432
[macOS] Safari history is not imported after selecting the browser folder to grant permission if there are no bookmarks inside Safari saved as well
**Found in** * 116.0a1 (20230614040639) **Affected versions** * 116.0a1 (20230614040639) **Tested platforms** * Affected platforms: macOS 12, macOS 13 arm * Unaffected platforms: none **Preconditions** * new macOS profile, or profile that has no Safari granted permissions for importing * have only Hist...
[macOS] Safari history is not imported after selecting the browser folder to grant permission if there are no bookmarks inside Safari saved as well **Found in** * 116.0a1 (20230614040639) **Affected versions** * 116.0a1 (20230614040639) **Tested platforms** * Affected platforms: macOS 12, macOS 13 arm *...
P3
VERIFIED
FIXED
2023-06-14 13:38:56+00:00
2023-08-22 06:37:05+00:00
356
3
1838459
all page action icons in the address bar have a different height
As more and more page actions icons are added to the adress bar (bookmark star, reading mode, picture in picture mode, translate website) the size of the icons should be unified. As shown in the attached screenshot every icon has a different height. And it doesn't look great if all of these icons are visible in the add...
all page action icons in the address bar have a different height As more and more page actions icons are added to the adress bar (bookmark star, reading mode, picture in picture mode, translate website) the size of the icons should be unified. As shown in the attached screenshot every icon has a different height. And i...
P5
NEW
2023-06-14 15:07:04+00:00
2023-08-08 08:18:58+00:00
133
5
1838463
The translate icon in the address bar has the wrong color
The translate icon in the address bar is black while all other page action icons are dark grey. It should follow the style of the other icons.
The translate icon in the address bar has the wrong color The translate icon in the address bar is black while all other page action icons are dark grey. It should follow the style of the other icons.
P2
VERIFIED
FIXED
2023-06-14 15:10:11+00:00
2023-08-07 16:17:37+00:00
42
2
1838471
styling issue with "popup" when more than 500,000 elements were blocked
A few days ago I got a message from Firefox that more than 500,000 elements were blocked. The button and the close icon are positioned in an unexpected way.
styling issue with "popup" when more than 500,000 elements were blocked A few days ago I got a message from Firefox that more than 500,000 elements were blocked. The button and the close icon are positioned in an unexpected way.
P3
NEW
2023-06-14 15:28:17+00:00
2023-06-15 08:08:24+00:00
53
3
1838473
Address bar 2-lines layout (for small windows) doesn't show the URL anymore
Very recent regression, current Nightly, Ubuntu 22.04 LTS on Linux, X11 + KDE 1) Click the address bar (any tab, including new ones) 2) See a list of sites but no URL 3) Click a site 4) End up on a random subsection of said site Not seeing the URL makes it impossible to determine what the actual destination of the su...
Address bar 2-lines layout (for small windows) doesn't show the URL anymore Very recent regression, current Nightly, Ubuntu 22.04 LTS on Linux, X11 + KDE 1) Click the address bar (any tab, including new ones) 2) See a list of sites but no URL 3) Click a site 4) End up on a random subsection of said site Not seeing th...
P1
VERIFIED
FIXED
2023-06-14 16:02:11+00:00
2023-08-09 10:16:38+00:00
204
1
1838608
urlbar dropdown menu text & favicon shifts to right
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0 Steps to reproduce: type for the dropdown menu to show up Actual results: Text and favicon shifts to right compared to previous versions (the right-bottom icon doesn't however). Expected results: See screenshots.
urlbar dropdown menu text & favicon shifts to right User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0 Steps to reproduce: type for the dropdown menu to show up Actual results: Text and favicon shifts to right compared to previous versions (the right-bottom icon doesn't however). ...
P3
NEW
2023-06-15 10:42:22+00:00
2023-08-14 15:50:34+00:00
103
3
1838723
Urlbar jank caused by a call to getSubmission from URIFixup.sys.mjs
[This call](https://searchfox.org/mozilla-central/rev/ebd3beda26853623eebcbc07ab58fa8b6bbaa017/docshell/base/URIFixup.sys.mjs#521) to `getSubmission` from within URIFixup.sys.mjs causes urlbar jank and could be improved. Per Marco's comments in [this Phabricator revision](https://phabricator.services.mozilla.com/D1807...
Urlbar jank caused by a call to getSubmission from URIFixup.sys.mjs [This call](https://searchfox.org/mozilla-central/rev/ebd3beda26853623eebcbc07ab58fa8b6bbaa017/docshell/base/URIFixup.sys.mjs#521) to `getSubmission` from within URIFixup.sys.mjs causes urlbar jank and could be improved. Per Marco's comments in [this ...
P3
NEW
2023-06-15 20:09:44+00:00
2025-01-09 09:06:03+00:00
223
3
1838804
Norton / Trend antivirus detects Firefox helper as a threat when uninstalling the browser
**Found in** - Firefox 115.0b6 **Affected versions** - Firefox 115.0b6 - Firefox 116.0a1 **Tested platforms** - Affected platforms: Windows 11 - Unaffected platforms: macOS, Ubuntu **Prerequisites** - Have Norton antivirus installed and up to date **Steps to reproduce** 1. Install Firefox 2. Launch it with any prof...
Norton / Trend antivirus detects Firefox helper as a threat when uninstalling the browser **Found in** - Firefox 115.0b6 **Affected versions** - Firefox 115.0b6 - Firefox 116.0a1 **Tested platforms** - Affected platforms: Windows 11 - Unaffected platforms: macOS, Ubuntu **Prerequisites** - Have Norton antivirus inst...
P3
NEW
2023-06-16 08:22:05+00:00
2024-06-15 02:34:37+00:00
207
3
1838855
Pdf files are not correctly saved on PC when using the Save button.
**Found in** * 115.0b6 (20230613195413) **Affected versions** * 114.0 * 116.a1 **Tested platforms** * Affected platforms: Win10, Win7. * Unaffected platforms: - **Steps to reproduce** 1. Open link https://www.irs.gov/pub/irs-pdf/f1040.pdf 2. Check all checkboxes from Filing status section. 3. Click on Save button n...
Pdf files are not correctly saved on PC when using the Save button. **Found in** * 115.0b6 (20230613195413) **Affected versions** * 114.0 * 116.a1 **Tested platforms** * Affected platforms: Win10, Win7. * Unaffected platforms: - **Steps to reproduce** 1. Open link https://www.irs.gov/pub/irs-pdf/f1040.pdf 2. Check a...
P3
REOPENED
2023-06-16 12:48:05+00:00
2023-08-25 12:15:19+00:00
241
3
1838877
Search by image Firefox add-on suggestion icon is poorly visible on Ubuntu dark theme
**Found in** * Fx 115 beta 6 **Affected versions** * Fx 116.0a1, Fx 115 beta 6 **Affected platforms** * Ubuntu 22 **Unaffected platforms** * Windows 10 * macOS **Preconditions** browser.urlbar.addons.featureGate set to true browser.urlbar.suggest.addons set to true browser.urlbar.quicksuggest.enabled set to true bro...
Search by image Firefox add-on suggestion icon is poorly visible on Ubuntu dark theme **Found in** * Fx 115 beta 6 **Affected versions** * Fx 116.0a1, Fx 115 beta 6 **Affected platforms** * Ubuntu 22 **Unaffected platforms** * Windows 10 * macOS **Preconditions** browser.urlbar.addons.featureGate set to true browser...
P5
NEW
2023-06-16 14:29:07+00:00
2023-06-23 05:11:44+00:00
354
5
1838882
No "Firefox extension" suggestion displayed after removing the add-on from Add-ons Manager page
**Found in** * Fx 115 beta 6 **Affected versions** * Fx 116.0a1, Fx 115 beta 6 **Affected platforms** * Ubuntu 22 * Windows 10 * macOS **Preconditions** browser.urlbar.addons.featureGate set to true browser.urlbar.suggest.addons set to true browser.urlbar.quicksuggest.enabled set to true browser.urlbar.suggest.quick...
No "Firefox extension" suggestion displayed after removing the add-on from Add-ons Manager page **Found in** * Fx 115 beta 6 **Affected versions** * Fx 116.0a1, Fx 115 beta 6 **Affected platforms** * Ubuntu 22 * Windows 10 * macOS **Preconditions** browser.urlbar.addons.featureGate set to true browser.urlbar.suggest...
P5
NEW
2023-06-16 14:55:57+00:00
2023-06-23 05:04:47+00:00
434
5
1838893
Norwegian language code "no" is not recognized as supported
"no" is the macro-language code for "Norwegian", however, our language models use "nn" for Norwegian Nynorsk, and "nb" for Norwegian Bokmål. We should offer one of these when the language code "no" is encountered. See https://www.nettavisen.no/nyheter/vaknet-til-flate-dekk-bensinslukeren-din-dreper/s/5-95-1152145
Norwegian language code "no" is not recognized as supported "no" is the macro-language code for "Norwegian", however, our language models use "nn" for Norwegian Nynorsk, and "nb" for Norwegian Bokmål. We should offer one of these when the language code "no" is encountered. See https://www.nettavisen.no/nyheter/vaknet-...
P2
RESOLVED
FIXED
2023-06-16 16:23:22+00:00
2023-06-28 09:20:24+00:00
121
2
1839013
Custom thumbnail for newtab pinned tiles needs to be saved twice
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0 Steps to reproduce: 1. Copy a link to some image 2. Open built-in newtab page 3. Click the options-button on some pinned tile 4. Select Edit 5. In the dialog select "Use custom image..." and paste the image link copied in s...
Custom thumbnail for newtab pinned tiles needs to be saved twice User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0 Steps to reproduce: 1. Copy a link to some image 2. Open built-in newtab page 3. Click the options-button on some pinned tile 4. Select Edit 5. In the dialog ...
P3
RESOLVED
DUPLICATE
2023-06-17 11:25:53+00:00
2024-08-30 13:24:31+00:00
188
3
1839066
"Library" window: Cannot edit bookmarks / sort folder when previous view was "Downloads"
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: * Open "Show All Downloads" from the main menu (if visible) or Ctrl-Shift-Y otherwise. * Expand "All Bookmarks" if not already expanded. * Select "Bookmarks Menu" or any of it's sub-folders. * Select a bookmark. A...
"Library" window: Cannot edit bookmarks / sort folder when previous view was "Downloads" User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: * Open "Show All Downloads" from the main menu (if visible) or Ctrl-Shift-Y otherwise. * Expand "All Bookmarks" if not already...
P2
VERIFIED
FIXED
2023-06-18 13:17:23+00:00
2024-01-26 13:15:47+00:00
255
2
1839133
Overlapping buttons when resizing the Page info panel's height
**Found in** * Beta 115.0b6 **Affected versions** * Beta 115.0b7 * Nightly 116.0a1 * Release 114.0.1 **Tested platforms** * Affected platforms: Windows 11 x64, Ubuntu 18.04 x64, macOS 11 **Steps to reproduce** 1. Launch Firefox and navigate to any webpage, e.g. https://www.reddit.com/ 2. From the url bar, click on t...
Overlapping buttons when resizing the Page info panel's height **Found in** * Beta 115.0b6 **Affected versions** * Beta 115.0b7 * Nightly 116.0a1 * Release 114.0.1 **Tested platforms** * Affected platforms: Windows 11 x64, Ubuntu 18.04 x64, macOS 11 **Steps to reproduce** 1. Launch Firefox and navigate to any webpag...
P5
NEW
2023-06-19 07:49:59+00:00
2023-09-11 19:31:10+00:00
401
5
1839230
Firefox 114 "Clear History" does not clear download history
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: Windows 11 installation, have NOT tested on any other platform: (1) Existing, pre-114 installation of Firefox has (a) history set to 0 days, (b) "browsing and download history" checked in the Clear Recent...
Firefox 114 "Clear History" does not clear download history User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: Windows 11 installation, have NOT tested on any other platform: (1) Existing, pre-114 installation of Firefox has (a) history set to 0 days, (b)...
P3
NEW
2023-06-19 19:40:42+00:00
2024-08-01 17:46:20+00:00
469
3
1839304
Investigate consecutive calls to setTree breaking the nodes parenting
While investigating Bug 1839066 Emilio found that nodes parenting gets broken after consecutive calls to setTree(null) and setTree(tree) We should check what's up and add a test for that. When this happens, various functions on the bookmarks may be broken.
Investigate consecutive calls to setTree breaking the nodes parenting While investigating Bug 1839066 Emilio found that nodes parenting gets broken after consecutive calls to setTree(null) and setTree(tree) We should check what's up and add a test for that. When this happens, various functions on the bookmarks may be...
P2
RESOLVED
FIXED
2023-06-20 08:06:20+00:00
2023-12-06 12:08:27+00:00
68
2
1839636
files cannot be downloaded from 3rd app(discord) if firefox launched with command line: -no-deelevate
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: add to target of shortcut -no-deelevate in properties Actual results: files cannot be downloaded from 3rd app(discord) if firefox launched with command line: -no-deelevate Expected results: files ca...
files cannot be downloaded from 3rd app(discord) if firefox launched with command line: -no-deelevate User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: add to target of shortcut -no-deelevate in properties Actual results: files cannot be downloaded fr...
P3
RESOLVED
WORKSFORME
2023-06-21 13:37:13+00:00
2023-09-12 19:37:55+00:00
146
3
1839727
[about:welcome] Embedded Migration Wizard doesn't load on back navigation
STR in Fx116 Nigthly 1. Open about:config and set pref value `browser.migrate.content-modal.about-welcome-behavior` to `embedded` 2. Open about:welcome and navigate to Import screen 3. Click Import or Skip button to navigate to next screen (Mobile or Gratitude) 4. Click back button to navigate to last screen 5. Impor...
[about:welcome] Embedded Migration Wizard doesn't load on back navigation STR in Fx116 Nigthly 1. Open about:config and set pref value `browser.migrate.content-modal.about-welcome-behavior` to `embedded` 2. Open about:welcome and navigate to Import screen 3. Click Import or Skip button to navigate to next screen (Mob...
P1
VERIFIED
FIXED
2023-06-21 20:07:52+00:00
2024-04-18 21:18:43+00:00
135
1
1839802
The file error is still displayed after changing from Importing from a file to a browser
**Found in** * 116.0a1 (2023-06-21) **Affected versions** * 116.0a1 (2023-06-21) **Tested platforms** * Affected platforms: macOS 12, Windows 10x64, Ubuntu 22.04 * Unaffected platforms: none **Preconditions** * empty or invalid .html file **Steps to reproduce** 1. Open Firefox and choose to import bookmar...
The file error is still displayed after changing from Importing from a file to a browser **Found in** * 116.0a1 (2023-06-21) **Affected versions** * 116.0a1 (2023-06-21) **Tested platforms** * Affected platforms: macOS 12, Windows 10x64, Ubuntu 22.04 * Unaffected platforms: none **Preconditions** * empty o...
P3
NEW
2023-06-22 06:54:46+00:00
2023-06-22 18:41:08+00:00
227
3
1839827
Wrong error is displayed after importing Passwords from an empty or invalid CSV file
**Found in** * Nightly 116.0a1 **Affected versions** * 116.0a1 **Tested platforms** Affected platforms: * Ubuntu 22 * Windows 10 * macOS 12 **Preconditions** * ensure `signon.management.page.fileImport.enabled` is set on True in about:config. * empty or invalid .csv file **Steps to reproduce** 1. Open Firefox and ...
Wrong error is displayed after importing Passwords from an empty or invalid CSV file **Found in** * Nightly 116.0a1 **Affected versions** * 116.0a1 **Tested platforms** Affected platforms: * Ubuntu 22 * Windows 10 * macOS 12 **Preconditions** * ensure `signon.management.page.fileImport.enabled` is set on True in ab...
P1
VERIFIED
FIXED
2023-06-22 09:32:35+00:00
2023-06-23 13:38:12+00:00
231
1
1839860
Broken font rendering in Nightly PDF preview
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0 Steps to reproduce: In current Firefox Nightly on Linux (116.0a1 (2023-06-22) (64-bit), Mozilla provided tarball), PDF preview seems to render some fonts wrong on a specific document. The document is publicly accessible here: https://...
Broken font rendering in Nightly PDF preview User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/116.0 Steps to reproduce: In current Firefox Nightly on Linux (116.0a1 (2023-06-22) (64-bit), Mozilla provided tarball), PDF preview seems to render some fonts wrong on a specific document. The d...
P3
RESOLVED
WORKSFORME
2023-06-22 12:21:29+00:00
2024-04-19 11:45:21+00:00
229
3
1839872
Migration wizard remains in infinite loading when importing .HTML or .CSV files even if the data is successfully imported
**Found in** * Nightly 116.0a1 **Affected versions** * 116.0a1 (20230621040008) **Tested platforms** Affected platforms: * Ubuntu 22 * Windows 10 * macOS 10.14 **Preconditions** * Ensure “signon.management.page.fileImport.enabled" is set on True in about:config. * have a valid csv file with exported passwords from...
Migration wizard remains in infinite loading when importing .HTML or .CSV files even if the data is successfully imported **Found in** * Nightly 116.0a1 **Affected versions** * 116.0a1 (20230621040008) **Tested platforms** Affected platforms: * Ubuntu 22 * Windows 10 * macOS 10.14 **Preconditions** * Ensure “signo...
P1
VERIFIED
FIXED
2023-06-22 12:50:19+00:00
2023-07-05 14:46:06+00:00
300
1
1839887
[macOS] Infinite loading on Firefox 115 beta while importing a .html bookmark file without read permissions
**Found in** * 115.0b8 **Affected versions** * 115.0b8 **Tested platforms** * Affected platforms: macOS 12 * Unaffected platforms: Windows 10x64, Ubuntu 22.04 **Preconditions** * open the terminal and type `chmod 266` and drag and drop the bookmark file that we need to set no permissions to (e.g `chmod ...
[macOS] Infinite loading on Firefox 115 beta while importing a .html bookmark file without read permissions **Found in** * 115.0b8 **Affected versions** * 115.0b8 **Tested platforms** * Affected platforms: macOS 12 * Unaffected platforms: Windows 10x64, Ubuntu 22.04 **Preconditions** * open the terminal...
P3
NEW
2023-06-22 14:15:33+00:00
2023-06-26 20:43:55+00:00
317
3
1839921
[Address Bar] Align urlbar favicon and text when rich entities are enabled
Nightly 116.0a1 (2023-06-22) (64-Bit) macOS 13.4.1 Steps to reproduce: 1) Type something into the Address Bar 2) Take a look at the vertical alignment of text input and dropdown. Actual: Elements are no longer aligned. Expected: Favicons and text should be aligned. Screenshots are attached. This is a recent regres...
[Address Bar] Align urlbar favicon and text when rich entities are enabled Nightly 116.0a1 (2023-06-22) (64-Bit) macOS 13.4.1 Steps to reproduce: 1) Type something into the Address Bar 2) Take a look at the vertical alignment of text input and dropdown. Actual: Elements are no longer aligned. Expected: Favicons and ...
P2
VERIFIED
FIXED
2023-06-22 17:13:06+00:00
2024-02-22 22:05:45+00:00
104
2
1840085
Some sections of lastampa.it website are not translated
On https://www.lastampa.it/tecnologia/2023/06/20/news/lingue_parlate_online_italiano_inglese_russo_cinese-405038878/, some sections are not translated. For example, "Lingue più parlate su Internet: oltre l'inglese, solo le briciole" doesn't get translated. This section is within an iframe. Similarly, the "Newsletter"...
Some sections of lastampa.it website are not translated On https://www.lastampa.it/tecnologia/2023/06/20/news/lingue_parlate_online_italiano_inglese_russo_cinese-405038878/, some sections are not translated. For example, "Lingue più parlate su Internet: oltre l'inglese, solo le briciole" doesn't get translated. This s...
P3
RESOLVED
DUPLICATE
2023-06-23 13:43:41+00:00
2024-07-19 19:19:58+00:00
136
3
1840126
Section of commerzbank.de website disappears when translating
https://www.commerzbank.de/konten-zahlungsverkehr/ The selection below "Konten" has images and descriptions that disappear when translating the page, only a handful of titles remain.
Section of commerzbank.de website disappears when translating https://www.commerzbank.de/konten-zahlungsverkehr/ The selection below "Konten" has images and descriptions that disappear when translating the page, only a handful of titles remain.
P3
RESOLVED
FIXED
2023-06-23 16:46:48+00:00
2024-07-19 19:19:58+00:00
65
3
1840290
Guid hash set to undefined when creating a new login
We use the location hash to select the active login. When creating a new login the login guid is undefined and the url shown is `about:logins#undefined`. Ideally, we would just have `about:logins#` or `about:logins#new-login`. N.B: To remove the location hash completely, we would have to use the history API. For some...
Guid hash set to undefined when creating a new login We use the location hash to select the active login. When creating a new login the login guid is undefined and the url shown is `about:logins#undefined`. Ideally, we would just have `about:logins#` or `about:logins#new-login`. N.B: To remove the location hash compl...
P2
RESOLVED
FIXED
2023-06-25 18:28:28+00:00
2023-06-27 04:00:46+00:00
162
2
1840345
[macOS] Importing options drop-down menu is still displayed for a split second after choosing to import from files
**Found in** * 116.0a1 **Affected versions** * 116.0a1 * 115.0b9 **Tested platforms** * Affected platforms: macOS 12 * Unaffected platforms: Windows 10x64, Ubuntu 22.04 **Preconditions** * signon.management.page.fileImport.enabled: true **Steps to reproduce** 1. Open the new migration window. 2. Cho...
[macOS] Importing options drop-down menu is still displayed for a split second after choosing to import from files **Found in** * 116.0a1 **Affected versions** * 116.0a1 * 115.0b9 **Tested platforms** * Affected platforms: macOS 12 * Unaffected platforms: Windows 10x64, Ubuntu 22.04 **Preconditions** *...
P3
NEW
2023-06-26 11:01:54+00:00
2023-07-06 15:54:32+00:00
253
3
1840389
The Extensions option is displayed for other browsers besides Chrome
**Found in** * 116.0a1 **Affected versions** * 116.0a1 **Tested platforms** * Affected platforms: macOS 12, Windows 10x64, Ubuntu 22.04 * Unaffected platforms: none **Preconditions** * browser.migrate.chrome.extensions.enabled: true * installed extensions on other browsers: Opera, OperaGX, Edge, Chro...
The Extensions option is displayed for other browsers besides Chrome **Found in** * 116.0a1 **Affected versions** * 116.0a1 **Tested platforms** * Affected platforms: macOS 12, Windows 10x64, Ubuntu 22.04 * Unaffected platforms: none **Preconditions** * browser.migrate.chrome.extensions.enabled: true ...
P1
VERIFIED
FIXED
2023-06-26 14:45:45+00:00
2023-06-29 11:48:38+00:00
288
1
1840403
Closing Firefox before verifying account leads to an account disconnected state instead of unverified
STR: - In Firefox, sign up for a new Firefox Account - When prompted with a verification page, do not input the code - Note that going to `about:preferences#sync` shows that the account needs verification - Fully shut down firefox instead - In Mac, this would be quitting the main process, and not just closing a wind...
Closing Firefox before verifying account leads to an account disconnected state instead of unverified STR: - In Firefox, sign up for a new Firefox Account - When prompted with a verification page, do not input the code - Note that going to `about:preferences#sync` shows that the account needs verification - Fully shut ...
P3
NEW
2023-06-26 15:22:35+00:00
2024-09-30 09:59:17+00:00
192
3
1840435
Bookmarks Menu menuitem label is unnecessarily cut
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: Open Bookmarks menu. Obverse item labeled "Bookmark Current Tab..." Actual results: Navigate through some other tabs, open Bookmarks menu again. Notice it now says "Bookmark Current ..." Expected resu...
Bookmarks Menu menuitem label is unnecessarily cut User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: Open Bookmarks menu. Obverse item labeled "Bookmark Current Tab..." Actual results: Navigate through some other tabs, open Bookmarks menu again. Notice...
P3
NEW
2023-06-26 17:25:36+00:00
2023-07-21 10:10:52+00:00
121
3
1840486
[RTL] Address bar autocomplete entry's URL is not aligned with the page title
The reason is: https://searchfox.org/mozilla-central/rev/0ddb7a38cdbba30df8f19549f678a22fa16967d1/browser/themes/shared/urlbarView.css#190-192 See the comment 2 rules above this one -- the same should apply here instead of the `margin-inline-start`
[RTL] Address bar autocomplete entry's URL is not aligned with the page title The reason is: https://searchfox.org/mozilla-central/rev/0ddb7a38cdbba30df8f19549f678a22fa16967d1/browser/themes/shared/urlbarView.css#190-192 See the comment 2 rules above this one -- the same should apply here instead of the `margin-inline-...
P1
RESOLVED
FIXED
2023-06-26 21:00:08+00:00
2023-07-25 15:07:49+00:00
117
1
1840531
iFrame Right Click Menu Appears in Wrong Location After Dragging Tab to Different Window
Steps to reproduce: 1. Open a web page that contains another page in an iFrame 2. Right Click in the iFrame to open the context menu and note where it appears 3. Drag the tab containing the iFrame to a different firefox window 4. Right Click in the iFrame to open the context menu and note where it appears 5. Resize or...
iFrame Right Click Menu Appears in Wrong Location After Dragging Tab to Different Window Steps to reproduce: 1. Open a web page that contains another page in an iFrame 2. Right Click in the iFrame to open the context menu and note where it appears 3. Drag the tab containing the iFrame to a different firefox window 4. ...
P3
NEW
2023-06-27 04:01:39+00:00
2023-07-10 15:26:03+00:00
188
3
1840586
Translation icon lacks contrast when HCM is enabled and Dark theme is applied
Affected versions: - Nightly 116.0a1/20230626215144 - Beta 115.0b9/20230626153624 Description: The translations icon lacks contrast when HCM is enabled and Dark theme is applied. The issue appears to only occur on Windows. Steps to reproduce: 1. Enable HCM in Windows 2. Access https://es.wikipedia.org/wiki/Wikipedia...
Translation icon lacks contrast when HCM is enabled and Dark theme is applied Affected versions: - Nightly 116.0a1/20230626215144 - Beta 115.0b9/20230626153624 Description: The translations icon lacks contrast when HCM is enabled and Dark theme is applied. The issue appears to only occur on Windows. Steps to reprodu...
P3
NEW
2023-06-27 11:23:09+00:00
2023-09-27 10:03:06+00:00
169
3
1840705
Translation task queue stops running on Twitter
DOM mutations on Twitter are not being captured. STR: 1 - Go to https://twitter.com/home 2 - Start a translation from a language that your tweets are usually displayed 3 - Start scrolling and note that new tweets are not translated after a while Expected result: All new DOM elements added to the page should be tra...
Translation task queue stops running on Twitter DOM mutations on Twitter are not being captured. STR: 1 - Go to https://twitter.com/home 2 - Start a translation from a language that your tweets are usually displayed 3 - Start scrolling and note that new tweets are not translated after a while Expected result: All ...
P2
VERIFIED
FIXED
2023-06-27 20:24:50+00:00
2023-10-18 07:29:14+00:00
91
2
1840706
The dropdown menu for the language selection doesn't seem to align properly
I'm wondering if this is due to where the popupset is defined, it could be a trivial fix, and came up in the design review.
The dropdown menu for the language selection doesn't seem to align properly I'm wondering if this is due to where the popupset is defined, it could be a trivial fix, and came up in the design review.
P3
NEW
2023-06-27 20:28:56+00:00
2023-10-24 20:47:24+00:00
49
3
1840842
[Experiment] The spotlight is still displayed when opening a new tab even if the browser was set as default after enrolling in the “fox-doodle-set-to-default-early-day-graphics” experiment
**[Affected versions]:** - Firefox 115.0 - Build ID: 20230626153624 **[Affected Platforms]:** - Windows 10 x64 - macOS 13.0.1 - Ubuntu 20.04 x64 **[Prerequisites]:** - Have a new Firefox profile - Firefox is not set as the default browser - Save the [“user.js”]( https://drive.google.com/file/d/1OPnEeNt8k8WOw3mOf3feyB...
[Experiment] The spotlight is still displayed when opening a new tab even if the browser was set as default after enrolling in the “fox-doodle-set-to-default-early-day-graphics” experiment **[Affected versions]:** - Firefox 115.0 - Build ID: 20230626153624 **[Affected Platforms]:** - Windows 10 x64 - macOS 13.0.1 - Ub...
P1
VERIFIED
FIXED
2023-06-28 13:21:01+00:00
2023-08-11 13:26:37+00:00
459
1
1840853
[Experiment] The "Fox Doodle - Pin to Taskbar" spotlight is wrongly displayed even if Firefox is pinned to the taskbar/dock
**[Affected versions]:** - Firefox RC 115.0 - Build ID: 20230626153624 **[Affected Platforms]:** - Windows 10 x64 - macOS 13.0.1 **[Prerequisites]:** - Firefox is not pinned to the taskbar/dock. - Firefox is not set as the default browser. - Have a Firefox profile between 1 and 28 days old. - Have the "[user.js](http...
[Experiment] The "Fox Doodle - Pin to Taskbar" spotlight is wrongly displayed even if Firefox is pinned to the taskbar/dock **[Affected versions]:** - Firefox RC 115.0 - Build ID: 20230626153624 **[Affected Platforms]:** - Windows 10 x64 - macOS 13.0.1 **[Prerequisites]:** - Firefox is not pinned to the taskbar/dock....
P1
VERIFIED
FIXED
2023-06-28 14:16:20+00:00
2023-08-11 13:04:29+00:00
425
1
1840867
CFR 'icon_and_message' layout broken after `addon_recommendation` CFR is shown
CFR default 'icon_and_message' layout is showing ratings section by default. This breaks all messages live with layout as 'icon_and_message' https://experimenter.services.mozilla.com/nimbus/device-migration-existing-users-sumo-switch-device-cfr-rollout/summary https://searchfox.org/mozilla-central/source/browser/com...
CFR 'icon_and_message' layout broken after `addon_recommendation` CFR is shown CFR default 'icon_and_message' layout is showing ratings section by default. This breaks all messages live with layout as 'icon_and_message' https://experimenter.services.mozilla.com/nimbus/device-migration-existing-users-sumo-switch-device...
P1
VERIFIED
FIXED
2023-06-28 15:36:27+00:00
2024-04-26 15:44:57+00:00
328
1
1841056
Dismissing a sponsored shortcut removes both sponsored shortcuts
**Found in** * Nightly 116.0a1; **Affected versions** * Nightly 116.0a1; * Firefox 115.0; **Tested platforms** * macOS 12; * Windows 10; * Ubuntu 22; **Affected platforms** * macOS 12; * Windows 10; * Ubuntu 22; **Unaffected platforms** * N/A; **Preconditions** * browser.search.region = US * VPN connected to ...
Dismissing a sponsored shortcut removes both sponsored shortcuts **Found in** * Nightly 116.0a1; **Affected versions** * Nightly 116.0a1; * Firefox 115.0; **Tested platforms** * macOS 12; * Windows 10; * Ubuntu 22; **Affected platforms** * macOS 12; * Windows 10; * Ubuntu 22; **Unaffected platforms** * N/A; **...
P1
VERIFIED
FIXED
2023-06-29 11:45:21+00:00
2023-07-07 13:13:11+00:00
327
1
1841072
[Experiment] A telemetry event is wrongly generated for each click action if a button from the "Fox Doodle - Early day users" spotlights is clicked multiple times
**[Affected versions]:** - Firefox Release 113.0.2 - Build ID: 20230522134052 - Firefox Release 114.0.2 - Build ID: 20230619081400 - Firefox RC 115.0 - Build ID: 20230626153624 **[Affected Platforms]:** - Windows 10 x64 - macOS 13.0.1 - Ubuntu 20.04 x64 **[Prerequisites]:** - Have a Firefox profile older than 1 day. ...
[Experiment] A telemetry event is wrongly generated for each click action if a button from the "Fox Doodle - Early day users" spotlights is clicked multiple times **[Affected versions]:** - Firefox Release 113.0.2 - Build ID: 20230522134052 - Firefox Release 114.0.2 - Build ID: 20230619081400 - Firefox RC 115.0 - Build...
P2
NEW
2023-06-29 12:46:19+00:00
2023-11-22 01:00:10+00:00
485
2
1841207
The download button is unresponsive while saving a HTML page with 4000 CSS files
Extract the attachment to your local machine (This is the offline version of the testcase at https://simonsiefke.github.io/chrome-issue-1447912/) Open the html in your browser Go to Hamburger Menu->Save Page as->Web Page Complete AR: The download button is unresponsive for some time ER: Not so Profile: https://share....
The download button is unresponsive while saving a HTML page with 4000 CSS files Extract the attachment to your local machine (This is the offline version of the testcase at https://simonsiefke.github.io/chrome-issue-1447912/) Open the html in your browser Go to Hamburger Menu->Save Page as->Web Page Complete AR: The ...
P3
NEW
2023-06-30 03:07:23+00:00
2023-07-28 16:54:46+00:00
119
3
1841341
Only show one translation popup offering when restoring windows
Right now it's possible to trigger lots of popups at once. We should only show the top-most window.
Only show one translation popup offering when restoring windows Right now it's possible to trigger lots of popups at once. We should only show the top-most window.
P2
RESOLVED
FIXED
2023-06-30 19:58:21+00:00
2023-07-07 09:38:30+00:00
37
2
1841354
The feedback acknowledgment remains when the row is reused
The feedback acknowledgment can stick around when its row is reused for a different type of result. This hasn't been a problem until now, with Pocket suggestions, because before it's only been used for best matches, and best matches are practically never reused. I think we should just always remove it.
The feedback acknowledgment remains when the row is reused The feedback acknowledgment can stick around when its row is reused for a different type of result. This hasn't been a problem until now, with Pocket suggestions, because before it's only been used for best matches, and best matches are practically never reused...
P1
RESOLVED
FIXED
2023-06-30 23:08:42+00:00
2023-07-05 22:19:44+00:00
82
1
1841374
Feature Callout isn't fully read by screen reader
Only the title is read by NVDA, and it's read twice. The subtitle isn't read unless you arrow key onto it. I think some of the ARIA attributes and roles that are set within the React component should be omitted for callouts, and the callout itself needs a `role`, and it should get aria-labelledby and aria-describedby. ...
Feature Callout isn't fully read by screen reader Only the title is read by NVDA, and it's read twice. The subtitle isn't read unless you arrow key onto it. I think some of the ARIA attributes and roles that are set within the React component should be omitted for callouts, and the callout itself needs a `role`, and it...
P3
ASSIGNED
2023-07-01 04:45:38+00:00
2024-09-03 21:14:29+00:00
196
3
1841409
The Feedback menu button sometimes isn't shown
When a row is reused, the new result has `showFeedbackMenu`, and the old result didn't, the row won't show the Feedback menu button. We need to create new row content in that case. This hasn't been a problem before because the Feedback button was only shown in best matches, which practically are never reused. Pocket n...
The Feedback menu button sometimes isn't shown When a row is reused, the new result has `showFeedbackMenu`, and the old result didn't, the row won't show the Feedback menu button. We need to create new row content in that case. This hasn't been a problem before because the Feedback button was only shown in best matche...
P1
VERIFIED
FIXED
2023-07-01 23:53:28+00:00
2023-07-07 16:18:34+00:00
104
1
1841429
Firefox 115 Bookmark Toolbar - Firefox connects(preload) with a right click to web page
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: Firefox 115.0-candidates Debian Stable Gnome Wayland Open a Terminal with env MOZ_ENABLE_WAYLAND=1 ... Tab with about:networking Bookmark Toolbar "Always Show" and right click on a bookmark. I only want to delete...
Firefox 115 Bookmark Toolbar - Firefox connects(preload) with a right click to web page User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: Firefox 115.0-candidates Debian Stable Gnome Wayland Open a Terminal with env MOZ_ENABLE_WAYLAND=1 ... Tab with about:network...
P3
RESOLVED
FIXED
2023-07-02 11:10:48+00:00
2024-09-10 09:05:22+00:00
222
3
1841430
Firefox & Nightly : Session restoration flaw ?
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: Closed FF with menu File|Quit or killing FF with Task Manager (System Explorer). Actual results: On restart, all my last opened FF windows shows PLUS another one minimized that lay at the top of my FF w...
Firefox & Nightly : Session restoration flaw ? User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: Closed FF with menu File|Quit or killing FF with Task Manager (System Explorer). Actual results: On restart, all my last opened FF windows shows PLUS anoth...
P3
UNCONFIRMED
2023-07-02 11:56:03+00:00
2025-01-04 16:44:48+00:00
143
3
1841576
Screenshot tool broken when in devtools print media simulation
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: 1. Go to https://www.google.com 2. Open devtools via F12 3. Enable "Toggle print media simulation for this page" in devtools 4. Right click on google homepage 5. Click "Take Screenshot" 6. Observe that cer...
Screenshot tool broken when in devtools print media simulation User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: 1. Go to https://www.google.com 2. Open devtools via F12 3. Enable "Toggle print media simulation for this page" in devtools 4. Right click on...
P3
NEW
2023-07-04 06:22:19+00:00
2023-07-06 18:52:29+00:00
199
3
1841656
Firefox Translations doesn't deal with Shadow DOM
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0 Steps to reproduce: # Open https://ko-fi.com/post/If-You-Suffer-from-Urgent-Normal-Syndrome-Ask-for-K3K6MN65U in Firefox Nightly. # Translate the page with the built-in Firefox Translations feature, in French, for example. ...
Firefox Translations doesn't deal with Shadow DOM User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/117.0 Steps to reproduce: # Open https://ko-fi.com/post/If-You-Suffer-from-Urgent-Normal-Syndrome-Ask-for-K3K6MN65U in Firefox Nightly. # Translate the page with the built-in Firefo...
P3
RESOLVED
FIXED
2023-07-04 16:07:49+00:00
2023-10-09 13:42:31+00:00
169
3
1841744
Startup crash in headless mode on Windows
Crash report: https://crash-stats.mozilla.org/report/index/b713f771-6a9c-4e44-bb7e-6a6360230705 Reason: ```EXCEPTION_STACK_BUFFER_OVERRUN / FAST_FAIL_INVALID_ARG``` Top 10 frames of crashing thread: ``` 0 ucrtbase.dll invoke_watson 1 ucrtbase.dll invalid_parameter 2 ucrtbase.dll invalid_parameter_noinfo 3...
Startup crash in headless mode on Windows Crash report: https://crash-stats.mozilla.org/report/index/b713f771-6a9c-4e44-bb7e-6a6360230705 Reason: ```EXCEPTION_STACK_BUFFER_OVERRUN / FAST_FAIL_INVALID_ARG``` Top 10 frames of crashing thread: ``` 0 ucrtbase.dll invoke_watson 1 ucrtbase.dll invalid_parameter 2 ...
P3
NEW
2023-07-05 07:51:10+00:00
2023-08-17 12:23:19+00:00
392
3
1841769
Firefox does not show suggestions for the empty query when in search mode
**Found in** * Beta v116.0b1 **Affected versions** * Nightly v117.0a1 * Beta v116.0b1 **Tested platforms** * Affected platforms: Ubuntu 22, Windows 10 * Unaffected platforms: - **Steps to reproduce** 1. Have some searching history with a chosen one-off. 2. go to about:config and set browser.urlbar.update2.emptySearc...
Firefox does not show suggestions for the empty query when in search mode **Found in** * Beta v116.0b1 **Affected versions** * Nightly v117.0a1 * Beta v116.0b1 **Tested platforms** * Affected platforms: Ubuntu 22, Windows 10 * Unaffected platforms: - **Steps to reproduce** 1. Have some searching history with a chose...
P3
VERIFIED
FIXED
2023-07-05 10:24:19+00:00
2024-06-11 09:18:21+00:00
339
3
1841773
The link displayed after extension migration appears gray instead of blue as in Figma
**Found in** * 116.0b1 **Affected versions** * 116.0b1 * 117.0a1 (2023-07-04) **Preconditions** * random extensions installed on Chrome * browser.migrate.chrome.extensions.enabled:true **Tested platforms** * Affected platforms: Windows 10x64, macOS 12, Ubuntu 22.04 * Unaffected platforms: none **Steps...
The link displayed after extension migration appears gray instead of blue as in Figma **Found in** * 116.0b1 **Affected versions** * 116.0b1 * 117.0a1 (2023-07-04) **Preconditions** * random extensions installed on Chrome * browser.migrate.chrome.extensions.enabled:true **Tested platforms** * Affected p...
P3
NEW
2023-07-05 10:51:30+00:00
2024-04-30 18:15:56+00:00
284
3
1841809
"DisableProfileRefresh" enterprise policy does not disable the "Refresh Firefox" Quick Action in the address bar
STR: 1. Enable the `DisableProfileRefresh` enterprise policy. 2. Type "refresh" in the address bar. Expected: No option to refresh the profile. Actual: "Refresh Firefox" Quick Action button appears and allows refreshing the profile.
"DisableProfileRefresh" enterprise policy does not disable the "Refresh Firefox" Quick Action in the address bar STR: 1. Enable the `DisableProfileRefresh` enterprise policy. 2. Type "refresh" in the address bar. Expected: No option to refresh the profile. Actual: "Refresh Firefox" Quick Action button appears and all...
P3
NEW
2023-07-05 14:20:19+00:00
2023-07-10 15:35:40+00:00
91
3
1841826
[Intermittent] An error is displayed on the Pocket page when clicking on a high or low confidence Pocket suggestion from the Address Bar results
**[Affected versions]:** - Firefox Nightly 117.0a1 - Build ID: 20230705094648 **[Affected Platforms]:** - Windows 10 x64 - Linux Ubuntu 20.04 x64 - macOS 12.6.1 **[Prerequisites]:** - Set `browser.urlbar.pocket.featureGate` to “true”. - Set `browser.urlbar.bestMatch.enabled` to “true”. **[Steps to reproduce]:** 1. O...
[Intermittent] An error is displayed on the Pocket page when clicking on a high or low confidence Pocket suggestion from the Address Bar results **[Affected versions]:** - Firefox Nightly 117.0a1 - Build ID: 20230705094648 **[Affected Platforms]:** - Windows 10 x64 - Linux Ubuntu 20.04 x64 - macOS 12.6.1 **[Prerequis...
P1
RESOLVED
WORKSFORME
2023-07-05 15:07:00+00:00
2023-08-02 17:33:36+00:00
294
1
1841842
"DisablePrivateBrowsing" enterprise policy does not disable the "Open private window" Quick Action in the address bar
STR: 1. Enable the `DisablePrivateBrowsing` enterprise policy. 2. Type "private" in the address bar. Expected: The "Open private window" Quick Action is disabled. Actual: The "Open private window" Quick Action appears normally and clicking on it opens a new non-private window. If the user is not observant, they might...
"DisablePrivateBrowsing" enterprise policy does not disable the "Open private window" Quick Action in the address bar STR: 1. Enable the `DisablePrivateBrowsing` enterprise policy. 2. Type "private" in the address bar. Expected: The "Open private window" Quick Action is disabled. Actual: The "Open private window" Qui...
P3
NEW
2023-07-05 16:44:20+00:00
2023-07-10 15:32:49+00:00
116
3
1841869
entering "abc @xyz.[TLD]" in address bar opens a prompt regarding loading "xyz.[TLD]" instead of searching for "abc @xyz.[TLD]" on the default search engine
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: 1. enter sth. like "Lorem Ipsum @mozilla.org" in adress bar 2. hit enter key Actual results: A strange login-prompt appears: "You are about to log in to the site “mozilla.org” with the username “Lorem%2...
entering "abc @xyz.[TLD]" in address bar opens a prompt regarding loading "xyz.[TLD]" instead of searching for "abc @xyz.[TLD]" on the default search engine User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: 1. enter sth. like "Lorem Ipsum @mozilla.org" in...
P3
VERIFIED
FIXED
2023-07-05 19:22:32+00:00
2024-08-01 04:11:19+00:00
235
3
1841992
[win11] New migration window displays only a white window for some time when started with –migration command
**Found in** * 116.0b1 **Affected versions** * 116.0b1 * 117.0a1 (2023-07-05) **Tested platforms** * Affected platforms: Windows 11x64 * Unaffected platforms: Windows10x64, macOS 12, Ubuntu 22 **Steps to reproduce** 1. Open Firefox with `--migration` command. **Expected result** * The migration w...
[win11] New migration window displays only a white window for some time when started with –migration command **Found in** * 116.0b1 **Affected versions** * 116.0b1 * 117.0a1 (2023-07-05) **Tested platforms** * Affected platforms: Windows 11x64 * Unaffected platforms: Windows10x64, macOS 12, Ubuntu 22 ...
P3
NEW
2023-07-06 12:16:22+00:00
2023-08-08 15:46:34+00:00
260
3
1842006
About Firefox window - check mark icon still not fully aligned with text in Fx 116
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0 Steps to reproduce: Open "About Firefox" window. Let Firefox check for updates. Actual results: The update and check mark icon is some distance below the text "Firefox is up to date". Expected results: The icon should (...
About Firefox window - check mark icon still not fully aligned with text in Fx 116 User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/116.0 Steps to reproduce: Open "About Firefox" window. Let Firefox check for updates. Actual results: The update and check mark icon is some dist...
P5
NEW
2023-07-06 13:25:58+00:00
2023-07-14 15:22:31+00:00
183
5
1842030
After closing the last Private Window, context is not always reset/cleared...
Regression of [Bug 1585306](https://bugzilla.mozilla.org/show_bug.cgi?id=1585306) I have previously reported the regression a long time ago, but it hasn't been addressed yet. See previous STR first. I have now found new STR: 1. Open a new Firefox instance. Alternatively, start by closing all private windows and tab...
After closing the last Private Window, context is not always reset/cleared... Regression of [Bug 1585306](https://bugzilla.mozilla.org/show_bug.cgi?id=1585306) I have previously reported the regression a long time ago, but it hasn't been addressed yet. See previous STR first. I have now found new STR: 1. Open a new...
P2
RESOLVED
FIXED
2023-07-06 15:31:40+00:00
2024-06-02 18:56:23+00:00
266
2
1842075
Clicking back to the new Firefox View resets the view
If you configure the new View as default, click a link and then navigate back, it resets to recent browsing.
Clicking back to the new Firefox View resets the view If you configure the new View as default, click a link and then navigate back, it resets to recent browsing.
P2
RESOLVED
FIXED
2023-07-06 19:45:44+00:00
2023-08-01 12:06:47+00:00
43
2
1842141
View menu shows basic page style selected when in no style mode
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: Go to a website. Select No Style via the View menu -> Page Style -> No Style. Refresh the page. Actual results: Visit the View Menu -> Page Style. Now 'Basic Page Style' is selected. Expected results: 'No ...
View menu shows basic page style selected when in no style mode User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/114.0 Steps to reproduce: Go to a website. Select No Style via the View menu -> Page Style -> No Style. Refresh the page. Actual results: Visit the View Menu -> Page Style...
P3
VERIFIED
FIXED
2023-07-07 06:45:51+00:00
2023-08-22 06:18:02+00:00
115
3
1842162
[Experiment] The "Easy Setup" Onboarding screen is not displayed for clients that are enrolled in the "Challenge the Default - Windows Fx115" experiment and have Firefox pinned to the taskbar
**[Affected versions]:** - Firefox Release 115.0 - Build ID: 20230629134642 **[Affected Platforms]:** - Windows 10 x64 **[Prerequisites]:** - Firefox is pinned to the taskbar. - Firefox is not set as the default browser. - Have the "[user.js](https://drive.google.com/file/d/1ltJbz-AERrVlfWQPgDlpjyBuVK85gCX4/view?usp=...
[Experiment] The "Easy Setup" Onboarding screen is not displayed for clients that are enrolled in the "Challenge the Default - Windows Fx115" experiment and have Firefox pinned to the taskbar **[Affected versions]:** - Firefox Release 115.0 - Build ID: 20230629134642 **[Affected Platforms]:** - Windows 10 x64 **[Prer...
P1
VERIFIED
FIXED
2023-07-07 09:36:05+00:00
2023-07-11 06:53:54+00:00
354
1
1842169
Button on Amazon signin page disappears when translated
The signin button on Amazon signin pages is translated as empty content. I managed to reduce the page to a small HTML snippet that reproduces the problem. Note, whitespaces and newlines are important. ``` <span><input type="submit"> Dalej</span> ``` is translated as empty. ``` <span> Dalej</span> ``` is also transla...
Button on Amazon signin page disappears when translated The signin button on Amazon signin pages is translated as empty content. I managed to reduce the page to a small HTML snippet that reproduces the problem. Note, whitespaces and newlines are important. ``` <span><input type="submit"> Dalej</span> ``` is translate...
P3
RESOLVED
WORKSFORME
2023-07-07 10:22:59+00:00
2024-07-19 18:41:36+00:00
127
3
1842188
[Experiment] The fxms-message-8 feature configuration is not supported on Firefox versions under 114
**[Affected versions]:** - Firefox Release 110, BuildID 20230214051806 - Firefox Release 112, BuildID 20230406114409 - Firefox Release 113, BuildID 20230504192738 **[Affected Platforms]:** - Windows 10 - Windows 11 **[Prerequisites]:** - Have a clean new Firefox Release 110 en-US profile. - Have the following prefs s...
[Experiment] The fxms-message-8 feature configuration is not supported on Firefox versions under 114 **[Affected versions]:** - Firefox Release 110, BuildID 20230214051806 - Firefox Release 112, BuildID 20230406114409 - Firefox Release 113, BuildID 20230504192738 **[Affected Platforms]:** - Windows 10 - Windows 11 **...
P1
VERIFIED
FIXED
2023-07-07 12:56:14+00:00
2023-07-14 06:55:01+00:00
437
1
1842191
With a remote homepage, "Search bookmarks" fails to put the address bar in Bookmarks mode when it needs to open a new window
STR: 1. Set your homepage to a remote URL such as https://www.wikipedia.org/ (preferably one that doesn't load too fast) 2. open the browser console and run `BrowserWindowTracker.untrackForTestsOnly(window)` 3. open the Bookmarks menu and click Search Bookmarks -> The homepage load resets the address bar value, immedi...
With a remote homepage, "Search bookmarks" fails to put the address bar in Bookmarks mode when it needs to open a new window STR: 1. Set your homepage to a remote URL such as https://www.wikipedia.org/ (preferably one that doesn't load too fast) 2. open the browser console and run `BrowserWindowTracker.untrackForTestsO...
P3
NEW
2023-07-07 12:58:36+00:00
2024-03-04 12:18:58+00:00
127
3
1842215
Handle top-level pushState navigation
It turns out some shopping websites, like walmart.com, actually use pushState to navigate within same-site links. The `onLocationChange` listener we're using in browser/base/content/browser.js filters out these navigations, so we aren't accurately detecting whether the user has navigated to/from product pages once they...
Handle top-level pushState navigation It turns out some shopping websites, like walmart.com, actually use pushState to navigate within same-site links. The `onLocationChange` listener we're using in browser/base/content/browser.js filters out these navigations, so we aren't accurately detecting whether the user has nav...
P2
RESOLVED
FIXED
2023-07-07 14:44:37+00:00
2023-07-20 21:21:09+00:00
126
2
1842288
After once reordered bookmarks in the chevron popup, toggling Bookmarks Toolbar from hidden to visible disables reordering of bookmarks in the chevron by mouse dragging.
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: (only possible if you have more than 15/16 bookmarked websites-also I enabled option that only shows bookmark toolbar in new tabs) open firefox > go to the show more bookmarks > open one of the bookmarked ...
After once reordered bookmarks in the chevron popup, toggling Bookmarks Toolbar from hidden to visible disables reordering of bookmarks in the chevron by mouse dragging. User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/115.0 Steps to reproduce: (only possible if you have more tha...
P2
NEW
2023-07-07 19:52:08+00:00
2024-06-06 21:03:12+00:00
246
2
1842353
Nightly suggests the page translation between the same two languages
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0 Steps to reproduce: Opened the Polish web page https://shinden.pl/series/60113-oshi-no-ko?r307=1 in Nightly with interface language set to Polish. Preferred languages to display web pages are English US (en-us) and English (en) only, w...
Nightly suggests the page translation between the same two languages User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/117.0 Steps to reproduce: Opened the Polish web page https://shinden.pl/series/60113-oshi-no-ko?r307=1 in Nightly with interface language set to Polish. Preferred languages...
P2
RESOLVED
FIXED
2023-07-08 09:01:52+00:00
2023-08-02 14:57:03+00:00
142
2
1842369
Translation icon is shown on tabs in reader mode, but doesn't react to clicks
STR: 1) Open a page where you can trigger reader mode (e.g. https://www.theguardian.com/politics/2023/jul/08/british-scientists-can-request-grants-if-uk-rejoins-eu-horizon-scheme) 2) Enable reader mode 3) Click on the translations button Actual results: Nothing happens. Expected results: Ideally we should support tra...
Translation icon is shown on tabs in reader mode, but doesn't react to clicks STR: 1) Open a page where you can trigger reader mode (e.g. https://www.theguardian.com/politics/2023/jul/08/british-scientists-can-request-grants-if-uk-rejoins-eu-horizon-scheme) 2) Enable reader mode 3) Click on the translations button Act...
P3
VERIFIED
FIXED
2023-07-08 14:28:00+00:00
2023-08-31 08:15:44+00:00
126
3
1842381
massive performance regression for URL completion in Firefox Nightly
There is a massive performance regression for the URL completion in the address bar in the latest Nightly. After entering a character into the address bar there is now a noticeable delay before the completion happens. As a result I open the wrong websites. Example: I enter "ca", a completion to "camp-firefox.de/" hap...
massive performance regression for URL completion in Firefox Nightly There is a massive performance regression for the URL completion in the address bar in the latest Nightly. After entering a character into the address bar there is now a noticeable delay before the completion happens. As a result I open the wrong webs...
P1
RESOLVED
FIXED
2023-07-08 16:52:27+00:00
2023-09-05 12:47:11+00:00
338
1
1842542
[Linux] Infinite tab opening loop opening an empty `.atom` (or .rss) file from local file
Steps to reproduce: Vulnerability Type: DDoS Affected Component: Web browser's tab crashing functionality Firefox Version: Firefox 102.8 Linux CVSS Score: High The DDoS attack targets the tab crashing functionality of web browsers. By tricking the browser into opening a file with a specific pattern, such as "sample....
[Linux] Infinite tab opening loop opening an empty `.atom` (or .rss) file from local file Steps to reproduce: Vulnerability Type: DDoS Affected Component: Web browser's tab crashing functionality Firefox Version: Firefox 102.8 Linux CVSS Score: High The DDoS attack targets the tab crashing functionality of web brows...
P3
NEW
2023-07-10 05:31:48+00:00
2025-02-03 09:57:06+00:00
278
3