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 |
|---|---|---|---|---|---|---|---|---|---|---|
1872764 | Exit/Copy/Download buttons do not work on certain website with screenshot component enabled | Steps to reproduce:
1) Navigate to about:config
2) Make sure `screenshots.browser.component.enabled` is `true`
3) Navigate to https://demos.neolms.com/join_no_access_code
4) Create an account
5) Navigate to https://demos.neolms.com/account/picture
6) Click "Add Picture"
7) Screenshot an area of the page
8) Click "X" o... | Exit/Copy/Download buttons do not work on certain website with screenshot component enabled Steps to reproduce:
1) Navigate to about:config
2) Make sure `screenshots.browser.component.enabled` is `true`
3) Navigate to https://demos.neolms.com/join_no_access_code
4) Create an account
5) Navigate to https://demos.neolms... | P1 | VERIFIED | FIXED | 2024-01-02 23:05:41+00:00 | 2024-01-26 16:48:10+00:00 | 140 | 1 |
1872768 | Enhanced Tracking Protection milestone doorhanger shows incorrect date | This was mentioned by a German localizer and I was able to reproduce on my machine locally.
The string `cfr-doorhanger-milestone-heading2` should display that X number of trackers were blocked since the user profile began tracking blocked counters, e.g. `Nightly blocked over 1,000 trackers since May 2023!`. Instead, t... | Enhanced Tracking Protection milestone doorhanger shows incorrect date This was mentioned by a German localizer and I was able to reproduce on my machine locally.
The string `cfr-doorhanger-milestone-heading2` should display that X number of trackers were blocked since the user profile began tracking blocked counters,... | P1 | VERIFIED | FIXED | 2024-01-02 23:38:09+00:00 | 2024-01-22 15:08:14+00:00 | 463 | 1 |
1872851 | Firefox View longer typed terms will extend the search results box out of view in History section | **Found in**
- Firefox 123.0a1
**Affected versions**
- Firefox 123.0a1
**Tested platforms**
- Affected platforms: macOS 13.6.3, Windows 11, Ubuntu 22.04
**Steps to reproduce**
1. Launch Firefox and access Firefox View
2. Open the History section
3. Focus search and type any word/website
4. Copy the typed word and pa... | Firefox View longer typed terms will extend the search results box out of view in History section **Found in**
- Firefox 123.0a1
**Affected versions**
- Firefox 123.0a1
**Tested platforms**
- Affected platforms: macOS 13.6.3, Windows 11, Ubuntu 22.04
**Steps to reproduce**
1. Launch Firefox and access Firefox View
2... | P1 | VERIFIED | FIXED | 2024-01-03 13:21:56+00:00 | 2024-01-17 08:15:25+00:00 | 235 | 1 |
1872919 | Firefox View test failure for search_synced_tabs_recent_browsing due to not all search results showing. | `search_synced_tabs_recent_browsing` is failing on central currently. See below test output.
```
browser/components/firefoxview/tests/browser/firefoxview-next/browser_syncedtabs_firefoxview_next.js
FAIL Uncaught exception in test bound search_synced_tabs_recent_browsing - Not all search results are shown yet. - time... | Firefox View test failure for search_synced_tabs_recent_browsing due to not all search results showing. `search_synced_tabs_recent_browsing` is failing on central currently. See below test output.
```
browser/components/firefoxview/tests/browser/firefoxview-next/browser_syncedtabs_firefoxview_next.js
FAIL Uncaught e... | P3 | RESOLVED | DUPLICATE | 2024-01-03 21:06:28+00:00 | 2024-01-18 17:38:55+00:00 | 132 | 3 |
1873002 | Certificate Manager popup doesn't grow with content | I noticed a little hiccup in the UI.
`about:preferences#privacy -> View certificates...`
I added a few exceptions and the buttons went off the popup.
I had to close it using the X and then reopen it.
## STR
- Go to: `about:preferences#privacy -> View certificates...`
- Click "Add Exceptions..."
- Add new exceptions
- ... | Certificate Manager popup doesn't grow with content I noticed a little hiccup in the UI.
`about:preferences#privacy -> View certificates...`
I added a few exceptions and the buttons went off the popup.
I had to close it using the X and then reopen it.
## STR
- Go to: `about:preferences#privacy -> View certificates...`... | P3 | VERIFIED | FIXED | 2024-01-04 11:05:26+00:00 | 2024-01-29 16:07:37+00:00 | 123 | 3 |
1873019 | [User Journey] After refresh about welcome page becomes unfunctional | **Found in**
* Firefox 122.0b5
**Affected versions**
* Firefox 122.0b5
* Firefox 121.0
* Firefox 120.0
**Affected platforms**
* Windows 10, Ubuntu 22, macOS 12
**Preconditions**
* Firefox IS NOT set as the default browser.
**Steps to reproduce**
1. Launch Firefox with new profile.
2. Have the first screen of the "a... | [User Journey] After refresh about welcome page becomes unfunctional **Found in**
* Firefox 122.0b5
**Affected versions**
* Firefox 122.0b5
* Firefox 121.0
* Firefox 120.0
**Affected platforms**
* Windows 10, Ubuntu 22, macOS 12
**Preconditions**
* Firefox IS NOT set as the default browser.
**Steps to reproduce**
1... | P1 | VERIFIED | FIXED | 2024-01-04 12:57:52+00:00 | 2024-01-19 17:56:45+00:00 | 291 | 1 |
1873025 | Sorting on recent tabs after search is confusing | I would've expected things to be shown in most recently used order, but as shown in the screenshot that is not the case. I haven't been able to figure out what order the list is in. It doesn't seem to match tab order either. | Sorting on recent tabs after search is confusing I would've expected things to be shown in most recently used order, but as shown in the screenshot that is not the case. I haven't been able to figure out what order the list is in. It doesn't seem to match tab order either. | P2 | VERIFIED | FIXED | 2024-01-04 14:06:09+00:00 | 2024-04-25 14:18:07+00:00 | 66 | 2 |
1873026 | ASRouter tests under browser/components/asrouter are not being run in CI | Bug 1866802 moved a chunk of ASRouter out to browser/components/asrouter, and that included a number of tests. Unfortunately, those tests are fairly special, and use a `try-runner.js` script to run them in CI. I forgot to do that step when I did the move, so we haven't been running the ASRouter tests under browser/comp... | ASRouter tests under browser/components/asrouter are not being run in CI Bug 1866802 moved a chunk of ASRouter out to browser/components/asrouter, and that included a number of tests. Unfortunately, those tests are fairly special, and use a `try-runner.js` script to run them in CI. I forgot to do that step when I did t... | P1 | RESOLVED | FIXED | 2024-01-04 14:13:19+00:00 | 2024-01-11 14:33:54+00:00 | 118 | 1 |
1873049 | scrollbutton-down and scrollbutton-up toolbarbuttons are missing accessible names | `scrollbutton-down` and `scrollbutton-up` toolbarbuttons are not labeled and it would prevent users of assistive technology from knowing their purpose and, for instance, speech-to-text software users won't be able to activate them by calling their name and screen reader users won't know what these controls are expected... | scrollbutton-down and scrollbutton-up toolbarbuttons are missing accessible names `scrollbutton-down` and `scrollbutton-up` toolbarbuttons are not labeled and it would prevent users of assistive technology from knowing their purpose and, for instance, speech-to-text software users won't be able to activate them by call... | P3 | RESOLVED | FIXED | 2024-01-04 16:19:51+00:00 | 2024-08-23 11:42:01+00:00 | 116 | 3 |
1873345 | PDF Viewer: text with a background is invisible | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
Open the attached PDF file and display it in Firefox. Note: this is the out.pdf file from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731164#5
Actual results:
The text with the orange background is not visi... | PDF Viewer: text with a background is invisible User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
Open the attached PDF file and display it in Firefox. Note: this is the out.pdf file from https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731164#5
Actual results:
... | P3 | NEW | 2024-01-06 17:43:21+00:00 | 2024-03-04 21:55:57+00:00 | 189 | 3 | |
1873434 | [Experiment] The "Recommend Add-ons - Staff pick" feature callout is not triggered | **[Affected versions]:**
- Firefox Release 121.0 (Build ID: 20231211174248)
- Firefox Beta 122.0b6 (Build ID: 20240105091609)
- Firefox Nightly 123.0a1 (Build ID:20240107090723)
**[Affected Platforms]:**
- macOS 13.1
- Windows 10
- Linux Min 21.0
**[Prerequisites]:**
- Have a Firefox profile with the following prefs ... | [Experiment] The "Recommend Add-ons - Staff pick" feature callout is not triggered **[Affected versions]:**
- Firefox Release 121.0 (Build ID: 20231211174248)
- Firefox Beta 122.0b6 (Build ID: 20240105091609)
- Firefox Nightly 123.0a1 (Build ID:20240107090723)
**[Affected Platforms]:**
- macOS 13.1
- Windows 10
- Linu... | P1 | VERIFIED | FIXED | 2024-01-08 12:36:01+00:00 | 2024-01-19 18:33:22+00:00 | 492 | 1 |
1873465 | [Experiment] No UTM parameters are present in the URL if the primary buttons from the "Fx Mobile" and "Pip" moments pages are clicked | **[Affected versions]:**
- Firefox Release 121.0 - Build ID: 20231211174248
**[Affected Platforms]:**
- Windows 11 x64
- macOS 14.1
- Ubuntu 22.04 x64
**[Prerequisites]:**
- Have a Firefox profile with the following prefs in the "about:config" page:
- `nimbus.debug` pref set to `true`
**[Steps to reproduce]:**
1... | [Experiment] No UTM parameters are present in the URL if the primary buttons from the "Fx Mobile" and "Pip" moments pages are clicked **[Affected versions]:**
- Firefox Release 121.0 - Build ID: 20231211174248
**[Affected Platforms]:**
- Windows 11 x64
- macOS 14.1
- Ubuntu 22.04 x64
**[Prerequisites]:**
- Have a Fir... | P1 | RESOLVED | WONTFIX | 2024-01-08 14:07:10+00:00 | 2024-01-09 07:56:42+00:00 | 457 | 1 |
1873469 | [Experiment] [Intermittent]The Picture-in-picture callout message is not displayed on YouTube videos | **[Affected versions]:**
- Firefox Beta 122.0b6 (Build #2015981850)
**[Affected Platforms]:**
- Windows 10 x64
- Windows 11 x64
- macOS 13.5
- Ubuntu 22.04 x64
**[Prerequisites]:**
- Have the latest Firefox Beta 122.0b6 installed.
- Have the browser's channel set to "release" in the channel-prefs.js file.
- Have a b... | [Experiment] [Intermittent]The Picture-in-picture callout message is not displayed on YouTube videos **[Affected versions]:**
- Firefox Beta 122.0b6 (Build #2015981850)
**[Affected Platforms]:**
- Windows 10 x64
- Windows 11 x64
- macOS 13.5
- Ubuntu 22.04 x64
**[Prerequisites]:**
- Have the latest Firefox Beta 122.... | P1 | RESOLVED | WONTFIX | 2024-01-08 14:36:26+00:00 | 2024-02-08 01:00:13+00:00 | 382 | 1 |
1873508 | Send to Device list doesn't synchronize, and Send to Device has no effect | Firefox Mac (v121.0)
In some scenarios the list of devices under Send to Device (or Send Link to Device) appears to go out-of-sync with the actual connected devices and does not refresh on its own. When this happened for me I wasn't able to send or share a link to any of my connected devices from Firefox.
I tried log... | Send to Device list doesn't synchronize, and Send to Device has no effect Firefox Mac (v121.0)
In some scenarios the list of devices under Send to Device (or Send Link to Device) appears to go out-of-sync with the actual connected devices and does not refresh on its own. When this happened for me I wasn't able to send... | P2 | RESOLVED | WORKSFORME | 2024-01-08 17:58:13+00:00 | 2024-05-30 19:56:57+00:00 | 190 | 2 |
1873545 | ToastNotification.jsm will never resolve: waiting on `alertshown` instead of `alertshow` | See issue [here](https://searchfox.org/mozilla-central/rev/43c40b22c776d098afb89d5237da3464a7545532/browser/components/newtab/lib/ToastNotification.jsm#130). | ToastNotification.jsm will never resolve: waiting on `alertshown` instead of `alertshow` See issue [here](https://searchfox.org/mozilla-central/rev/43c40b22c776d098afb89d5237da3464a7545532/browser/components/newtab/lib/ToastNotification.jsm#130). | P3 | RESOLVED | FIXED | 2024-01-08 21:49:05+00:00 | 2024-01-10 21:01:22+00:00 | 99 | 3 |
1873634 | Icons display differently in urlbar to tab | STR
1. Visit https://frederik-braun.com/index.html, notice the favicon in the tab
2. Open a new tab and type "fred", you should have a switch to tab result for the above page, notice the difference with the icon
The icons shold render the same, in this situation it seems possible the `viewBox="0 0 100 200"` thats use... | Icons display differently in urlbar to tab STR
1. Visit https://frederik-braun.com/index.html, notice the favicon in the tab
2. Open a new tab and type "fred", you should have a switch to tab result for the above page, notice the difference with the icon
The icons shold render the same, in this situation it seems pos... | P3 | NEW | 2024-01-09 11:07:26+00:00 | 2024-01-09 12:20:29+00:00 | 127 | 3 | |
1873683 | Firefox view history card list items expands while minimized/maximized the browser with browser buttons | **Found in**
* Firefox 122.0b7
**Affected versions**
* Firefox 123.0a1 (2024.01.09)
* Firefox 122.0b7
**Unaffected versions**
* Firefox 120.0
* Firefox 121.0.1
**Tested platforms**
* Affected platforms: macOS 12, Ubuntu 22, Windows 10
**Preconditions**
* Firefox profile with history records
**Steps to reproduce**
... | Firefox view history card list items expands while minimized/maximized the browser with browser buttons **Found in**
* Firefox 122.0b7
**Affected versions**
* Firefox 123.0a1 (2024.01.09)
* Firefox 122.0b7
**Unaffected versions**
* Firefox 120.0
* Firefox 121.0.1
**Tested platforms**
* Affected platforms: macOS 12, ... | P1 | RESOLVED | FIXED | 2024-01-09 16:20:44+00:00 | 2024-01-17 14:51:19+00:00 | 307 | 1 |
1873719 | notification blocked but still asking for it | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
I have blocked notifications for all sites in Firefox, but when i visit https://www.autodoc.se i get a question if i want to receive notifications.
If i go to the same site in Chome it won't ask for notif... | notification blocked but still asking for it User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
I have blocked notifications for all sites in Firefox, but when i visit https://www.autodoc.se i get a question if i want to receive notifications.
If i go to ... | P3 | VERIFIED | FIXED | 2024-01-09 18:50:38+00:00 | 2024-01-26 14:38:15+00:00 | 157 | 3 |
1873727 | Extra padding appears at the top and bottom of the migration wizard panellist when embedded in a XUL panel | I noticed this just today, but it appears to have been true for at least a while - there's a bit of padding above and below the panellist of the migration wizard when it's embedded in a XUL panel. It's made visible because the background of the panellist is slightly different from the background of the panel.
That pad... | Extra padding appears at the top and bottom of the migration wizard panellist when embedded in a XUL panel I noticed this just today, but it appears to have been true for at least a while - there's a bit of padding above and below the panellist of the migration wizard when it's embedded in a XUL panel. It's made visibl... | P1 | VERIFIED | FIXED | 2024-01-09 18:57:18+00:00 | 2024-01-26 14:06:10+00:00 | 165 | 1 |
1873731 | Firefox misses label/crops taskbar item on Windows 11 Taskbar when taskbar icons are un-grouped | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
1. Pin Firefox to Windows 11 taskbar.
2. Enable taskbar un-grouping option by going to Windows Settings > Personalization > Taskbar > Taskbar behaviors and making sure that "Combine taskbar buttons and hid... | Firefox misses label/crops taskbar item on Windows 11 Taskbar when taskbar icons are un-grouped User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
1. Pin Firefox to Windows 11 taskbar.
2. Enable taskbar un-grouping option by going to Windows Settings > Per... | P3 | RESOLVED | DUPLICATE | 2024-01-09 19:02:20+00:00 | 2024-01-12 07:44:07+00:00 | 219 | 3 |
1873788 | Bookmark keyword search and search mode search uses the default engine search when there is restrict symbol at the end of search string | While working on [Bug 1667639 - Ending a keyword query with a question mark (?) searches default search engine instead and restricts to search](https://bugzilla.mozilla.org/show_bug.cgi?id=1667639) Marco and I found another bug. This bug can manifest in two ways:
### 1 Bookmark keyword search
**Steps To Reproduce:*... | Bookmark keyword search and search mode search uses the default engine search when there is restrict symbol at the end of search string While working on [Bug 1667639 - Ending a keyword query with a question mark (?) searches default search engine instead and restricts to search](https://bugzilla.mozilla.org/show_bug.cg... | P3 | VERIFIED | FIXED | 2024-01-09 23:23:02+00:00 | 2024-01-17 13:03:24+00:00 | 392 | 3 |
1873833 | The buttons of the selection done by click/mouse drag do not show tooltips upon mouse hover | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightlu 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Ubuntu 22.04 and Windows 10 x64
* Unaffected platforms:
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
**Steps to reproduce**
1. Navigate to any we... | The buttons of the selection done by click/mouse drag do not show tooltips upon mouse hover **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightlu 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Ubuntu 22.04 and Windows 10 x64
* Unaffected platforms:
**Preconditions**
* 'screenshots.browser.com... | P3 | VERIFIED | FIXED | 2024-01-10 07:09:34+00:00 | 2024-03-30 18:45:53+00:00 | 315 | 3 |
1873862 | The pixels size counter is not visible enough on the selected screenshot region | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Ubuntu 22.04 and Windows 10 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
**Steps to reproduce**
1. Navigate to https://en.wikipedia.org/wiki/... | The pixels size counter is not visible enough on the selected screenshot region **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Ubuntu 22.04 and Windows 10 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in ab... | P3 | VERIFIED | FIXED | 2024-01-10 09:59:37+00:00 | 2024-05-07 20:07:28+00:00 | 270 | 3 |
1873868 | pdf date input box auto corrects DD/MM/YYYY format to American format of MM/DD/YYYY | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
Open a PDF which is editable and has a date input box.
Typed in a date such as 1st February 2024 in the format of DD/MM/YYYY so typed in 01/02/2024. Firefox auto-corrected this into the american format of ... | pdf date input box auto corrects DD/MM/YYYY format to American format of MM/DD/YYYY User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
Open a PDF which is editable and has a date input box.
Typed in a date such as 1st February 2024 in the format of DD/MM/Y... | P3 | UNCONFIRMED | 2024-01-10 10:25:19+00:00 | 2024-05-17 11:55:23+00:00 | 192 | 3 | |
1873901 | "Firefox View" header jumps while scrolling the "Recently closed tabs" | **Found in**
* Beta v122.0b7
**Affected versions**
* Beta v122.0b7
* Nightly v123.0a1
**Tested platforms**
* Affected platforms: Windows 10
* Unaffected platforms: macOS 12 ARM
**Preconditions**
* have a few recently closed tabs (at least 19-20)
* resize the window to an ultrawide aspect ratio (eg: 1920x800 aka 12:5... | "Firefox View" header jumps while scrolling the "Recently closed tabs" **Found in**
* Beta v122.0b7
**Affected versions**
* Beta v122.0b7
* Nightly v123.0a1
**Tested platforms**
* Affected platforms: Windows 10
* Unaffected platforms: macOS 12 ARM
**Preconditions**
* have a few recently closed tabs (at least 19-20)
... | P5 | NEW | 2024-01-10 12:50:57+00:00 | 2024-01-10 17:45:12+00:00 | 268 | 5 | |
1873930 | When closed, firefox will always open external links in new tabs and never new windows. | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
I launched Firefox from a link in a different app.
Actual results:
Firefox opened the link in a new tab.
Expected results:
I have set Firefox to open links in new windows instead of new tabs. When la... | When closed, firefox will always open external links in new tabs and never new windows. User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
I launched Firefox from a link in a different app.
Actual results:
Firefox opened the link in a new tab.
Expecte... | P3 | NEW | 2024-01-10 15:50:39+00:00 | 2024-02-27 18:20:00+00:00 | 188 | 3 | |
1873947 | Screenshots get broken when dragging the tab to a new window | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Ubuntu 22.04 and Windows 10 x64.
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config.
**Steps to reproduce**
1. Navigate to any website.
2. Enable Enable... | Screenshots get broken when dragging the tab to a new window **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Ubuntu 22.04 and Windows 10 x64.
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config.
**Step... | P1 | VERIFIED | FIXED | 2024-01-10 16:48:07+00:00 | 2024-03-08 21:10:30+00:00 | 266 | 1 |
1874013 | Slow rendering of PDF files with smask | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
The attached pdf renders incorrectly in firefox. It renders correctly in most other viewers including acrobat reader, gimp, evince, chromium. Some of the text is rendered 180 degrees wrong and is placed at the wrong... | Slow rendering of PDF files with smask User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/115.0
Steps to reproduce:
The attached pdf renders incorrectly in firefox. It renders correctly in most other viewers including acrobat reader, gimp, evince, chromium. Some of the text is rendered 180 d... | P3 | RESOLVED | FIXED | 2024-01-10 20:06:21+00:00 | 2024-06-03 10:30:41+00:00 | 130 | 3 |
1874026 | Extra space added to the end of screenshot overlay when Zooming | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Windows 10 x64 and Ubuntu 22.04
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
**Steps to reproduce**
1. Navigate to any website and Zoom in to 200%... | Extra space added to the end of screenshot overlay when Zooming **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Windows 10 x64 and Ubuntu 22.04
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
**Ste... | P3 | VERIFIED | FIXED | 2024-01-10 21:21:48+00:00 | 2024-03-04 20:56:20+00:00 | 327 | 3 |
1874072 | The Suggest Rust backend queries all Rust providers regardless of which suggestion types are enabled | The Rust backend queries the Rust component here: https://searchfox.org/mozilla-central/rev/b1a029fadaaabb333d8139f9ec3924a20c0c941f/browser/components/urlbar/private/SuggestBackendRust.sys.mjs#102-115
The Rust component takes a list of providers to query, and the backend ends up passing in all possible providers beca... | The Suggest Rust backend queries all Rust providers regardless of which suggestion types are enabled The Rust backend queries the Rust component here: https://searchfox.org/mozilla-central/rev/b1a029fadaaabb333d8139f9ec3924a20c0c941f/browser/components/urlbar/private/SuggestBackendRust.sys.mjs#102-115
The Rust compone... | P3 | RESOLVED | FIXED | 2024-01-11 01:58:25+00:00 | 2024-01-11 21:12:45+00:00 | 214 | 3 |
1874096 | Downloads panel opens each time a screenshot is downloaded | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Windows 10 x64 and Ubuntu 22.04
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
**Steps to reproduce**
1. Navigate to any website.
2. Enable Screensh... | Downloads panel opens each time a screenshot is downloaded **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Windows 10 x64 and Ubuntu 22.04
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
**Steps to... | P2 | NEW | 2024-01-11 08:04:55+00:00 | 2024-02-26 16:59:09+00:00 | 251 | 2 | |
1874136 | Running crash tests locally shows "Welcome back" popup | If I run `MOZ_DISABLE_NONLOCAL_CONNECTIONS=0 mach crashtest docshell/base/crashtests/1341657.html` locally, I get the attached popup. I do not think that this should happen? | Running crash tests locally shows "Welcome back" popup If I run `MOZ_DISABLE_NONLOCAL_CONNECTIONS=0 mach crashtest docshell/base/crashtests/1341657.html` locally, I get the attached popup. I do not think that this should happen? | P1 | RESOLVED | WORKSFORME | 2024-01-11 10:42:37+00:00 | 2024-05-06 16:06:45+00:00 | 67 | 1 |
1874172 | "Save" dialogs are cut off in screenshots for New dragged tabs | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Windows 10 x64, Ubuntu 22.04.
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config.
**Steps to reproduce**
1. Open a new tab.
2. Drag the tab to create a ... | "Save" dialogs are cut off in screenshots for New dragged tabs **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Windows 10 x64, Ubuntu 22.04.
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config.
**Steps... | P3 | NEW | 2024-01-11 13:44:52+00:00 | 2024-02-12 15:32:37+00:00 | 266 | 3 | |
1874215 | Sync sets the log max_level for Rust code to Debug in all builds | In all builds, if you're logged into Sync, Rust's log level (max_level) get set to Debug. This setting comes from JS via mozIAppServicesLogger in https://searchfox.org/mozilla-central/source/services/common/app_services_logger/src/lib.rs#36-49
Note that this changes logging for ALL rust modules, though most rust code... | Sync sets the log max_level for Rust code to Debug in all builds In all builds, if you're logged into Sync, Rust's log level (max_level) get set to Debug. This setting comes from JS via mozIAppServicesLogger in https://searchfox.org/mozilla-central/source/services/common/app_services_logger/src/lib.rs#36-49
Note that... | P2 | RESOLVED | FIXED | 2024-01-11 16:29:01+00:00 | 2024-01-26 15:29:59+00:00 | 230 | 2 |
1874230 | The Screenshots Save buttons are briefly visible in New Tabs | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Windows 10 x64 and Ubuntu 22.04.
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config.
**Steps to reproduce**
1. Navigate to any website and enable Screen... | The Screenshots Save buttons are briefly visible in New Tabs **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Windows 10 x64 and Ubuntu 22.04.
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config.
**Step... | P3 | NEW | 2024-01-11 17:11:51+00:00 | 2024-03-08 11:41:21+00:00 | 272 | 3 | |
1874253 | Loading the obsolete about:firefoxview-next doesnt show the malformed URI error page | Usually, a non-existent about: page like [about:nosuchpage](about:nosuchpage) results in the "Hmm. That address doesnt look right" error page. But if I open a tab with the now non-existent `about:firefoxview-next`, I got nothing. No exceptions logged, no new tab content - it just accepts my input and does nothing.
ST... | Loading the obsolete about:firefoxview-next doesnt show the malformed URI error page Usually, a non-existent about: page like [about:nosuchpage](about:nosuchpage) results in the "Hmm. That address doesnt look right" error page. But if I open a tab with the now non-existent `about:firefoxview-next`, I got nothing. No ex... | P1 | VERIFIED | FIXED | 2024-01-11 18:58:09+00:00 | 2024-01-26 13:50:18+00:00 | 155 | 1 |
1874277 | Switching to Search Bar with TAB does not select the previous search term | User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0
Steps to reproduce:
I still use the separate Search Bar. My usual workflow to search for something is Command+t TAB TermImLookingFor ENTER
This change in behavior first occured in nightly on 2024-01-02, it still works as ... | Switching to Search Bar with TAB does not select the previous search term User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:123.0) Gecko/20100101 Firefox/123.0
Steps to reproduce:
I still use the separate Search Bar. My usual workflow to search for something is Command+t TAB TermImLookingFor ENTER
This cha... | P2 | VERIFIED | FIXED | 2024-01-11 21:01:08+00:00 | 2024-01-28 23:26:11+00:00 | 229 | 2 |
1874380 | [HCM] Visibility issues of the Screenshots overlay with high contrast mode enabled | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Windows 10 x64 and Ubuntu 22.04.
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config.
* On a Light OS theme, enable High Contrast Mode.
**Steps to reprod... | [HCM] Visibility issues of the Screenshots overlay with high contrast mode enabled **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Windows 10 x64 and Ubuntu 22.04.
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in... | P1 | RESOLVED | FIXED | 2024-01-12 10:48:05+00:00 | 2024-02-09 10:06:32+00:00 | 277 | 1 |
1874399 | Intermittent browser/base/content/test/protectionsUI/browser_protectionsUI_open_preferences.js | single tracking bug | **Filed by:** nbeleuzu [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=443096332&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lb5wsKjtQomVlbaan05c4A/runs/0/artifacts/public/logs/live_backing.log
---
```
[task 2024-01-12T12:03:15.788Z] 12:03:1... | Intermittent browser/base/content/test/protectionsUI/browser_protectionsUI_open_preferences.js | single tracking bug **Filed by:** nbeleuzu [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=443096332&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/... | P5 | RESOLVED | INCOMPLETE | 2024-01-12 12:45:49+00:00 | 2024-07-22 12:01:58+00:00 | 478 | 5 |
1874440 | Firefox view main content shifts horizontally when scrollbars appear/disappear | Sometimes the vertical scrollbar appears/disappears when you open or close different sections in Firefox View. When that happens I've noticed that the layout jumps a bit left to right, probably because of the width being taken up by the scrollbar. | Firefox view main content shifts horizontally when scrollbars appear/disappear Sometimes the vertical scrollbar appears/disappears when you open or close different sections in Firefox View. When that happens I've noticed that the layout jumps a bit left to right, probably because of the width being taken up by the scro... | P3 | NEW | 2024-01-12 16:19:27+00:00 | 2024-01-16 18:02:40+00:00 | 68 | 3 | |
1874496 | [Screenshots] Cancel button cannot be focused with keyboard | STR
1. Enable `screenshots.browser.component.enabled` in about:config
2. Navigate to en.wikipedia.org
3. Right click, select "take screenshot" from context menu
4. Attempt to tab to "Cancel" button
Expected:
the "cancel" button is included in the focus order
Actual:
focus only moves between the "screenshot visible" ... | [Screenshots] Cancel button cannot be focused with keyboard STR
1. Enable `screenshots.browser.component.enabled` in about:config
2. Navigate to en.wikipedia.org
3. Right click, select "take screenshot" from context menu
4. Attempt to tab to "Cancel" button
Expected:
the "cancel" button is included in the focus order... | P2 | NEW | 2024-01-12 21:34:09+00:00 | 2024-02-15 19:57:30+00:00 | 115 | 2 | |
1874527 | [Wayland] Indeterminate-sized downloads causes Firefox to become non-responsive | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
Download an archive of indeterminate size such as you may find on archive.org sometimes. If the file size is known before-hand, I haven't experienced the negative symptoms.
OS: EndeavorOS, latest updates as of cur... | [Wayland] Indeterminate-sized downloads causes Firefox to become non-responsive User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
Download an archive of indeterminate size such as you may find on archive.org sometimes. If the file size is known before-hand, I haven... | P2 | RESOLVED | DUPLICATE | 2024-01-13 03:09:58+00:00 | 2024-01-16 17:45:24+00:00 | 223 | 2 |
1874663 | [HCM] Visibility and Hover Effect Issues with "Save" Buttons on Windows | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: Windows 10 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
* High Contrast Mode is enabled with the default Firefox theme - System theme auto.
**Steps to r... | [HCM] Visibility and Hover Effect Issues with "Save" Buttons on Windows **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: Windows 10 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
* High Contrast Mode is e... | P1 | VERIFIED | FIXED | 2024-01-15 10:38:09+00:00 | 2024-02-09 10:14:09+00:00 | 297 | 1 |
1874671 | [HCM] The resize points of the capture selection are not visible on Windows | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
* Firefox 122.0b9
* Firefox 121.0.1
**Tested platforms**
* Affected platforms: Windows 10 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
* High Contrast Mode is enabled.
**Steps to reproduce**
1. N... | [HCM] The resize points of the capture selection are not visible on Windows **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
* Firefox 122.0b9
* Firefox 121.0.1
**Tested platforms**
* Affected platforms: Windows 10 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true i... | P1 | VERIFIED | FIXED | 2024-01-15 10:56:52+00:00 | 2024-02-09 10:17:32+00:00 | 208 | 1 |
1874693 | Flickering favicon on https://dgtized.github.io/shimmers/#/sketches | Go to https://dgtized.github.io/shimmers/#/sketches and keep this tab in the foreground
AR: The favicon is flickering
ER: Not so
Regressed by:
Bug 1845035 - Invalid favicon causes the page to inherit favicon from the previously visited page. r=dao,tabbrowser-reviewers
Differential Revision: https://phabricator.servi... | Flickering favicon on https://dgtized.github.io/shimmers/#/sketches Go to https://dgtized.github.io/shimmers/#/sketches and keep this tab in the foreground
AR: The favicon is flickering
ER: Not so
Regressed by:
Bug 1845035 - Invalid favicon causes the page to inherit favicon from the previously visited page. r=dao,ta... | P3 | VERIFIED | FIXED | 2024-01-15 12:58:01+00:00 | 2024-01-25 10:41:17+00:00 | 133 | 3 |
1874694 | Screen reader doesn't capture the drag selection in screen reader | **Found in**
* 123.0a1(2023-01-15)
**Affected versions**
* 123.0a1(2023-01-15)
**Tested platforms**
* Affected platforms: Windows 10; Ubuntu 22.04; MacOS
**Preconditions**
* Have the screenshots.browser.component.enabled' set to true in about:config
* Have the screenreader enabled.
**Steps to reproduce**
1. Navig... | Screen reader doesn't capture the drag selection in screen reader **Found in**
* 123.0a1(2023-01-15)
**Affected versions**
* 123.0a1(2023-01-15)
**Tested platforms**
* Affected platforms: Windows 10; Ubuntu 22.04; MacOS
**Preconditions**
* Have the screenshots.browser.component.enabled' set to true in about:config
... | P3 | NEW | 2024-01-15 13:00:25+00:00 | 2024-03-06 18:01:01+00:00 | 229 | 3 | |
1874704 | Incomplete reading of the Screenshots overlay text string with NVDA and Windows | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: Windows 10 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
* NVDA screenreader is ON.
**Steps to reproduce**
1. Enable Screenshots.
2. Hover the mouse ove... | Incomplete reading of the Screenshots overlay text string with NVDA and Windows **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: Windows 10 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
* NVDA screenread... | P3 | NEW | 2024-01-15 13:43:52+00:00 | 2024-02-05 10:28:48+00:00 | 285 | 3 | |
1874707 | NVDA Screenreader fails to read "Retry" and "Cancel" buttons in Screenshots while on Windows | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
* Firefox 122.0b9
* Firefox 121.0.1
* Firefox 115.6.0esr
**Tested platforms**
* Affected platforms: Windows 10 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
* NVDA screenreader is ON.
**Steps to r... | NVDA Screenreader fails to read "Retry" and "Cancel" buttons in Screenshots while on Windows **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
* Firefox 122.0b9
* Firefox 121.0.1
* Firefox 115.6.0esr
**Tested platforms**
* Affected platforms: Windows 10 x64
**Preconditions**
* 'screenshots.brows... | P3 | NEW | 2024-01-15 14:02:21+00:00 | 2024-04-25 19:21:02+00:00 | 319 | 3 | |
1875034 | Captures taken with the component version of Screenshots are more blurry | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Ubuntu 22.04 x64 and Windows 10 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
**Steps to reproduce**
1. Navigate to any website and take a scre... | Captures taken with the component version of Screenshots are more blurry **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Ubuntu 22.04 x64 and Windows 10 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:... | P1 | VERIFIED | FIXED | 2024-01-17 09:49:21+00:00 | 2024-02-05 10:28:48+00:00 | 236 | 1 |
1875107 | Summary element focus styles in card-container look offset, go outside the bounds of the containing details element | Just a small visual nit, but I noticed that the focus outline for the `<summary>` element in the card used throughout Firefox View slightly exceeds the bounds of the containing `<details>` element. I noticed this on the "Open Tabs" view, but in theory this would happen anywhere we don't have a "Learn more" link next to... | Summary element focus styles in card-container look offset, go outside the bounds of the containing details element Just a small visual nit, but I noticed that the focus outline for the `<summary>` element in the card used throughout Firefox View slightly exceeds the bounds of the containing `<details>` element. I noti... | P3 | NEW | 2024-01-17 16:50:57+00:00 | 2024-01-31 15:53:48+00:00 | 173 | 3 | |
1875143 | Cannot scroll tab list when card preview is shown | When the card preview is shown it is no longer possible to scroll the tab list with either a mouse wheel or trackpad.
STR
1. Enable `browser.tabs.cardPreview.enabled`
2. Open enough tabs that they start to scroll
3. Hover a tab and wait for card preview
4. Scroll the tabs (either mouse wheel or trackpad)
Expected res... | Cannot scroll tab list when card preview is shown When the card preview is shown it is no longer possible to scroll the tab list with either a mouse wheel or trackpad.
STR
1. Enable `browser.tabs.cardPreview.enabled`
2. Open enough tabs that they start to scroll
3. Hover a tab and wait for card preview
4. Scroll the t... | P1 | VERIFIED | FIXED | 2024-01-17 19:57:03+00:00 | 2024-02-28 07:58:58+00:00 | 102 | 1 |
1875287 | The target": "non_ads_link" is registered in the serp glean telemetry after clicking the Shopping tab from Google | **[Notes]:**
- We haven't managed to reproduce this issue with Bing. The "target": "shopping_tab", is correctly registered in the "engagement" ping after clicking the Shopping tab from Google.
**[Affected versions]:**
- Firefox Release 121.0.1 (Build ID: 20240108143603)
- Firefox Beta 122.0b8 (Build ID: 20240110091443... | The target": "non_ads_link" is registered in the serp glean telemetry after clicking the Shopping tab from Google **[Notes]:**
- We haven't managed to reproduce this issue with Bing. The "target": "shopping_tab", is correctly registered in the "engagement" ping after clicking the Shopping tab from Google.
**[Affected ... | P2 | VERIFIED | FIXED | 2024-01-18 14:28:19+00:00 | 2024-04-01 15:39:27+00:00 | 438 | 2 |
1875327 | Newtab seeing an error in console when dismissing a story or topsite. | The error I see is `TypeError: can't access property "linkMap", cache is null`
Everything seems to work fine though. | Newtab seeing an error in console when dismissing a story or topsite. The error I see is `TypeError: can't access property "linkMap", cache is null`
Everything seems to work fine though. | P3 | NEW | 2024-01-18 17:18:05+00:00 | 2024-01-22 17:03:20+00:00 | 49 | 3 | |
1875368 | Newtab Manage more settings link open in new tab doesn't work | If you open the customise menu on newtab, and right click on the "Manage more settings" link, then click on "Open in new tab" in the context menu, nothing seems to happen. | Newtab Manage more settings link open in new tab doesn't work If you open the customise menu on newtab, and right click on the "Manage more settings" link, then click on "Open in new tab" in the context menu, nothing seems to happen. | P3 | NEW | 2024-01-18 21:49:05+00:00 | 2024-02-27 18:55:51+00:00 | 58 | 3 | |
1875486 | Save buttons are not dismissed on click selection on the about:crashes page | **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Ubuntu 22.04 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
**Steps to reproduce**
1. Go to about:crashes
2. Enable Screenshots and do a click... | Save buttons are not dismissed on click selection on the about:crashes page **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Ubuntu 22.04 x64
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config
**Step... | P1 | VERIFIED | FIXED | 2024-01-19 14:42:29+00:00 | 2024-03-04 20:56:39+00:00 | 198 | 1 |
1875513 | home and newtab customize gear icon is cut off by the bookmarks toolbar | Not sure how to reproduce this yet, but I've seen it come up a few times. I think it might have something to do with changing the window focus/resizing. | home and newtab customize gear icon is cut off by the bookmarks toolbar Not sure how to reproduce this yet, but I've seen it come up a few times. I think it might have something to do with changing the window focus/resizing. | P3 | NEW | 2024-01-19 17:22:33+00:00 | 2024-11-01 10:39:06+00:00 | 56 | 3 | |
1875533 | Exposure event: Hidden exposures are overcounted | Via Wil: The higher-placement sponsored experiment revealed that hidden exposures are recorded much more often than visible exposures. We seem to be recording hidden exposures for results that ultimately would not have been shown. Wil and I took a look at the relevant code and think we found two problematic call sites:... | Exposure event: Hidden exposures are overcounted Via Wil: The higher-placement sponsored experiment revealed that hidden exposures are recorded much more often than visible exposures. We seem to be recording hidden exposures for results that ultimately would not have been shown. Wil and I took a look at the relevant co... | P2 | RESOLVED | FIXED | 2024-01-19 20:49:29+00:00 | 2024-03-19 23:25:02+00:00 | 497 | 2 |
1875547 | Slow (single-threaded) PDF rendering for documents with lots of vector shapes | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
Go to the [STM transport network maps](https://www.stm.info/en/info/networks/maps) page and click the [PDF of the whole "System map"](https://www.stm.info/sites/default/files/media/Stminfo/images/plan_reseau.pdf)
(... | Slow (single-threaded) PDF rendering for documents with lots of vector shapes User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
Go to the [STM transport network maps](https://www.stm.info/en/info/networks/maps) page and click the [PDF of the whole "System map"](htt... | P3 | NEW | 2024-01-19 22:07:59+00:00 | 2025-01-24 12:30:14+00:00 | 356 | 3 | |
1875550 | Address Bar contents get shifted leftwards (due to shield icon disappearing) when you enter edit mode, which makes it hard to do precise edits by clicking and deleting/editing | STR:
1. Type or paste `1234567890` into your Address Bar and hit Enter to perform a search.
Now: pretend you want to delete a character from the middle of your search term; let's say the `5` character. Here's what you do:
2. Click just to the right of "5" (and **don't release the mouse-button yet**)
3. "accidentally" m... | Address Bar contents get shifted leftwards (due to shield icon disappearing) when you enter edit mode, which makes it hard to do precise edits by clicking and deleting/editing STR:
1. Type or paste `1234567890` into your Address Bar and hit Enter to perform a search.
Now: pretend you want to delete a character from the... | P3 | RESOLVED | DUPLICATE | 2024-01-19 22:15:09+00:00 | 2024-09-25 17:29:46+00:00 | 353 | 3 |
1875553 | Tab card preview should not show in non-active windows | The tab card preview ends up focusing Firefox, even if it was not the active window. I assume this is just how panels work, although there could be some way to disable this. What we likely want instead is that the preview is not shown when hovering a tab in a non-active window.
STR
1. Enable tab card previews
2. Open ... | Tab card preview should not show in non-active windows The tab card preview ends up focusing Firefox, even if it was not the active window. I assume this is just how panels work, although there could be some way to disable this. What we likely want instead is that the preview is not shown when hovering a tab in a non-a... | P2 | VERIFIED | FIXED | 2024-01-19 22:32:55+00:00 | 2024-05-28 16:19:52+00:00 | 161 | 2 |
1875654 | Impossible to leave search bar with shift+tab | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0
Steps to reproduce:
Focus the search bar and press shift+tab.
Actual results:
The search menu closes and reopens and focus remains in the search bar.
Expected results:
Focus should move to the previous control in the na... | Impossible to leave search bar with shift+tab User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:123.0) Gecko/20100101 Firefox/123.0
Steps to reproduce:
Focus the search bar and press shift+tab.
Actual results:
The search menu closes and reopens and focus remains in the search bar.
Expected results:
Focus... | P3 | VERIFIED | FIXED | 2024-01-20 22:05:28+00:00 | 2024-01-29 09:42:46+00:00 | 146 | 3 |
1875676 | After closing a tab that was reopened using ctrl-shift-t, we don't put the right tab on foreground | STR:
1. Have some tabs open.
2. Close one tab.
3. Select a tab that's not one of the adjacent tabs from the one that was just closed.
4. Press ctrl-shift-T => this reopens tab closed at step 2.
5. Press ctrl-w => this closes the tab that was just reopened at step 4, and selects an adjacent tab.
Instead it should selec... | After closing a tab that was reopened using ctrl-shift-t, we don't put the right tab on foreground STR:
1. Have some tabs open.
2. Close one tab.
3. Select a tab that's not one of the adjacent tabs from the one that was just closed.
4. Press ctrl-shift-T => this reopens tab closed at step 2.
5. Press ctrl-w => this clo... | P3 | NEW | 2024-01-21 12:50:41+00:00 | 2024-01-23 15:44:02+00:00 | 188 | 3 | |
1875678 | firefox with sync prefs.js is ansi instead utf-8 | Steps to reproduce:
create a fresh profile -> prefs.js is UTF-8
sync it, close firefox -> prefs.js is ANSI
convert prefs.js to UTF-8,
run and close firefox with sync -> prefs is again ANSI
due this about:support section "important modified settings" is quirked, see image
Actual results:
prefs.js is written in ANS... | firefox with sync prefs.js is ansi instead utf-8 Steps to reproduce:
create a fresh profile -> prefs.js is UTF-8
sync it, close firefox -> prefs.js is ANSI
convert prefs.js to UTF-8,
run and close firefox with sync -> prefs is again ANSI
due this about:support section "important modified settings" is quirked, see im... | P2 | RESOLVED | FIXED | 2024-01-21 13:05:41+00:00 | 2024-02-08 13:28:34+00:00 | 134 | 2 |
1875782 | windows lost on exit | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
Exit Firefox 121.01 while multiple windows open (set to retain windows)
Actual results:
When restarted, often 1 complete window will have disappeared. Does not appear in recently closed windows or tabs
... | windows lost on exit User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
Exit Firefox 121.01 while multiple windows open (set to retain windows)
Actual results:
When restarted, often 1 complete window will have disappeared. Does not appear in recently cl... | P2 | RESOLVED | DUPLICATE | 2024-01-22 11:37:18+00:00 | 2024-04-29 16:06:56+00:00 | 123 | 2 |
1875843 | Firefox uses title content as acc name when an image has an empty alt | When an image has an empty alt attribute (alt or alt="") it signifies that the image should be ignored by a screen reader and that the role should not be exposed in the acc tree https://w3c.github.io/html-aam/#el-img-empty-alt, and it has no accessible name https://w3c.github.io/html-aam/#img-element-accessible-name-co... | Firefox uses title content as acc name when an image has an empty alt When an image has an empty alt attribute (alt or alt="") it signifies that the image should be ignored by a screen reader and that the role should not be exposed in the acc tree https://w3c.github.io/html-aam/#el-img-empty-alt, and it has no accessib... | P3 | RESOLVED | DUPLICATE | 2024-01-22 15:46:12+00:00 | 2024-01-22 23:48:50+00:00 | 221 | 3 |
1876011 | Pinned tab is positioned in front of the main Firefox instance when “Launch with Firefox” is enabled | Preconditions:
1. “Launch with Firefox” is enabled in the main extension panel
STR:
1. Access https://www.wikipedia.org/
2. Pin the tab to taskbar
3. Notice the order of the icons on the taskbar: main Firefox instance icon and then the pinned tab
4. Close the pinned taskbar tab
5. Restart the main Firefox instance
6. ... | Pinned tab is positioned in front of the main Firefox instance when “Launch with Firefox” is enabled Preconditions:
1. “Launch with Firefox” is enabled in the main extension panel
STR:
1. Access https://www.wikipedia.org/
2. Pin the tab to taskbar
3. Notice the order of the icons on the taskbar: main Firefox instance ... | P3 | NEW | 2024-01-23 09:40:13+00:00 | 2024-11-11 12:29:35+00:00 | 194 | 3 | |
1876013 | Slow launch of pinned tabs when launched either by themselves or with Firefox | Preconditions:
1. “Launch with Firefox” is enabled in the main extension panel
STR:
1. Access https://www.wikipedia.org/
2. Pin the tab to taskbar
3. Close the pinned tab window and launch it again from the taskbar
4. Notice the tab is fairly slow to launch
5. Close the pinned tab window
6. Restart the main Firefox in... | Slow launch of pinned tabs when launched either by themselves or with Firefox Preconditions:
1. “Launch with Firefox” is enabled in the main extension panel
STR:
1. Access https://www.wikipedia.org/
2. Pin the tab to taskbar
3. Close the pinned tab window and launch it again from the taskbar
4. Notice the tab is fairl... | P4 | NEW | 2024-01-23 09:53:13+00:00 | 2024-11-11 12:29:07+00:00 | 145 | 4 | |
1876020 | Top pick alignment is broken | From adw:
>The text as a whole needs to be center-aligned with the icon, and the url should be baseline-aligned with the titleI’m testing with top picks/navigational suggestions. They can be turned on with these prefs:
>
> browser.urlbar.quicksuggest.enabled
> browser.urlbar.quicksuggest.dataCollection.enabled
>... | Top pick alignment is broken From adw:
>The text as a whole needs to be center-aligned with the icon, and the url should be baseline-aligned with the titleI’m testing with top picks/navigational suggestions. They can be turned on with these prefs:
>
> browser.urlbar.quicksuggest.enabled
> browser.urlbar.quicksug... | P1 | VERIFIED | FIXED | 2024-01-23 10:43:21+00:00 | 2024-01-29 08:30:46+00:00 | 110 | 1 |
1876044 | Tab previews often seem to be captured too early | Quite often when I look at tab previews I find a preview that looks half rendered. Maybe the screenshot was taking while the page was still loading or something? Here is an example of the preview for WhatsApp's web interface. I see this for other sites too but WhatsApp seems to be reasonably reproducible. | Tab previews often seem to be captured too early Quite often when I look at tab previews I find a preview that looks half rendered. Maybe the screenshot was taking while the page was still loading or something? Here is an example of the preview for WhatsApp's web interface. I see this for other sites too but WhatsApp s... | P3 | RESOLVED | DUPLICATE | 2024-01-23 13:22:58+00:00 | 2024-05-13 16:03:57+00:00 | 80 | 3 |
1876187 | Adjust the position of some buttons in about:asrouter#devtools-targeting | The "Evaluate" button next to the targeting box is vertically centered. This is kind of annoying since if your evaluation result is really long, it'll wrap onto many lines, and the button will get moved down to the vertical center of all that text. I saw this when evaluating `addonsInfo` on my nightly profile, which ha... | Adjust the position of some buttons in about:asrouter#devtools-targeting The "Evaluate" button next to the targeting box is vertically centered. This is kind of annoying since if your evaluation result is really long, it'll wrap onto many lines, and the button will get moved down to the vertical center of all that text... | P3 | NEW | 2024-01-24 00:28:46+00:00 | 2024-02-12 15:23:04+00:00 | 158 | 3 | |
1876205 | Cross device information error: Firefox View sync time set to initial time of the Unix timestamp | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
View cross device recent activity pages
Actual results:
The displayed other devices are duplicated and the last access time is incorrect
Expected results:
The other devices displayed should be n... | Cross device information error: Firefox View sync time set to initial time of the Unix timestamp User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
View cross device recent activity pages
Actual results:
The displayed other devices are duplicated and... | P3 | NEW | 2024-01-24 01:53:49+00:00 | 2024-07-25 09:39:49+00:00 | 108 | 3 | |
1876518 | Only the icons are displayed for Options inside the Open a new container Tab context menu option inside the Library and the Sidebar | **Found in**
* 124.0a1 (2024-01-24)
**Affected versions**
* 122.0.1 (not default)
* 123.0b2 (not default)
* 124.0a1 (2024-01-24)
**Tested platforms**
* Affected platforms: Windows 10x64, macOS 12, Ubuntu 22.04
* Unaffected platforms: none
**Steps to reproduce**
1. Open the Library (Ctrl + Shift + H).
2. ... | Only the icons are displayed for Options inside the Open a new container Tab context menu option inside the Library and the Sidebar **Found in**
* 124.0a1 (2024-01-24)
**Affected versions**
* 122.0.1 (not default)
* 123.0b2 (not default)
* 124.0a1 (2024-01-24)
**Tested platforms**
* Affected platforms: Wind... | P2 | VERIFIED | FIXED | 2024-01-25 12:47:32+00:00 | 2024-02-06 08:19:17+00:00 | 363 | 2 |
1876540 | combo box turned into list box | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
On a PDF created with Master PDF that can be opened in other PDF viewers like evince, Okular or Foxit. Combo boxes behave as expected with a default field, but a list of drop down options, which can be ignored and a... | combo box turned into list box User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
On a PDF created with Master PDF that can be opened in other PDF viewers like evince, Okular or Foxit. Combo boxes behave as expected with a default field, but a list of drop down opti... | P3 | UNCONFIRMED | 2024-01-25 14:38:37+00:00 | 2024-05-28 19:49:29+00:00 | 164 | 3 | |
1876555 | Locking Proxy doesn't do anything unless you also set a value in the policy | If you just try to lock proxy without setting anything else, proxy policies aren't locked.
Locking the Proxy should still disable everything even if you don't set any other preferences. | Locking Proxy doesn't do anything unless you also set a value in the policy If you just try to lock proxy without setting anything else, proxy policies aren't locked.
Locking the Proxy should still disable everything even if you don't set any other preferences. | P3 | RESOLVED | FIXED | 2024-01-25 15:23:08+00:00 | 2024-04-25 01:40:07+00:00 | 56 | 3 |
1876558 | Tab preview still displayed when focusing the URL bar using keyboard shortcut covering the search entry | **Found in**
* Latest Nightly 124.0a1 (2024-01-25)
**Affected versions**
* Latest Nightly 124.0a1 (2024-01-25)
**Tested platforms**
* Affected platforms: Windows 11, macOS 13.6 and Ubuntu 22.04
**Preconditions**
* Activate the feature by setting `browser.tabs.cardPreview.enabled` as `true` in about:config
**Steps t... | Tab preview still displayed when focusing the URL bar using keyboard shortcut covering the search entry **Found in**
* Latest Nightly 124.0a1 (2024-01-25)
**Affected versions**
* Latest Nightly 124.0a1 (2024-01-25)
**Tested platforms**
* Affected platforms: Windows 11, macOS 13.6 and Ubuntu 22.04
**Preconditions**
*... | P2 | VERIFIED | FIXED | 2024-01-25 15:47:27+00:00 | 2024-08-01 14:46:18+00:00 | 272 | 2 |
1876592 | Screenshot highlight is not at the correct position on abspos <html> | I discovered this bug while investigating https://bugzilla.mozilla.org/show_bug.cgi?id=1874091#c3
Steps to reproduce:
1. Load Testcase 1.
2. Right click on anywhere on page, and select "Take Screenshot".
3. Hover on the green square, and click it to take a screenshot.
Actual result:
The screenshot overlay and the "Co... | Screenshot highlight is not at the correct position on abspos <html> I discovered this bug while investigating https://bugzilla.mozilla.org/show_bug.cgi?id=1874091#c3
Steps to reproduce:
1. Load Testcase 1.
2. Right click on anywhere on page, and select "Take Screenshot".
3. Hover on the green square, and click it to ... | P3 | RESOLVED | DUPLICATE | 2024-01-25 18:53:17+00:00 | 2024-03-07 15:18:18+00:00 | 135 | 3 |
1876766 | SessionWriter freezes Firefox when using Simple Tab Groups and Tree-style Tabs extensions | Since a week, Firefox is freezing, taking over the CPU and not responding to any input for seconds/minutes, both on Windows and Linux.
Using the profiler, once I noticed a spike starting on htop … I managed to capture the following profile:
https://share.firefox.dev/3OhUnwc
This suggests that this might be an issue, ... | SessionWriter freezes Firefox when using Simple Tab Groups and Tree-style Tabs extensions Since a week, Firefox is freezing, taking over the CPU and not responding to any input for seconds/minutes, both on Windows and Linux.
Using the profiler, once I noticed a spike starting on htop … I managed to capture the followin... | P3 | NEW | 2024-01-26 16:15:35+00:00 | 2024-02-12 17:37:42+00:00 | 168 | 3 | |
1876779 | last screenshot method is not remembered | typo: https://searchfox.org/mozilla-central/rev/cee2c396081d950f9e3401113fb179999e404ab8/browser/components/screenshots/ScreenshotsUtils.sys.mjs#735 | last screenshot method is not remembered typo: https://searchfox.org/mozilla-central/rev/cee2c396081d950f9e3401113fb179999e404ab8/browser/components/screenshots/ScreenshotsUtils.sys.mjs#735 | P1 | VERIFIED | FIXED | 2024-01-26 16:30:21+00:00 | 2024-02-01 12:33:04+00:00 | 82 | 1 |
1876801 | Restore AdditionalCTA link styles | CSS specificity got a little tangled. This should restore the ability to apply text-link styles to `additional_cta` with `"style": "link"` | Restore AdditionalCTA link styles CSS specificity got a little tangled. This should restore the ability to apply text-link styles to `additional_cta` with `"style": "link"` | P3 | VERIFIED | FIXED | 2024-01-26 17:51:36+00:00 | 2024-02-06 15:16:38+00:00 | 44 | 3 |
1876821 | Intermittent browser/base/content/test/protectionsUI/browser_protectionsUI_cryptominers.js | single tracking bug | **Filed by:** smolnar [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=444775667&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/T3G7STvJRtuA1woErtOnTA/runs/0/artifacts/public/logs/live_backing.log
---
```
TEST-PASS | browser/base/content/test/pr... | Intermittent browser/base/content/test/protectionsUI/browser_protectionsUI_cryptominers.js | single tracking bug **Filed by:** smolnar [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=444775667&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/T3G7S... | P5 | RESOLVED | INCOMPLETE | 2024-01-26 19:24:42+00:00 | 2025-01-27 12:09:17+00:00 | 478 | 5 |
1876829 | Official .deb package displays a broken update button in about pop-in | I am using version 122.0 of the official .deb package from https://packages.mozilla.org/apt on Ubuntu 23.10.
The about pop-in displays a "check for updates" button that does nothing.
I see this error in the browser console when I click it:
```
Uncaught ReferenceError: gAppUpdater is not defined
oncommand chrome://b... | Official .deb package displays a broken update button in about pop-in I am using version 122.0 of the official .deb package from https://packages.mozilla.org/apt on Ubuntu 23.10.
The about pop-in displays a "check for updates" button that does nothing.
I see this error in the browser console when I click it:
```
Uncaug... | P3 | NEW | 2024-01-26 19:59:03+00:00 | 2024-02-20 13:59:28+00:00 | 136 | 3 | |
1876972 | "@" based LTR/latin search engine keywords in settings don't display correctly in RTL locales ("@" appears in the wrong place) | User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0
Steps to reproduce:
I opened the preferences screen in Hebrew and looked at the list of Search Keywords in the "Find" section.
Actual results:
The keywords appear in English, and they appear correctly, but the at sign ... | "@" based LTR/latin search engine keywords in settings don't display correctly in RTL locales ("@" appears in the wrong place) User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:124.0) Gecko/20100101 Firefox/124.0
Steps to reproduce:
I opened the preferences screen in Hebrew and looked at the list of Search... | P3 | RESOLVED | FIXED | 2024-01-28 08:23:59+00:00 | 2024-02-01 09:53:13+00:00 | 162 | 3 |
1877009 | Width of the bookmarks editing / creation popover dialog wiggles depending on the selected folder in the expanded treeview | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
As tested with Firefox 122 on the Wayland GNOME session of Fedora 39:
1. `Ctrl+D` to start bookmarking a page
1. Expand the tree of folders
2. Use the keyboard with typeahead to find which folder you're looking for... | Width of the bookmarks editing / creation popover dialog wiggles depending on the selected folder in the expanded treeview User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
As tested with Firefox 122 on the Wayland GNOME session of Fedora 39:
1. `Ctrl+D` to start ... | P3 | NEW | 2024-01-28 16:46:46+00:00 | 2024-02-16 08:54:41+00:00 | 454 | 3 | |
1877120 | Firefox View websites lists are sometimes not rendered after page refreshes | **Found in**
- Firefox 123.0b3
**Affected versions**
- Firefox 123.0b3
**Tested platforms**
- Affected platforms: Ubuntu 22.04
- Unaffected platforms: Windows and macOS
**Preconditions**
- Have some browsing history
**Steps to reproduce**
1. Launch Firefox and access Firefox View
2. Open the History section for exa... | Firefox View websites lists are sometimes not rendered after page refreshes **Found in**
- Firefox 123.0b3
**Affected versions**
- Firefox 123.0b3
**Tested platforms**
- Affected platforms: Ubuntu 22.04
- Unaffected platforms: Windows and macOS
**Preconditions**
- Have some browsing history
**Steps to reproduce**
1... | P2 | VERIFIED | FIXED | 2024-01-29 09:46:22+00:00 | 2024-04-22 10:14:46+00:00 | 235 | 2 |
1877512 | Make the feature callout dismiss button transparent | Right now, the feature callout dismiss button takes on [the background of the callout](https://searchfox.org/mozilla-central/rev/f6e3b81aac49e602f06c204f9278da30993cdc8a/browser/components/asrouter/content-src/styles/_feature-callout.scss#356). This is not ideal because sometimes we want to display the button on top of... | Make the feature callout dismiss button transparent Right now, the feature callout dismiss button takes on [the background of the callout](https://searchfox.org/mozilla-central/rev/f6e3b81aac49e602f06c204f9278da30993cdc8a/browser/components/asrouter/content-src/styles/_feature-callout.scss#356). This is not ideal becau... | P2 | RESOLVED | FIXED | 2024-01-30 18:58:04+00:00 | 2024-05-03 22:02:13+00:00 | 146 | 2 |
1877533 | Topsite favicon for twitter changes based on whether 'www' is included in URL | When 'www' is included in the URL - it uses the old Twitter icon, when not included it uses the 'X' icon | Topsite favicon for twitter changes based on whether 'www' is included in URL When 'www' is included in the URL - it uses the old Twitter icon, when not included it uses the 'X' icon | P3 | NEW | 2024-01-30 20:22:28+00:00 | 2024-02-12 18:00:19+00:00 | 49 | 3 | |
1877548 | Decline in sync success rates for tabs and clients engines on Beta | Beginning on 1/23/24 the sync success rates for the clients and tabs engines on Firefox Desktop beta began to decline (see [here](https://sql.telemetry.mozilla.org/queries/85526?p_Days=60&p_channel=beta&p_engine_name=all-engines#211801) for details). There was also a drop in the clients engine sync success rate on Nigh... | Decline in sync success rates for tabs and clients engines on Beta Beginning on 1/23/24 the sync success rates for the clients and tabs engines on Firefox Desktop beta began to decline (see [here](https://sql.telemetry.mozilla.org/queries/85526?p_Days=60&p_channel=beta&p_engine_name=all-engines#211801) for details). Th... | P2 | RESOLVED | FIXED | 2024-01-30 21:26:49+00:00 | 2024-02-21 20:55:55+00:00 | 285 | 2 |
1877604 | "Open previous windows and tabs" setting ignored on opening normal window with private window open | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
1. Ensure "Open previous windows and tabs" is unchecked
2. With no windows open, open a normal window and navigate away from the home page (e.g. to mozilla.org)
3. Close the normal window
4. Open a private... | "Open previous windows and tabs" setting ignored on opening normal window with private window open User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
1. Ensure "Open previous windows and tabs" is unchecked
2. With no windows open, open a normal window and ... | P2 | NEW | 2024-01-31 03:13:03+00:00 | 2024-05-17 15:46:36+00:00 | 256 | 2 | |
1877612 | Mouse wheel scrolling in bookmarks drop-down list is disabled when pointer hovers over folder, opening subfolder list | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
While mouse-wheel scrolling in the overflow drop-down list of bookmark-toolbar bookmarks, at some point the mouse pointer momentarily hovers over a folder in the list, spontaneously opening a sub-menu of t... | Mouse wheel scrolling in bookmarks drop-down list is disabled when pointer hovers over folder, opening subfolder list User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
While mouse-wheel scrolling in the overflow drop-down list of bookmark-toolbar bookmar... | P5 | NEW | 2024-01-31 05:19:37+00:00 | 2024-02-15 14:00:34+00:00 | 203 | 5 | |
1877735 | The End Private Session button is not restored after restoring defaults while the normal browsing window is opened and the browser was not restarted | **Found in**
* 123.0b4
**Affected versions**
* 124.0a1 (2024-01-26)
* 123.0b4
* 122.0
**Tested platforms**
* Affected platforms: Windows 10x64, macOS 12, Ubuntu 22.04
* Unaffected platforms: none
**Preconditions**
* new profile
**Steps to reproduce**
1. Open about:config and set `browser.privatebrowsing.r... | The End Private Session button is not restored after restoring defaults while the normal browsing window is opened and the browser was not restarted **Found in**
* 123.0b4
**Affected versions**
* 124.0a1 (2024-01-26)
* 123.0b4
* 122.0
**Tested platforms**
* Affected platforms: Windows 10x64, macOS 12, Ubunt... | P3 | NEW | 2024-01-31 15:08:21+00:00 | 2024-06-19 15:13:18+00:00 | 288 | 3 | |
1877778 | Ensure that "action" property remains when dispatching spotlight telemetry | Because of the way that spotlight is configured to use `defaultDispatch`, the `action` property of the telemetry data that is initially created gets left behind and isn't sent with the `sendTelemetry` call [in this code block](https://searchfox.org/mozilla-central/rev/762f24e00a9548d80ebba1b985c871ba6d9b829d/browser/co... | Ensure that "action" property remains when dispatching spotlight telemetry Because of the way that spotlight is configured to use `defaultDispatch`, the `action` property of the telemetry data that is initially created gets left behind and isn't sent with the `sendTelemetry` call [in this code block](https://searchfox.... | P3 | NEW | 2024-01-31 17:43:44+00:00 | 2024-03-19 21:18:26+00:00 | 281 | 3 | |
1877834 | Closing Firefox using the cross on macos doesn't bring back previous tabs | I'm not sure if this bug belongs in this component, but it is related to app startup.
I have the **open previous windows and tabs** option checked in about:preferences, and expect my windows and tabs to stay once I close firefox. I tend to use the top left cross to close applications sometimes on macos (and am aware t... | Closing Firefox using the cross on macos doesn't bring back previous tabs I'm not sure if this bug belongs in this component, but it is related to app startup.
I have the **open previous windows and tabs** option checked in about:preferences, and expect my windows and tabs to stay once I close firefox. I tend to use t... | P3 | NEW | 2024-01-31 21:25:52+00:00 | 2024-09-27 21:23:29+00:00 | 201 | 3 | |
1877854 | [RTL] Arrows in the open tabs "more" menu are pointing in the wrong direction | Specifically, this:
https://searchfox.org/mozilla-central/rev/6e2e933cd6b7931e1d4e8bd8af8daa9788b27760/toolkit/content/widgets/panel-list/panel-item.css#89-91
should be working, but it isn't.
Curiously, if I change the `rtl` to `ltr` it starts working, even though the document is most certainly RTL. Is it because it's ... | [RTL] Arrows in the open tabs "more" menu are pointing in the wrong direction Specifically, this:
https://searchfox.org/mozilla-central/rev/6e2e933cd6b7931e1d4e8bd8af8daa9788b27760/toolkit/content/widgets/panel-list/panel-item.css#89-91
should be working, but it isn't.
Curiously, if I change the `rtl` to `ltr` it start... | P3 | NEW | 2024-01-31 22:27:41+00:00 | 2024-02-15 22:33:49+00:00 | 152 | 3 | |
1878038 | Missing content in the preview thumbnail if using Firefox in a wide window | **Found in**
* Latest Nightly 124.0a1
**Affected versions**
* Latest Nightly 124.0a1
**Tested platforms**
* Affected platforms: MacOS 13.6, Windows 11, Ubuntu 22.04
* Unaffected platforms: none
**Preconditions**
* Have the Tab Hover feature active with `browser.tabs.cardPreview.enabled` as `true` in about:config
**... | Missing content in the preview thumbnail if using Firefox in a wide window **Found in**
* Latest Nightly 124.0a1
**Affected versions**
* Latest Nightly 124.0a1
**Tested platforms**
* Affected platforms: MacOS 13.6, Windows 11, Ubuntu 22.04
* Unaffected platforms: none
**Preconditions**
* Have the Tab Hover feature a... | P2 | VERIFIED | FIXED | 2024-02-01 15:20:26+00:00 | 2024-07-17 11:07:47+00:00 | 326 | 2 |
1878051 | Hover effect is active while having a context menu opened | **Found in**
* Latest Nightly 124.0a1
**Affected versions**
* Latest Nightly 124.0a1
**Tested platforms**
* Affected platforms: Windows 11, Ubuntu 22.04
* Unaffected platforms: MacOS 13 (even though something similar happens there as well, more details bellow).
**Preconditions**
* Have the Tab Hover feature active w... | Hover effect is active while having a context menu opened **Found in**
* Latest Nightly 124.0a1
**Affected versions**
* Latest Nightly 124.0a1
**Tested platforms**
* Affected platforms: Windows 11, Ubuntu 22.04
* Unaffected platforms: MacOS 13 (even though something similar happens there as well, more details bellow)... | P1 | VERIFIED | FIXED | 2024-02-01 15:53:12+00:00 | 2024-09-23 17:49:46+00:00 | 389 | 1 |
1878075 | Hidden text is being translated blocking translating an overlay modal | ### Steps to reproduce:
1. Load https://www.comedie-francaise.fr/fr/expositions_virtuelles/bijoux-de-scene-de-la-comedie-francaise
2. Use the "Translate this page" button in the address bar to translate from French to English.
3. See that the "VIGIPIRATE" modal message overlay is not translated.
4. Click the modal mess... | Hidden text is being translated blocking translating an overlay modal ### Steps to reproduce:
1. Load https://www.comedie-francaise.fr/fr/expositions_virtuelles/bijoux-de-scene-de-la-comedie-francaise
2. Use the "Translate this page" button in the address bar to translate from French to English.
3. See that the "VIGIPI... | P3 | NEW | 2024-02-01 17:09:41+00:00 | 2024-02-20 13:51:20+00:00 | 256 | 3 | |
1878121 | Screenshots preview face not visible in HCM | The preview face is not visible or is barely visible in HCM.
The easiest thing to do is hide the face in HCM.
Maybe, in the future, we could correctly show the face in HCM | Screenshots preview face not visible in HCM The preview face is not visible or is barely visible in HCM.
The easiest thing to do is hide the face in HCM.
Maybe, in the future, we could correctly show the face in HCM | P1 | VERIFIED | FIXED | 2024-02-01 19:42:37+00:00 | 2024-04-25 08:58:56+00:00 | 54 | 1 |
1878147 | Lost ability to locate tab(s) sharing camera or microphone from permission dropdown in macOS menu bar | The Firefox permission dropdowns in the macOS menu bar (see attached image) that appeared on camera and microphone access respectively is gone, as is the functionality they provided:
1. They would list all tabs sharing camera or microphone
2. Users could click on "Control Sharing" to jump to the tab sharing camera or m... | Lost ability to locate tab(s) sharing camera or microphone from permission dropdown in macOS menu bar The Firefox permission dropdowns in the macOS menu bar (see attached image) that appeared on camera and microphone access respectively is gone, as is the functionality they provided:
1. They would list all tabs sharing... | P3 | VERIFIED | FIXED | 2024-02-01 20:53:05+00:00 | 2024-03-18 13:54:14+00:00 | 136 | 3 |
1878190 | The weather current conditions box isn't vertically centered anymore | Bug 1851481 removed `align-items: start` for `.urlbarView-row-inner`, which the weather row was relying on to center the current conditions box. We'll need to add a rule specifically for weather. I noticed the quick suggest contextual opt-in (also a dynamic result type) has such a rule already. | The weather current conditions box isn't vertically centered anymore Bug 1851481 removed `align-items: start` for `.urlbarView-row-inner`, which the weather row was relying on to center the current conditions box. We'll need to add a rule specifically for weather. I noticed the quick suggest contextual opt-in (also a d... | P1 | VERIFIED | FIXED | 2024-02-02 00:02:45+00:00 | 2024-03-21 09:30:30+00:00 | 87 | 1 |
1878258 | Text-selection boxes visually overlap in some PDFs | See https://github.com/mozilla/pdf.js/issues/17561. | Text-selection boxes visually overlap in some PDFs See https://github.com/mozilla/pdf.js/issues/17561. | P2 | NEW | 2024-02-02 09:01:48+00:00 | 2024-04-30 15:43:56+00:00 | 37 | 2 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.