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 |
|---|---|---|---|---|---|---|---|---|---|---|
1780777 | Improper tab-to-search entries for some strings followed by dot | **Found in**
* Nightly 104.0a1 2022-07-21
**Affected versions**
* all
**Affected platforms**
* all
**Steps to reproduce**
1. Type `amazon` in address bar - `Amazon` tab-to-search is shown on the second row
2. Type `amazon.` - `Google` tab-to-search is shown on the second row
3. Type `amazon.c` in address bar - `Amaz... | Improper tab-to-search entries for some strings followed by dot **Found in**
* Nightly 104.0a1 2022-07-21
**Affected versions**
* all
**Affected platforms**
* all
**Steps to reproduce**
1. Type `amazon` in address bar - `Amazon` tab-to-search is shown on the second row
2. Type `amazon.` - `Google` tab-to-search is s... | P3 | NEW | 2022-07-22 12:43:55+00:00 | 2024-04-08 15:26:53+00:00 | 420 | 3 | |
1780866 | newtab package.json requires old node and npm versions (10.23.*, 6.14.10) and has package version conflicts | We have an [engines configuration in package.json](https://searchfox.org/mozilla-central/rev/3f1856fc5adc6b1662e5388c67e33fa322c5b323/browser/components/newtab/package.json#64-69) which requires an old version of node. If you use `mach npm` and `mach node` [as instructed by the docs](https://firefox-source-docs.mozilla... | newtab package.json requires old node and npm versions (10.23.*, 6.14.10) and has package version conflicts We have an [engines configuration in package.json](https://searchfox.org/mozilla-central/rev/3f1856fc5adc6b1662e5388c67e33fa322c5b323/browser/components/newtab/package.json#64-69) which requires an old version of... | P2 | RESOLVED | FIXED | 2022-07-22 19:21:53+00:00 | 2023-05-05 15:54:39+00:00 | 415 | 2 |
1780910 | screenshot zoomed/cropped when resistFingerprinting enabled | Steps to reproduce:
test performed on macOS 12.x on a retina display
start with clean profile
enable privacy.resistFingerprinting
visit https://www.mozilla.org/en-US/
scroll to bottom of page to make sure all elements loaded/rendered
take full screenshot
Actual results:
saved screenshot is zoomed/cropped
Expected... | screenshot zoomed/cropped when resistFingerprinting enabled Steps to reproduce:
test performed on macOS 12.x on a retina display
start with clean profile
enable privacy.resistFingerprinting
visit https://www.mozilla.org/en-US/
scroll to bottom of page to make sure all elements loaded/rendered
take full screenshot
Ac... | P3 | RESOLVED | FIXED | 2022-07-23 05:44:38+00:00 | 2024-06-25 09:12:12+00:00 | 108 | 3 |
1781055 | Missing documentation for AppUpdatePin enterprise policy | Update pinning policy was implemented in bug 1762957 but its documentation is still missing.
STR:
1. Open `about:policies#documentation` in FF 102 or above.
2. Click on `AppUpatePin`.
Expected Behavior:
URL leads to documentation for the update pinning policy.
Actual behavior:
Documentation for update pinning po... | Missing documentation for AppUpdatePin enterprise policy Update pinning policy was implemented in bug 1762957 but its documentation is still missing.
STR:
1. Open `about:policies#documentation` in FF 102 or above.
2. Click on `AppUpatePin`.
Expected Behavior:
URL leads to documentation for the update pinning polic... | P2 | RESOLVED | FIXED | 2022-07-25 13:05:44+00:00 | 2022-10-06 15:06:09+00:00 | 88 | 2 |
1781068 | FreeText Annotation contents isn't searchable in PDFs | **Found in**
* Firefox 104.0a1
**Affected versions**
* Firefox 104.0a1
**Affected platforms**
* Win 10 x64
* macOS 10.15
* Ubuntu 22
**Steps to reproduce**
1. Launch Firefox and set pdfjs.annotationEditorMode = 0
2. Access any pdf form, ex: [link](https://www.irs.gov/pub/irs-pdf/f1040.pdf)
3. Toggle on Add FreeText... | FreeText Annotation contents isn't searchable in PDFs **Found in**
* Firefox 104.0a1
**Affected versions**
* Firefox 104.0a1
**Affected platforms**
* Win 10 x64
* macOS 10.15
* Ubuntu 22
**Steps to reproduce**
1. Launch Firefox and set pdfjs.annotationEditorMode = 0
2. Access any pdf form, ex: [link](https://www.ir... | P3 | NEW | 2022-07-25 14:11:50+00:00 | 2024-06-17 21:16:28+00:00 | 220 | 3 | |
1781081 | NewTabUtils.activityStreamLinks.getTopSites() does not include some favicons | User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Steps to reproduce:
1. Create a new profile (using firefox --ProfileManager or whatever)
2. Launch firefox
3. On the 'about:newtab' page, dismiss all the sponsored (and other) tiles.
4. Qu... | NewTabUtils.activityStreamLinks.getTopSites() does not include some favicons User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
Steps to reproduce:
1. Create a new profile (using firefox --ProfileManager or whatever)
2. Launch firefox
3. O... | P1 | NEW | 2022-07-25 15:01:35+00:00 | 2024-02-23 21:35:45+00:00 | 433 | 1 | |
1781090 | Reduce requestAnimationFrame calls from downloads indicator | The indicator basically calls `requestAnimationFrame` every time its `percentComplete` setter gets called. That can happen multiple times per second, and for large files and/or slow connections, the amount of progress is likely to be so negligible it's all do-nothing work.
To avoid this, we should throttle calls to `r... | Reduce requestAnimationFrame calls from downloads indicator The indicator basically calls `requestAnimationFrame` every time its `percentComplete` setter gets called. That can happen multiple times per second, and for large files and/or slow connections, the amount of progress is likely to be so negligible it's all do-... | P3 | RESOLVED | FIXED | 2022-07-25 15:44:10+00:00 | 2023-03-07 11:25:56+00:00 | 166 | 3 |
1781141 | "Save page as" on images should use referrer info to choose and save the last-used directory for the embedding (referring) page (like right click -> save image as) | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
Steps to reproduce:
I have set "Always ask you where to save files" in my preferences.
I opened a bunch of jpg images from a webpage in my browser tabs (Firefox 102.0.1 64-bit, Windows 10 PC. Latest updated version).
I create... | "Save page as" on images should use referrer info to choose and save the last-used directory for the embedding (referring) page (like right click -> save image as) User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
Steps to reproduce:
I have set "Always ask you where to save ... | P3 | NEW | 2022-07-25 21:20:55+00:00 | 2022-09-15 12:34:31+00:00 | 357 | 3 | |
1781160 | Right-clicking container context menu opens another identical menu | **Step to Reproduce:**
1. Long press the new tab button in the toolbar to show the contextual identity context menu
2. Right-click inside the context menu
**Actual Behavior:**
Another identical context menu is opened
**Expected Behavior:**
When we right-click an item in the context menu, it should open new tab in... | Right-clicking container context menu opens another identical menu **Step to Reproduce:**
1. Long press the new tab button in the toolbar to show the contextual identity context menu
2. Right-click inside the context menu
**Actual Behavior:**
Another identical context menu is opened
**Expected Behavior:**
When we... | P3 | RESOLVED | FIXED | 2022-07-25 23:01:01+00:00 | 2023-01-20 15:02:33+00:00 | 139 | 3 |
1781163 | Thumbnails still being generated for top sites | Using the latest x64 Nightly on Windows 11 Pro with a clean profile.
With the recent poking of Bug 1162698 and Bug 1406640, I looked a little closer and found that thumbnails are still being generated for Top Sites on the New Tab Page, despite the thumbnails no longer being displayed to the user.
Steps to reproduce:
... | Thumbnails still being generated for top sites Using the latest x64 Nightly on Windows 11 Pro with a clean profile.
With the recent poking of Bug 1162698 and Bug 1406640, I looked a little closer and found that thumbnails are still being generated for Top Sites on the New Tab Page, despite the thumbnails no longer bei... | P3 | NEW | 2022-07-25 23:54:14+00:00 | 2022-08-10 08:57:27+00:00 | 236 | 3 | |
1781264 | Encoded Umlauts %C3%BC are passed as decoded umlauts ü when passing different protocol URLs to external handlers on windows (e.g. mailto, custom schemes) | Steps to reproduce:
Sending mailto request with umlauts, converts the umlauts.
<html>
<body>
<a
href="mailto:test@test.com?subject=Test%2003:%20MailTo%20-%20Aush%C3%A4ndigung%20&body=
%C3%BC
%C3%A4
%C3%B6">MailTo</a><br/>
</body>
</html>
Tested also with current release of firefox
Actual results:
Umaluts conv... | Encoded Umlauts %C3%BC are passed as decoded umlauts ü when passing different protocol URLs to external handlers on windows (e.g. mailto, custom schemes) Steps to reproduce:
Sending mailto request with umlauts, converts the umlauts.
<html>
<body>
<a
href="mailto:test@test.com?subject=Test%2003:%20MailTo%20-%20Aush%C3... | P3 | NEW | 2022-07-26 14:26:31+00:00 | 2024-04-24 22:11:10+00:00 | 350 | 3 | |
1781462 | [macOS 13] Firefox fails to launch due to policies.json breaking macOS 13 codesign checks | With macOS 13, Firefox will fail to launch if a policies.json file has been copied to the .app bundle which is one of the methods of applying an enterprise policy on Mac per our [instructions](https://github.com/mozilla/policy-templates/blob/master/README.md).
In the WWDC 2022 macOS [What’s new in privacy](https://dev... | [macOS 13] Firefox fails to launch due to policies.json breaking macOS 13 codesign checks With macOS 13, Firefox will fail to launch if a policies.json file has been copied to the .app bundle which is one of the methods of applying an enterprise policy on Mac per our [instructions](https://github.com/mozilla/policy-tem... | P5 | NEW | 2022-07-26 20:57:19+00:00 | 2022-10-31 18:08:27+00:00 | 433 | 5 | |
1781762 | Right click issues with when editing a pdf | There are two issues:
- right click on editor leads to select it and then the context menu is displayed
- right click somewhere else leads to create a new editor and display the context menu.
In both cases the only action on right click must be to display the context menu. | Right click issues with when editing a pdf There are two issues:
- right click on editor leads to select it and then the context menu is displayed
- right click somewhere else leads to create a new editor and display the context menu.
In both cases the only action on right click must be to display the context menu. | P1 | VERIFIED | FIXED | 2022-07-27 10:46:10+00:00 | 2022-08-26 13:51:04+00:00 | 65 | 1 |
1781768 | Search engines installed via WebExtensions do not update the search engine name when live language switching | Firefox 100 introduced live language switching. Soon after that, there is an increase in our telemetry for when the installed search engine name differs from that of the associated WebExtension.
This increase appears to be mainly associated with the [Startpage add-on](https://addons.mozilla.org/en-US/firefox/addon/sta... | Search engines installed via WebExtensions do not update the search engine name when live language switching Firefox 100 introduced live language switching. Soon after that, there is an increase in our telemetry for when the installed search engine name differs from that of the associated WebExtension.
This increase a... | P2 | VERIFIED | FIXED | 2022-07-27 11:38:31+00:00 | 2023-02-15 15:44:42+00:00 | 189 | 2 |
1781774 | Error page is reloaded significantly slower on Win10 on Retry | **Found in**
* 104.0b2
**Affected versions**
* 104.0b2
* 105.0a1 (2022-07-26)
**Affected platforms**
* Windows 10
**Steps to reproduce**
1. Navigate to http://example
2. Click the "Try again" button
3. After the error page is displayed, click try again.
**Expected result**
* The reload happens with minimum delay.
... | Error page is reloaded significantly slower on Win10 on Retry **Found in**
* 104.0b2
**Affected versions**
* 104.0b2
* 105.0a1 (2022-07-26)
**Affected platforms**
* Windows 10
**Steps to reproduce**
1. Navigate to http://example
2. Click the "Try again" button
3. After the error page is displayed, click try again.
... | P3 | NEW | 2022-07-27 12:19:42+00:00 | 2023-12-05 08:38:21+00:00 | 165 | 3 | |
1781779 | Retry "Server Not Found" page will transition through intermediate page creating a flicker | **Note**
* I'm not sure if this would be the right component for this particular issue, but couldn't figure a better one. If such comes to mind, please don't hesitate to move it.
* Attaching the two intermediate transitions I've caught and not the flicker in itself since that is easy to reproduce
**Found in**
* 104.0b... | Retry "Server Not Found" page will transition through intermediate page creating a flicker **Note**
* I'm not sure if this would be the right component for this particular issue, but couldn't figure a better one. If such comes to mind, please don't hesitate to move it.
* Attaching the two intermediate transitions I've ... | P3 | NEW | 2022-07-27 12:44:48+00:00 | 2022-08-02 07:48:53+00:00 | 307 | 3 | |
1781790 | CTRL+Z doesn't work if some elements are copied multiple times | STR:
1) Add a few text elements;
2) CTRL+A
3) CTRL+C
4) CTRL+V
5) CTRL+V
6) CTRL+Z
7) CTRL+Z
Expected results:
Things are back to the initial state
Actual results:
Things are not back to the initial state. I need to press CTRL+Z multiple times to get back to the initial state.
If I have three elements, after clicking... | CTRL+Z doesn't work if some elements are copied multiple times STR:
1) Add a few text elements;
2) CTRL+A
3) CTRL+C
4) CTRL+V
5) CTRL+V
6) CTRL+Z
7) CTRL+Z
Expected results:
Things are back to the initial state
Actual results:
Things are not back to the initial state. I need to press CTRL+Z multiple times to get back... | P1 | VERIFIED | FIXED | 2022-07-27 13:41:27+00:00 | 2022-09-16 08:20:56+00:00 | 140 | 1 |
1781806 | Address bar keeps inheriting autofill in new tabs for windows that were created by moving/dragging a tab | STR:
1. Drag a tab into a new window or right-click > Move Tab > Move To New Window.
2. Type the letter "m" in the address bar, autofill suggests `mozilla.org`.
3. Create multiple new tabs (eg Ctrl+T).
Expected:
Address bar is empty in new tabs.
Actual:
Address bar autofills with `mozilla.org` and dropdown appears au... | Address bar keeps inheriting autofill in new tabs for windows that were created by moving/dragging a tab STR:
1. Drag a tab into a new window or right-click > Move Tab > Move To New Window.
2. Type the letter "m" in the address bar, autofill suggests `mozilla.org`.
3. Create multiple new tabs (eg Ctrl+T).
Expected:
Ad... | P3 | RESOLVED | FIXED | 2022-07-27 15:13:36+00:00 | 2023-07-06 20:37:35+00:00 | 253 | 3 |
1781812 | Update internal references from 'safe mode' to 'troubleshoot mode' | This inconsistency leads to confusion so we should get rid of it. There are some APIs, some code comments, and a commandline switch, that will all want updating. There are also still some [localized strings](https://searchfox.org/mozilla-central/search?q=safe+mode&path=locale&case=false®exp=false). It might make sen... | Update internal references from 'safe mode' to 'troubleshoot mode' This inconsistency leads to confusion so we should get rid of it. There are some APIs, some code comments, and a commandline switch, that will all want updating. There are also still some [localized strings](https://searchfox.org/mozilla-central/search?... | P3 | NEW | 2022-07-27 15:24:11+00:00 | 2022-08-23 17:06:25+00:00 | 116 | 3 | |
1781939 | In FxMS messages, Fluent String IDs support rich HTML but raw strings do not | The `default-browser-notification-message` fluent string ID maps to: [this string](https://searchfox.org/mozilla-central/rev/2be8794dd98b299fcfc5ce66e794e8b85ca14510/browser/locales/en-US/browser/defaultBrowserNotification.ftl#6) which uses HTML tags.
This string is used in the infobar message `INFOBAR_ACTION_86`. How... | In FxMS messages, Fluent String IDs support rich HTML but raw strings do not The `default-browser-notification-message` fluent string ID maps to: [this string](https://searchfox.org/mozilla-central/rev/2be8794dd98b299fcfc5ce66e794e8b85ca14510/browser/locales/en-US/browser/defaultBrowserNotification.ftl#6) which uses HT... | P3 | NEW | 2022-07-27 21:20:57+00:00 | 2022-09-06 14:43:55+00:00 | 245 | 3 | |
1781956 | SyncDataStore doesn't handle `json` values | Given an early startup feature with a JSON variables, if you attempt to read the variable before the store is ready, it will fall back to reading from the syncDataStore (i.e., prefs). However, it won't know that it should translate that from a string into a JS object.
The relevant code is in [ExperimentStore.jsm](http... | SyncDataStore doesn't handle `json` values Given an early startup feature with a JSON variables, if you attempt to read the variable before the store is ready, it will fall back to reading from the syncDataStore (i.e., prefs). However, it won't know that it should translate that from a string into a JS object.
The rel... | P2 | RESOLVED | WONTFIX | 2022-07-27 23:16:22+00:00 | 2024-01-18 17:50:25+00:00 | 165 | 2 |
1782005 | Firefox logo does not use full width and height on Windows11 dialogue to select an application | STR:
1 Set no app to handle .html files
2 Open a .html file from the file system
3 Observe the OS dialogue
Expected:
Firefox icon renders correctly
Current:
Firefox icon uses a quarter of the available space | Firefox logo does not use full width and height on Windows11 dialogue to select an application STR:
1 Set no app to handle .html files
2 Open a .html file from the file system
3 Observe the OS dialogue
Expected:
Firefox icon renders correctly
Current:
Firefox icon uses a quarter of the available space | P3 | NEW | 2022-07-28 08:40:41+00:00 | 2022-08-11 14:11:59+00:00 | 70 | 3 | |
1782020 | Search shortcuts are overwritten by special search shortcuts keywords | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0
Steps to reproduce:
* Have Firefox open already on any arbitrary page.
* Do `CTRL` + `K` to focus on the search tab (In my case, the default search engine is DuckDuckGo)
* Type `% ` to search tabs
Actual results:
The search engine wil... | Search shortcuts are overwritten by special search shortcuts keywords User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:98.0) Gecko/20100101 Firefox/98.0
Steps to reproduce:
* Have Firefox open already on any arbitrary page.
* Do `CTRL` + `K` to focus on the search tab (In my case, the default search engine is DuckDuckG... | P3 | NEW | 2022-07-28 10:48:52+00:00 | 2023-12-18 16:50:00+00:00 | 227 | 3 | |
1782168 | [Colorway Closet] In the Modal extra space below the "Set colorway" and "Cancel" buttons is missing | Nightly 105.0a1 (2022-07-28) (64-Bit)
MacOS
STR:
1.) Enable Colorway Closet
2.) Open Colorway Closet in about:addons
3.) Minimize the window vertically until the point, where the scrollbars would start to appear in the modal
4.) Take a look at the space between the bottom border of the modal and the "Set colorway" and... | [Colorway Closet] In the Modal extra space below the "Set colorway" and "Cancel" buttons is missing Nightly 105.0a1 (2022-07-28) (64-Bit)
MacOS
STR:
1.) Enable Colorway Closet
2.) Open Colorway Closet in about:addons
3.) Minimize the window vertically until the point, where the scrollbars would start to appear in the ... | P2 | RESOLVED | FIXED | 2022-07-29 06:05:56+00:00 | 2022-08-30 14:29:44+00:00 | 160 | 2 |
1782179 | The telemetry pings for ads from a page reached by alt+enter are listed as 'unknown' SAP | **Found in**
* Fx104.0b3
**Affected versions**
* Fx 104.0b3
* Fx 105.0a1
* Fx 103.0
**Preconditions**
* Have the browser.search.region set to US.
* Have the search bar added.
**Affected platforms**
* Windows 10
* Ubuntu 20.04
* macOS
**Steps to reproduce**
1. Launch Firefox.
2. Open any random page.
3. With that pa... | The telemetry pings for ads from a page reached by alt+enter are listed as 'unknown' SAP **Found in**
* Fx104.0b3
**Affected versions**
* Fx 104.0b3
* Fx 105.0a1
* Fx 103.0
**Preconditions**
* Have the browser.search.region set to US.
* Have the search bar added.
**Affected platforms**
* Windows 10
* Ubuntu 20.04
* ... | P3 | NEW | 2022-07-29 07:37:00+00:00 | 2025-01-30 17:20:31+00:00 | 338 | 3 | |
1782186 | Opening an encrypted pdf: the encryption dictionary's `StrF` and `StmF` are swapped | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
Steps to reproduce:
Tried to open a pdf file.
- open attached file
- password is 'Hello'
- observe that the screen is empty
now, if you exchange the 2 variables in the pdf (with notepad++ for example)
/StmF /StdCF -> /Stm... | Opening an encrypted pdf: the encryption dictionary's `StrF` and `StmF` are swapped User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
Steps to reproduce:
Tried to open a pdf file.
- open attached file
- password is 'Hello'
- observe that the screen is empty
now, if you exch... | P1 | RESOLVED | FIXED | 2022-07-29 08:25:07+00:00 | 2022-08-09 09:52:21+00:00 | 188 | 1 |
1782205 | Download panel is not auto-opened when downloads are initiated by drag and drop | **Found in**
- 104.0b3
**Affected versions**
- Firefox 102.0
- Firefox 104.0b3
- Firefox 105.0a1
**Affected platforms**
- Windows 7 & 8.1
- Ubuntu 22.04
- macOS 11.6.8
**Steps to reproduce**
1. Launch Firefox
2. Drag and drop a link, for [example](https://ftp.mozilla.org/pub/firefox/releases/0.10.1/Firefox%201.0PR.z... | Download panel is not auto-opened when downloads are initiated by drag and drop **Found in**
- 104.0b3
**Affected versions**
- Firefox 102.0
- Firefox 104.0b3
- Firefox 105.0a1
**Affected platforms**
- Windows 7 & 8.1
- Ubuntu 22.04
- macOS 11.6.8
**Steps to reproduce**
1. Launch Firefox
2. Drag and drop a link, for... | P3 | NEW | 2022-07-29 10:41:32+00:00 | 2022-10-10 14:43:00+00:00 | 268 | 3 | |
1782269 | Quick suggest didn't sync/load suggestions from Remote Settings | As Fx 103 rolls out, we've observed a significant drop in impressions & clicks of Firefox Suggest. The preliminary investigation shows that Firefox Suggest couldn't load suggestions from Remote Settings, looks like the RS client `sync` event was never triggered ([source](https://searchfox.org/mozilla-central/source/br... | Quick suggest didn't sync/load suggestions from Remote Settings As Fx 103 rolls out, we've observed a significant drop in impressions & clicks of Firefox Suggest. The preliminary investigation shows that Firefox Suggest couldn't load suggestions from Remote Settings, looks like the RS client `sync` event was never trig... | P1 | RESOLVED | DUPLICATE | 2022-07-29 17:52:06+00:00 | 2022-08-11 16:30:23+00:00 | 143 | 1 |
1782350 | about:preferences headings show text cursor | This is just a very minor, subtle thing I stumbled on. Most of the text on about:preferences has `cursor: default` [because of this](https://searchfox.org/mozilla-central/rev/39fbb3f218776be3392d056f86cfbf54614767d6/toolkit/themes/shared/global-shared.css#119-124). But some of the headings aren't wrapped in either `des... | about:preferences headings show text cursor This is just a very minor, subtle thing I stumbled on. Most of the text on about:preferences has `cursor: default` [because of this](https://searchfox.org/mozilla-central/rev/39fbb3f218776be3392d056f86cfbf54614767d6/toolkit/themes/shared/global-shared.css#119-124). But some o... | P5 | NEW | 2022-07-30 11:39:25+00:00 | 2022-08-01 20:40:05+00:00 | 390 | 5 | |
1782476 | Device is showing as active 2/3 years ago, when the account is signed in and syncing | Testing a local build, I've signed in into my Firefox account, which is already used on a mobile browser (Firefox Nightly).
In Firefox View I have the list of tabs in "Tab Pickup", but below I still have the `Grab tabs from your phone or tablet` promo. Not sure if that's because I'm using nightly and not release. | Device is showing as active 2/3 years ago, when the account is signed in and syncing Testing a local build, I've signed in into my Firefox account, which is already used on a mobile browser (Firefox Nightly).
In Firefox View I have the list of tabs in "Tab Pickup", but below I still have the `Grab tabs from your phon... | P3 | NEW | 2022-08-01 09:17:25+00:00 | 2022-10-25 10:15:28+00:00 | 106 | 3 | |
1782480 | The Windows fixup is incorrect for a valid DNS keyword | **Found in**
* Fx104.0b4
**Affected versions**
* Fx 105.0a1
* Fx 104.0b4
* Fx 91.12.0esr
* Fx 102.1.0esr
**Affected platforms**
* Windows 10
**Preconditions**
browser.fixup.alternate.enabled = true
keyword.enabled = false
Add the following in your OS hosts file:
::1 thisisalocalDNSmatch
**Steps to reproduce**
1. L... | The Windows fixup is incorrect for a valid DNS keyword **Found in**
* Fx104.0b4
**Affected versions**
* Fx 105.0a1
* Fx 104.0b4
* Fx 91.12.0esr
* Fx 102.1.0esr
**Affected platforms**
* Windows 10
**Preconditions**
browser.fixup.alternate.enabled = true
keyword.enabled = false
Add the following in your OS hosts file... | P5 | NEW | 2022-08-01 10:05:12+00:00 | 2023-12-04 19:58:26+00:00 | 420 | 5 | |
1782531 | [Colorway Closet] Homepage reset footer text is right-aligned at small window size. | With longer strings and a smaller window width, the message is right-aligned due to `text-align: end`. We should have the text align to the beginning instead. | [Colorway Closet] Homepage reset footer text is right-aligned at small window size. With longer strings and a smaller window width, the message is right-aligned due to `text-align: end`. We should have the text align to the beginning instead. | P2 | VERIFIED | FIXED | 2022-08-01 14:27:45+00:00 | 2022-08-30 11:42:04+00:00 | 58 | 2 |
1782564 | Multiline Text-annotation cannot be edited | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
I open this file: https://www.betting-und-buss.de/download/Reparatur_Auftrag.pdf
Actual results:
I can fill nearly the hole formular. But the field 'Beanstandung' is not possible to edit. | Multiline Text-annotation cannot be edited User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
I open this file: https://www.betting-und-buss.de/download/Reparatur_Auftrag.pdf
Actual results:
I can fill nearly the hole formular. But the field 'Beanstandu... | P1 | VERIFIED | FIXED | 2022-08-01 18:29:58+00:00 | 2022-12-05 08:29:13+00:00 | 116 | 1 |
1782709 | Firefox View button appended to the tabstrip rather than inserted before the tabs if another button (e.g. library button) exists before the tabs | STR:
1. New profile
2. open customize mode (right click toolbar, Customize toolbar...)
3. drag any button to the left of the tabstrip
4. click done button in customize mode
5. open about:config and enable Firefox View
6. Restart Firefox
ER:
FxView button appears immediately before the tabstrip
AR:
FxView button ap... | Firefox View button appended to the tabstrip rather than inserted before the tabs if another button (e.g. library button) exists before the tabs STR:
1. New profile
2. open customize mode (right click toolbar, Customize toolbar...)
3. drag any button to the left of the tabstrip
4. click done button in customize mode
... | P2 | RESOLVED | FIXED | 2022-08-02 12:22:58+00:00 | 2022-08-22 14:01:15+00:00 | 248 | 2 |
1782726 | Kiosk mode briefly displays the normal UI with URL bar | Steps to reproduce:
Start Firefox in kiosk mode:
firefox.exe -kiosk http://127.0.0.1/
Actual results:
Very briefly (during less than 500 milliseconds), the "normal" Firefox user interface (with URL bar etc.) is displayed, before disappearing and going in kiosk mode.
Expected results:
In order to have a perf... | Kiosk mode briefly displays the normal UI with URL bar Steps to reproduce:
Start Firefox in kiosk mode:
firefox.exe -kiosk http://127.0.0.1/
Actual results:
Very briefly (during less than 500 milliseconds), the "normal" Firefox user interface (with URL bar etc.) is displayed, before disappearing and going in k... | P5 | NEW | 2022-08-02 14:10:14+00:00 | 2022-12-21 19:14:45+00:00 | 127 | 5 | |
1782738 | Missing elements on PDF preview and on printed document | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
I created a pdf using the Apache PDFBox Java library. My colleague opened the document with Firefox.
Actual results:
The document contains checkboxes. These aren't shown as expected either on screen or on... | Missing elements on PDF preview and on printed document User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
I created a pdf using the Apache PDFBox Java library. My colleague opened the document with Firefox.
Actual results:
The document contains checkboxe... | P3 | NEW | 2022-08-02 14:52:51+00:00 | 2022-09-20 08:52:21+00:00 | 211 | 3 | |
1783011 | [Colorway Closet] Limit the modal size to something reasonable | It looks like the modal gets a width of at least 80% of the view port based on this line and the surrounding code:
https://searchfox.org/mozilla-central/rev/560bbebd595cf2f6a9861f3f67dd0739f4c4c559/toolkit/modules/SubDialog.jsm#481
80% is a lot on larger screen and window sizes, potentially way more than we need for t... | [Colorway Closet] Limit the modal size to something reasonable It looks like the modal gets a width of at least 80% of the view port based on this line and the surrounding code:
https://searchfox.org/mozilla-central/rev/560bbebd595cf2f6a9861f3f67dd0739f4c4c559/toolkit/modules/SubDialog.jsm#481
80% is a lot on larger s... | P2 | RESOLVED | FIXED | 2022-08-03 15:26:16+00:00 | 2022-08-12 18:17:53+00:00 | 150 | 2 |
1783037 | Intermittent browser/components/urlbar/tests/browser/browser_autoOpen.js | single tracking bug | **Filed by:** smolnar [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=386283770&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cjR187V0QqKDRkiCQe-B-w/runs/0/artifacts/public/logs/live_backing.log
---
```
INFO - TEST-PASS | browser/components/ur... | Intermittent browser/components/urlbar/tests/browser/browser_autoOpen.js | single tracking bug **Filed by:** smolnar [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=386283770&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/cjR187V0QqKDRkiCQe-B-w/... | P5 | RESOLVED | INCOMPLETE | 2022-08-03 18:08:20+00:00 | 2022-11-29 17:05:08+00:00 | 397 | 5 |
1783049 | Call FirefoxViewHandler.openTab() to open Fx View | **STR**
1. Navigate to the last screen of the MR onboarding.
2. Click "See what's new" button.
**Actual Result**
1. Firefox View opens in a new tab.
**Expected Result**
1. Firefox View opens in its permanent "pinned" position.
If a new user clicks "Start browsing", about:home opens in the same tab as about:welcom... | Call FirefoxViewHandler.openTab() to open Fx View **STR**
1. Navigate to the last screen of the MR onboarding.
2. Click "See what's new" button.
**Actual Result**
1. Firefox View opens in a new tab.
**Expected Result**
1. Firefox View opens in its permanent "pinned" position.
If a new user clicks "Start browsing"... | P1 | VERIFIED | FIXED | 2022-08-03 18:59:58+00:00 | 2022-08-26 06:49:31+00:00 | 139 | 1 |
1783166 | [Colorway Closet] Fix up illustration sizing | Couple of things:
- We want to allow illustrations up to 300\*300px instead of the current 288\*288px.
- We currently use the **height** variable to set the max-**width** and the **width** variable to set the max-**height**. We should fix that :)
- We also need to set a minimum container size so that layout doesn't cha... | [Colorway Closet] Fix up illustration sizing Couple of things:
- We want to allow illustrations up to 300\*300px instead of the current 288\*288px.
- We currently use the **height** variable to set the max-**width** and the **width** variable to set the max-**height**. We should fix that :)
- We also need to set a mini... | P1 | RESOLVED | FIXED | 2022-08-04 10:22:43+00:00 | 2022-08-09 04:03:57+00:00 | 114 | 1 |
1783197 | Firefox View collapse arrows are not visible with High Contrast on hover | **Affected versions**
* Nightly 105.0a1
**Affected platforms**
* Windows 10 x64
* Ubuntu 22
*macOS 12
**Steps to reproduce**
1. Launch Firefox with browser.tabs.firefox-view=true
2. Click to open Firefox view page
3. Turn ON High-Contrast
4. Hover the Firefox View tab collapse arrows
**Expected result**
* The arrow... | Firefox View collapse arrows are not visible with High Contrast on hover **Affected versions**
* Nightly 105.0a1
**Affected platforms**
* Windows 10 x64
* Ubuntu 22
*macOS 12
**Steps to reproduce**
1. Launch Firefox with browser.tabs.firefox-view=true
2. Click to open Firefox view page
3. Turn ON High-Contrast
4. Hov... | P1 | VERIFIED | FIXED | 2022-08-04 13:49:24+00:00 | 2022-08-19 05:57:27+00:00 | 180 | 1 |
1783207 | Add ellipsis to some context menu item labels | Per bug 1690561, we want to add an ellipsis to the end of some context menu item labels that are currently missing them. Most of the items are related to bookmarks, but one of them says `Print Selection`. I'll post Meridel's recommendations below. | Add ellipsis to some context menu item labels Per bug 1690561, we want to add an ellipsis to the end of some context menu item labels that are currently missing them. Most of the items are related to bookmarks, but one of them says `Print Selection`. I'll post Meridel's recommendations below. | P3 | VERIFIED | FIXED | 2022-08-04 14:40:11+00:00 | 2022-09-02 12:51:57+00:00 | 73 | 3 |
1783226 | Screenshot fails to download when "Always ask you where to save files" is not checked | STR:
1. Make sure `Always ask you where to save files` is not checked in about:preferences
2. Navigate to https://www.amazon.com.au/Jiusion-2560x1440P-Microscope-Cellphone-Magnification/dp/B09653SCG6/ and take a screenshot
3. Download the screenshot
ER: the screenshot should download
AR: the download fails
If `Alway... | Screenshot fails to download when "Always ask you where to save files" is not checked STR:
1. Make sure `Always ask you where to save files` is not checked in about:preferences
2. Navigate to https://www.amazon.com.au/Jiusion-2560x1440P-Microscope-Cellphone-Magnification/dp/B09653SCG6/ and take a screenshot
3. Download... | P3 | NEW | 2022-08-04 15:23:56+00:00 | 2022-08-11 00:13:21+00:00 | 132 | 3 | |
1783256 | Documentation issue on browser/search/telemetry | URL = https://firefox-source-docs.mozilla.org/browser/search/telemetry.html
For Search Counts (SAP Usage) the handoff SAP name may be incorrect. The page states `urlbar_handoff`, however telemetry shows `urlbar-handoff` is actually reported.
> urlbar_handoff Used when searching from about:newtab. | Documentation issue on browser/search/telemetry URL = https://firefox-source-docs.mozilla.org/browser/search/telemetry.html
For Search Counts (SAP Usage) the handoff SAP name may be incorrect. The page states `urlbar_handoff`, however telemetry shows `urlbar-handoff` is actually reported.
> urlbar_handoff Used when s... | P3 | RESOLVED | FIXED | 2022-08-04 18:24:12+00:00 | 2022-08-24 21:35:45+00:00 | 104 | 3 |
1783269 | Firefox View - Sync setup: Progress bar color | Actual: Progress bar is blue
Expected: Progress bar should be green (2AC3A2)
https://www.figma.com/file/SE4xHgOW84yLiv7vFugm9R/Firefox-View-Stepping-Stone?node-id=4105%3A72889 | Firefox View - Sync setup: Progress bar color Actual: Progress bar is blue
Expected: Progress bar should be green (2AC3A2)
https://www.figma.com/file/SE4xHgOW84yLiv7vFugm9R/Firefox-View-Stepping-Stone?node-id=4105%3A72889 | P2 | VERIFIED | FIXED | 2022-08-04 19:42:06+00:00 | 2022-09-28 09:18:53+00:00 | 84 | 2 |
1783270 | Firefox View - Colorways null state container missing rounded edges | Actual - bottom two corners of colorways null state are 90 degree corners
Expected - rounded (4) | Firefox View - Colorways null state container missing rounded edges Actual - bottom two corners of colorways null state are 90 degree corners
Expected - rounded (4) | P3 | RESOLVED | WORKSFORME | 2022-08-04 19:44:17+00:00 | 2022-08-25 12:09:18+00:00 | 35 | 3 |
1783271 | Firefox View - Colorways null state text color should be white when overlaying image | Actual - colorways null state text is black
Expected - Colorways null state text is white | Firefox View - Colorways null state text color should be white when overlaying image Actual - colorways null state text is black
Expected - Colorways null state text is white | P1 | VERIFIED | FIXED | 2022-08-04 19:45:23+00:00 | 2022-09-14 10:34:39+00:00 | 39 | 1 |
1783273 | Remove hover state for sync setup containers | Actual: Drop shadow is only active on hover.
Expected: Very light drop shadow is persistent
Reasoning:
These containers are not buttons like the tab pickup containers. A hover state indicates to users that the container is in some ways interactive, which in the case of the sync set up containers is not true. | Remove hover state for sync setup containers Actual: Drop shadow is only active on hover.
Expected: Very light drop shadow is persistent
Reasoning:
These containers are not buttons like the tab pickup containers. A hover state indicates to users that the container is in some ways interactive, which in the case of th... | P3 | RESOLVED | FIXED | 2022-08-04 19:48:10+00:00 | 2022-08-10 21:33:08+00:00 | 72 | 3 |
1783276 | Recently closed list item responsive behavior | Actual: page title truncates without wrapping but URL and timestamp wrap. This is true even at the max width
Expected: Page title and URL truncate. No list items wrap. Timestamps do not truncate.
While I know this might be easier said than done in a responsive environment, it should at least be true at the max width.... | Recently closed list item responsive behavior Actual: page title truncates without wrapping but URL and timestamp wrap. This is true even at the max width
Expected: Page title and URL truncate. No list items wrap. Timestamps do not truncate.
While I know this might be easier said than done in a responsive environment... | P2 | VERIFIED | FIXED | 2022-08-04 19:55:21+00:00 | 2022-09-22 13:22:20+00:00 | 93 | 2 |
1783277 | Tab pickup and recently closed empty state text color | Actual: primary text color
Expected: Secondary text (5B5B66) | Tab pickup and recently closed empty state text color Actual: primary text color
Expected: Secondary text (5B5B66) | P2 | RESOLVED | FIXED | 2022-08-04 19:56:32+00:00 | 2022-09-07 01:42:46+00:00 | 27 | 2 |
1783278 | Mobile pickup wrapping incorrectly at low breakpoints | Actual: text wraps in small column on the left. Primary and close button do not wrap underneath
Expected: primary and close buttons wrap underneath text similar to sync step container wrapping behavior | Mobile pickup wrapping incorrectly at low breakpoints Actual: text wraps in small column on the left. Primary and close button do not wrap underneath
Expected: primary and close buttons wrap underneath text similar to sync step container wrapping behavior | P2 | VERIFIED | FIXED | 2022-08-04 19:59:51+00:00 | 2022-09-21 07:53:50+00:00 | 45 | 2 |
1783279 | Mobile promo text size | Actual - Last active tab Tab Name text is 15 px, but appears smaller than “Grab tabs…” in mobile promo
Expected - Last active tab Tab Name text and “Grab tabs…” mobile promo
is 15 px
Design file - https://www.figma.com/file/SE4xHgOW84yLiv7vFugm9R/Firefox-View-Stepping-Stone?node-id=5555%3A94358 | Mobile promo text size Actual - Last active tab Tab Name text is 15 px, but appears smaller than “Grab tabs…” in mobile promo
Expected - Last active tab Tab Name text and “Grab tabs…” mobile promo
is 15 px
Design file - https://www.figma.com/file/SE4xHgOW84yLiv7vFugm9R/Firefox-View-Stepping-Stone?node-id=5555%3A9435... | P2 | VERIFIED | FIXED | 2022-08-04 20:18:51+00:00 | 2022-10-21 09:30:39+00:00 | 106 | 2 |
1783463 | [Quickactions] Too much padding between two QuickActions Rows | Nightky 105.0a1 (2022-08-05) (64-Bit)
macOS 12.5
1.) Narrow the Window
2.) Focus Address Bar
3.) Notice that you have 2 or more rows with Quickactions
Actual: There is too much padding between two rows (approx. 57px)
Expected: The padding should be the same like two normal suggestions (approx 40px)
Thanks. | [Quickactions] Too much padding between two QuickActions Rows Nightky 105.0a1 (2022-08-05) (64-Bit)
macOS 12.5
1.) Narrow the Window
2.) Focus Address Bar
3.) Notice that you have 2 or more rows with Quickactions
Actual: There is too much padding between two rows (approx. 57px)
Expected: The padding should be the s... | P2 | VERIFIED | FIXED | 2022-08-05 20:13:55+00:00 | 2022-10-10 12:37:35+00:00 | 107 | 2 |
1783468 | [QuickActions] Align Buttons so they are equal aligned with quick suggestions | Nightly 105.0a1 (2022-08-05) (64-Bit)
MacOS 12.5
1.) Focus the Address Bar
2.) Compare the position of the QuickAction Buttons with the position of the quick suggestions
Actual: They are not nicely vertically aligned
Expected: They should be nicely aligned.
Thanks. | [QuickActions] Align Buttons so they are equal aligned with quick suggestions Nightly 105.0a1 (2022-08-05) (64-Bit)
MacOS 12.5
1.) Focus the Address Bar
2.) Compare the position of the QuickAction Buttons with the position of the quick suggestions
Actual: They are not nicely vertically aligned
Expected: They should ... | P3 | RESOLVED | WORKSFORME | 2022-08-05 20:59:12+00:00 | 2022-09-23 21:13:46+00:00 | 84 | 3 |
1783643 | Don't open downloads panel for very first drag-and-drop download in a new profile | See discussion in bug 1782205 for the context and confusion this is causing. | Don't open downloads panel for very first drag-and-drop download in a new profile See discussion in bug 1782205 for the context and confusion this is causing. | P3 | RESOLVED | FIXED | 2022-08-08 12:11:05+00:00 | 2022-09-02 19:09:22+00:00 | 37 | 3 |
1783658 | As of 103.0.1, Firefox asks to be made default every time it starts. | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
Open Firefox.
Actual results:
Popup dialog asks me to make Firefox my default browser.
Expected results:
no popup, because Firefox is already my default browser
I am running Firefox under Windows 10 ... | As of 103.0.1, Firefox asks to be made default every time it starts. User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
Open Firefox.
Actual results:
Popup dialog asks me to make Firefox my default browser.
Expected results:
no popup, because Firefo... | P3 | RESOLVED | INCOMPLETE | 2022-08-08 13:40:26+00:00 | 2023-03-18 15:13:56+00:00 | 126 | 3 |
1783673 | Bring back underline for learn more link in the profiler popup | see bug 1749717 comment 4 | Bring back underline for learn more link in the profiler popup see bug 1749717 comment 4 | P2 | RESOLVED | FIXED | 2022-08-08 15:25:43+00:00 | 2022-08-09 14:47:36+00:00 | 23 | 2 |
1783714 | [Colorway Closet] Space between "Set colorway" buttons and bottom banner at smaller window size | The bottom "Make Firefox Home your colorful homepage" banner and the "set colorway" and "cancel" buttons feel too crowded at smaller window sizes. We should add some space. | [Colorway Closet] Space between "Set colorway" buttons and bottom banner at smaller window size The bottom "Make Firefox Home your colorful homepage" banner and the "set colorway" and "cancel" buttons feel too crowded at smaller window sizes. We should add some space. | P3 | VERIFIED | FIXED | 2022-08-08 17:48:11+00:00 | 2022-08-30 12:01:16+00:00 | 62 | 3 |
1783762 | QuickActions buttons ("View Add-ons", "View History", ..., "Open Inspector") look awkward when wrapped to multiple lines | STR:
1. In Nightly, focus your Address Bar.
2. In the dropdown that appears, look at the row of buttons that starts with "View Add-ons" etc.
3. Resize your window such that the last button ("Open inspector") wraps to a new line when the dropdown appears. (Skinnier address-bar produces a skinnier dropdown.)
ACTUAL RES... | QuickActions buttons ("View Add-ons", "View History", ..., "Open Inspector") look awkward when wrapped to multiple lines STR:
1. In Nightly, focus your Address Bar.
2. In the dropdown that appears, look at the row of buttons that starts with "View Add-ons" etc.
3. Resize your window such that the last button ("Open ins... | P2 | VERIFIED | FIXED | 2022-08-08 22:29:04+00:00 | 2023-06-15 11:50:57+00:00 | 258 | 2 |
1783774 | explanatory text from private browsing home has been removed | The explanatory text from private browsing home has been removed on MAC OS | explanatory text from private browsing home has been removed The explanatory text from private browsing home has been removed on MAC OS | P3 | RESOLVED | WONTFIX | 2022-08-08 23:48:48+00:00 | 2025-02-18 17:58:24+00:00 | 32 | 3 |
1783811 | "Move Tab" and "Open in New Container Tab" options should be disabled for the Firefox View tab (and hidden tabs in general) in the "List all tabs" menu | **Affected versions**
* Nightly 105.0a1 ( 0220808214423)
**Affected platforms**
* Windows 10x64
* Ubuntu 18.4
* macOS 10.13
**Steps to reproduce**
1. Launch Firefox with browser.tabs.firefox-view=true
2. Click on the List All tabs menu
3. Go to Hidden Tabs
4. Right click on Firefox View
5. Click Move to Start/Move t... | "Move Tab" and "Open in New Container Tab" options should be disabled for the Firefox View tab (and hidden tabs in general) in the "List all tabs" menu **Affected versions**
* Nightly 105.0a1 ( 0220808214423)
**Affected platforms**
* Windows 10x64
* Ubuntu 18.4
* macOS 10.13
**Steps to reproduce**
1. Launch Firefox ... | P2 | VERIFIED | FIXED | 2022-08-09 08:24:14+00:00 | 2022-10-06 14:04:42+00:00 | 228 | 2 |
1783868 | [Independent Voices] Findbar checkbox labels lack contrast / look disabled with "Balanced" colorways | This is something I noticed with the "Independent Voices" colorway collection; we use the toolbar color at 70% opacity, and that's not new behavior, it goes back to Proton, but it's problematic and especially obvious with themes that have a toolbar background that's not very light or dark (e.g. "Balanced" colorways), a... | [Independent Voices] Findbar checkbox labels lack contrast / look disabled with "Balanced" colorways This is something I noticed with the "Independent Voices" colorway collection; we use the toolbar color at 70% opacity, and that's not new behavior, it goes back to Proton, but it's problematic and especially obvious wi... | P2 | VERIFIED | FIXED | 2022-08-09 13:56:43+00:00 | 2023-01-12 17:51:39+00:00 | 116 | 2 |
1783880 | Firefox View notification dot is not displayed properly when the button is in the customize section | **Affected versions**
* Firefox Nightly 105.0a1
**Affected platforms**
* Windows 10x64
* macOS 10.12.6
**Steps to reproduce**
1. Launch Firefox with the browser.tabs.firefox-view=true
2. Sign in with a FxA account to sync between devices
3. Wait for the notification dot for the available pick up tab pages to be displ... | Firefox View notification dot is not displayed properly when the button is in the customize section **Affected versions**
* Firefox Nightly 105.0a1
**Affected platforms**
* Windows 10x64
* macOS 10.12.6
**Steps to reproduce**
1. Launch Firefox with the browser.tabs.firefox-view=true
2. Sign in with a FxA account to s... | P5 | VERIFIED | FIXED | 2022-08-09 14:33:40+00:00 | 2022-11-23 13:38:57+00:00 | 203 | 5 |
1783887 | [Colorway Closet] Colorways modal is displayed minimized with unnecessary scrolling bar on macOS | **Found in**
* Firefox 105.0a1
**Affected versions**
* Firefox 105.0a1
**Affected platforms**
* macOS 11.6
**Preconditions**
In about:config set:
"browser.theme.colorway-closet" to true
"browser.tabs.firefox-view" to true
**Steps to reproduce**
1. Open "Colorways closet" from Fxview or from about:addons
**Expec... | [Colorway Closet] Colorways modal is displayed minimized with unnecessary scrolling bar on macOS **Found in**
* Firefox 105.0a1
**Affected versions**
* Firefox 105.0a1
**Affected platforms**
* macOS 11.6
**Preconditions**
In about:config set:
"browser.theme.colorway-closet" to true
"browser.tabs.firefox-view" to ... | P1 | VERIFIED | FIXED | 2022-08-09 15:01:50+00:00 | 2022-08-17 11:16:36+00:00 | 252 | 1 |
1783892 | "Sync Firefox on your phone or tablet" page displayed instead of "Download Firefox on your phone or tablet" when user clicks the "Get Firefox on your mobile" button | Affected versions:
Nightly 105.0a1 (2022-08-09)
Affected platforms:
Windows 10 64-bit
Preconditions:
The user is already logged in to the browser with a Fx account.
Steps to reproduce:
1. Click the Firefox view icon on the top of the browser's page before the Tabs bar.
2. Click the "Get Firefox for mobile" button.
3... | "Sync Firefox on your phone or tablet" page displayed instead of "Download Firefox on your phone or tablet" when user clicks the "Get Firefox on your mobile" button Affected versions:
Nightly 105.0a1 (2022-08-09)
Affected platforms:
Windows 10 64-bit
Preconditions:
The user is already logged in to the browser with a ... | P1 | VERIFIED | FIXED | 2022-08-09 15:38:06+00:00 | 2022-08-23 13:24:24+00:00 | 172 | 1 |
1783991 | Newly opened tabs aren't included in the synced tabs list | As described in https://github.com/mozilla-mobile/fenix/issues/26392. The problem is that a new tab opened from `about:newtab` is sometimes reported as being on `about:newtab` even after it has loaded. | Newly opened tabs aren't included in the synced tabs list As described in https://github.com/mozilla-mobile/fenix/issues/26392. The problem is that a new tab opened from `about:newtab` is sometimes reported as being on `about:newtab` even after it has loaded. | P2 | RESOLVED | FIXED | 2022-08-10 03:13:20+00:00 | 2022-08-12 09:40:26+00:00 | 78 | 2 |
1783999 | Tab Pickup traffic is registered in about:firefoxview for private windows | **Affected versions**
* 105.0a1(2022-08-08)
**Found in**
* 105.0a1(2022-08-08)
**Affected platforms**
* Windows 11x64
* Ubuntu 22.04
* macOS 12
**Steps to reproduce**
1. Launch FF .
2. Activate the browser.tabs.firefox-view pref.
3. Log into sync on device A.
4. Log into sync on device B.
5. Perform browsing activit... | Tab Pickup traffic is registered in about:firefoxview for private windows **Affected versions**
* 105.0a1(2022-08-08)
**Found in**
* 105.0a1(2022-08-08)
**Affected platforms**
* Windows 11x64
* Ubuntu 22.04
* macOS 12
**Steps to reproduce**
1. Launch FF .
2. Activate the browser.tabs.firefox-view pref.
3. Log into s... | P1 | RESOLVED | INVALID | 2022-08-10 05:38:52+00:00 | 2022-08-16 21:43:16+00:00 | 236 | 1 |
1784006 | Collapse arrows are not visible with Soft colorway theme and Dark OS theme set | **Found in**
- Firefox 105.0a1
**Affected versions**
- Firefox 105.0a1
**Affected platforms**
- Ubuntu 22.04
- macOS 12
- Windows 10
**Preconditions**
- Have OS theme set to dark
**Steps to reproduce**
1. Launch Firefox with browser.tabs.firefox-view=true
2. Access Firefox view tab and select Try Colorway
3. Select... | Collapse arrows are not visible with Soft colorway theme and Dark OS theme set **Found in**
- Firefox 105.0a1
**Affected versions**
- Firefox 105.0a1
**Affected platforms**
- Ubuntu 22.04
- macOS 12
- Windows 10
**Preconditions**
- Have OS theme set to dark
**Steps to reproduce**
1. Launch Firefox with browser.tabs... | P1 | RESOLVED | DUPLICATE | 2022-08-10 06:52:04+00:00 | 2022-08-15 20:27:17+00:00 | 194 | 1 |
1784019 | Firefox closes unexpectedly when accessing Restore previous session with Firefox view active | **Found in**
- Firefox 105.0a1
**Affected versions**
- Firefox 105.0a1
**Affected platforms**
- Ubuntu 22.04
- macOS 11
- Windows 10
**Steps to reproduce**
1. Launch Firefox with browser.tabs.firefox-view=true
2. Access some random tabs to have them on background and focus Firefox view page
3. Close Firefox from the... | Firefox closes unexpectedly when accessing Restore previous session with Firefox view active **Found in**
- Firefox 105.0a1
**Affected versions**
- Firefox 105.0a1
**Affected platforms**
- Ubuntu 22.04
- macOS 11
- Windows 10
**Steps to reproduce**
1. Launch Firefox with browser.tabs.firefox-view=true
2. Access some... | P1 | VERIFIED | FIXED | 2022-08-10 07:52:45+00:00 | 2022-09-26 14:35:41+00:00 | 205 | 1 |
1784020 | "Back" button is active and takes the user to about:newtab for URLs opened from Recently Closed in about:firefoxview | **Affected versions**
* 105.0a1(2022-08-08)
**Affected platforms**
* macOS 11
* Windows 11
**Steps to reproduce**
1. Launch FF.
2. Activate the browser.tabs.firefox-view pref.
3. Perform browsing activity on the device(closing each website accessed).
4. Go to about:firefoxview.
5. Click on any website.
**Expected r... | "Back" button is active and takes the user to about:newtab for URLs opened from Recently Closed in about:firefoxview **Affected versions**
* 105.0a1(2022-08-08)
**Affected platforms**
* macOS 11
* Windows 11
**Steps to reproduce**
1. Launch FF.
2. Activate the browser.tabs.firefox-view pref.
3. Perform browsing acti... | P3 | RESOLVED | WONTFIX | 2022-08-10 08:04:43+00:00 | 2022-08-15 12:49:26+00:00 | 242 | 3 |
1784044 | [Colorway Closet] The Intensity radio buttons are not correctly aligned with the "Soft", "Balanced", "Bold" strings | #### Found in
Firefox 105.0a1
#### Affected versions
105.0a1
#### Affected platforms
macOS 11.6
macOS 12
Windows 10
Ubuntu 20
#### Preconditions
In about:config set:
"browser.theme.colorway-closet" to true
"browser.tabs.firefox-view" to true
#### Steps to reproduce
1. Open Colorways modal from Fxview or from... | [Colorway Closet] The Intensity radio buttons are not correctly aligned with the "Soft", "Balanced", "Bold" strings #### Found in
Firefox 105.0a1
#### Affected versions
105.0a1
#### Affected platforms
macOS 11.6
macOS 12
Windows 10
Ubuntu 20
#### Preconditions
In about:config set:
"browser.theme.colorway-closet" ... | P2 | VERIFIED | FIXED | 2022-08-10 10:19:12+00:00 | 2022-08-16 13:38:58+00:00 | 210 | 2 |
1784055 | Loading spinner and text is displayed when the user has Sync turned OFF | Affected versions:
Nightly 105.0a1 (2022-08-09)
Affected platforms:
Windows 10 64-bit
Preconditions:
The user is already logged in to the browser with a Fx account.
The user has gone through the connect another device flow.
Steps to reproduce:
1. Go to about:preferences#sync page and click the "Change" button under ... | Loading spinner and text is displayed when the user has Sync turned OFF Affected versions:
Nightly 105.0a1 (2022-08-09)
Affected platforms:
Windows 10 64-bit
Preconditions:
The user is already logged in to the browser with a Fx account.
The user has gone through the connect another device flow.
Steps to reproduce:
1... | P1 | VERIFIED | FIXED | 2022-08-10 11:45:05+00:00 | 2022-08-24 10:08:53+00:00 | 194 | 1 |
1784063 | A blue overlay is partially covering the light gray overlay when displaying the “Onboarding” modals for existing users | **[Affected versions]:**
- Firefox Nightly 105.0a1 - Build ID: 20220809213127
**[Affected Platforms]:**
- Windows 10 x64
- macOS 12.3.1
- Linux Mint 20.2 x64
**[Prerequisites]:**
- Have the Firefox browser installed and opened.
- Have the “devtools.chrome.enabled” pref set to true.
- Have the Browser Console opened.(... | A blue overlay is partially covering the light gray overlay when displaying the “Onboarding” modals for existing users **[Affected versions]:**
- Firefox Nightly 105.0a1 - Build ID: 20220809213127
**[Affected Platforms]:**
- Windows 10 x64
- macOS 12.3.1
- Linux Mint 20.2 x64
**[Prerequisites]:**
- Have the Firefox b... | P1 | VERIFIED | FIXED | 2022-08-10 12:25:36+00:00 | 2022-08-16 06:56:19+00:00 | 314 | 1 |
1784068 | Typo displayed in the error message "We're having trouble syncing..." | Affected versions:
Nightly 105.0a1 (2022-08-09)
Affected platforms:
Windows 10 64-bit
Preconditions:
The user is already logged in to the browser with a Fx account.
The user is on the Firefox view page.
Steps to reproduce:
1. Turn OFF your wifi connection.
2. Wait a few seconds until the "We're having trouble synci... | Typo displayed in the error message "We're having trouble syncing..." Affected versions:
Nightly 105.0a1 (2022-08-09)
Affected platforms:
Windows 10 64-bit
Preconditions:
The user is already logged in to the browser with a Fx account.
The user is on the Firefox view page.
Steps to reproduce:
1. Turn OFF your wifi c... | P3 | VERIFIED | FIXED | 2022-08-10 13:01:08+00:00 | 2022-08-25 15:09:13+00:00 | 277 | 3 |
1784085 | Tab pickup -“We are having trouble syncing” - remains blocked after internet re-connection | *Affected versions:*
- Nightly 105.0a1 (2022-08-09);
*Affected platforms:*
- Windows 10 64-bit;
- Linux Ubuntu 20.04;
*Preconditions:*
- The user is already logged in to the browser with a Fx account.
- The user has gone through the connect another device flow and has few tabs opened.
- The user has activated Firefox... | Tab pickup -“We are having trouble syncing” - remains blocked after internet re-connection *Affected versions:*
- Nightly 105.0a1 (2022-08-09);
*Affected platforms:*
- Windows 10 64-bit;
- Linux Ubuntu 20.04;
*Preconditions:*
- The user is already logged in to the browser with a Fx account.
- The user has gone throug... | P1 | VERIFIED | FIXED | 2022-08-10 14:37:25+00:00 | 2023-01-28 19:58:37+00:00 | 285 | 1 |
1784121 | Mac Atrribution related tests failing on MacOS Monterey version 12.5 | Noticed all related tests needing MacAtrribution failing on Firefox local build on MacOS Monterey 12.5
https://searchfox.org/mozilla-central/search?q=setReferrerUrl&path=test&case=false®exp=false
./mach test browser/components/attribution/test/xpcshell/test_MacAttribution.js
On UI end this will result in RTAMO f... | Mac Atrribution related tests failing on MacOS Monterey version 12.5 Noticed all related tests needing MacAtrribution failing on Firefox local build on MacOS Monterey 12.5
https://searchfox.org/mozilla-central/search?q=setReferrerUrl&path=test&case=false®exp=false
./mach test browser/components/attribution/test/x... | P3 | RESOLVED | WONTFIX | 2022-08-10 17:57:30+00:00 | 2023-09-19 19:05:22+00:00 | 234 | 3 |
1784125 | Some web site's favicon does not display on the about:newtab page. | User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.79 Safari/537.36
Steps to reproduce:
1. open firefox about:newtab
2. dismiss all the tiles
3. open another window also on about:newtab
4. type 'quora.com' into the url bar and hit enter
Actual results:
1. in the 2n... | Some web site's favicon does not display on the about:newtab page. User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.79 Safari/537.36
Steps to reproduce:
1. open firefox about:newtab
2. dismiss all the tiles
3. open another window also on about:newtab
4. type 'quora.... | P1 | NEW | 2022-08-10 18:49:40+00:00 | 2023-10-10 00:33:21+00:00 | 247 | 1 | |
1784130 | Mobile promo remains after user signs out | Actual: User is signed in with no synced mobile device. Receives mobile promo in Fx View. When the user signs out, Fx View returns user to sync flow, but mobile promo remains.
Expected. User is signed in with no synced mobile device. Receives mobile promo in Fx View. When the user signs out, Fx View returns user to s... | Mobile promo remains after user signs out Actual: User is signed in with no synced mobile device. Receives mobile promo in Fx View. When the user signs out, Fx View returns user to sync flow, but mobile promo remains.
Expected. User is signed in with no synced mobile device. Receives mobile promo in Fx View. When the... | P1 | VERIFIED | FIXED | 2022-08-10 19:55:33+00:00 | 2022-09-22 09:19:36+00:00 | 86 | 1 |
1784138 | Show the correct number of steps in the Feature Callout step indicator | Instead of removing screens from the message configuration when the tour advances, set a "startScreen" attribute in the message configuration and update `MultistageAboutWelcome.jsx` to honor this value. So, for the conditional to render the welcome screen, use a value something like:
` const showScreen = props.startS... | Show the correct number of steps in the Feature Callout step indicator Instead of removing screens from the message configuration when the tour advances, set a "startScreen" attribute in the message configuration and update `MultistageAboutWelcome.jsx` to honor this value. So, for the conditional to render the welcome ... | P1 | VERIFIED | FIXED | 2022-08-10 20:42:38+00:00 | 2022-08-17 13:36:21+00:00 | 104 | 1 |
1784225 | Clicking special one-offs multiple times causes flicker on address bar | **Affected versions**
* 105.0a1(22-08-09)
* 104.0b8
**Affected platforms**
* macOS 11
* Ubuntu 20
* Windows 11
**Steps to reproduce**
1. Launch FF.
2. Click the address bar and select a search mode(bookmarks, tabs, history, actions)
3. Once a mode has been selected(eg: History), click multiple times on it.
**Expecte... | Clicking special one-offs multiple times causes flicker on address bar **Affected versions**
* 105.0a1(22-08-09)
* 104.0b8
**Affected platforms**
* macOS 11
* Ubuntu 20
* Windows 11
**Steps to reproduce**
1. Launch FF.
2. Click the address bar and select a search mode(bookmarks, tabs, history, actions)
3. Once a mode... | P3 | NEW | 2022-08-11 07:58:18+00:00 | 2023-12-18 16:37:25+00:00 | 299 | 3 | |
1784241 | [Colorway Closet] The "Firefox Home is now your homepage" success checkmark color is too light | #### Found in
Firefox 105.0a1
#### Affected versions
104.0a1
105.0a1
#### Affected platforms
macOS 11.6
Windows 10
Ubuntu 20
#### Preconditions
In about:config set:
"browser.theme.colorway-closet" to true
"browser.tabs.firefox-view" to true
#### Steps to reproduce
1. Set a custom home page in about:preferenc... | [Colorway Closet] The "Firefox Home is now your homepage" success checkmark color is too light #### Found in
Firefox 105.0a1
#### Affected versions
104.0a1
105.0a1
#### Affected platforms
macOS 11.6
Windows 10
Ubuntu 20
#### Preconditions
In about:config set:
"browser.theme.colorway-closet" to true
"browser.tabs.... | P3 | VERIFIED | FIXED | 2022-08-11 09:40:13+00:00 | 2022-08-19 14:26:37+00:00 | 279 | 3 |
1784260 | The QR code of the Mobile Cross-Promo screen from the new user's Onboarding redirects to the link for existing users and vice versa | **[Affected versions]:**
- Firefox Nightly 105.0a1 (Build ID: 20220810212956)
**[Affected Platforms]:**
- macOS 12.3.1
- Windows 10 x64
- Ubuntu 20.04 x64
**[Prerequisites]:**
- Have the Firefox browser installed and opened.
- Have the “browser.aboutwelcome.templateMR” pref set to true.
- Have a mobile device with a ... | The QR code of the Mobile Cross-Promo screen from the new user's Onboarding redirects to the link for existing users and vice versa **[Affected versions]:**
- Firefox Nightly 105.0a1 (Build ID: 20220810212956)
**[Affected Platforms]:**
- macOS 12.3.1
- Windows 10 x64
- Ubuntu 20.04 x64
**[Prerequisites]:**
- Have the... | P1 | VERIFIED | FIXED | 2022-08-11 12:40:38+00:00 | 2022-08-16 12:44:35+00:00 | 382 | 1 |
1784282 | [Colorway Closet] The colorway is not applied at some point after cycling through the colorway radios by holding down arrow keys for multiple seconds | #### Found in
Firefox 105.0a1
#### Affected versions
104.0a1
105.0a1
#### Affected platforms
Windows 10
Ubuntu 20
#### Preconditions
In about:config set:
"browser.theme.colorway-closet" to true
"browser.tabs.firefox-view" to true
#### Steps to reproduce
1. Open Colorways modal from Fxview or from about:addo... | [Colorway Closet] The colorway is not applied at some point after cycling through the colorway radios by holding down arrow keys for multiple seconds #### Found in
Firefox 105.0a1
#### Affected versions
104.0a1
105.0a1
#### Affected platforms
Windows 10
Ubuntu 20
#### Preconditions
In about:config set:
"browser.t... | P3 | RESOLVED | WONTFIX | 2022-08-11 14:01:21+00:00 | 2023-01-27 16:48:59+00:00 | 242 | 3 |
1784294 | The last active tabs from mobile are synced only if the user clicks the Firefox account button/ Sync now button | Affected versions:
Nightly 105.0a1 (2022-08-10)
Affected platforms:
Windows 10 64-bit
macOS 10.14
Ubuntu 20.04
Preconditions:
The user is already logged in to the browser with a Fx account.
The user has a mobile device connected.
Steps to reproduce:
1. Click the Firefox view tab on desktop.
2. On the mobile device o... | The last active tabs from mobile are synced only if the user clicks the Firefox account button/ Sync now button Affected versions:
Nightly 105.0a1 (2022-08-10)
Affected platforms:
Windows 10 64-bit
macOS 10.14
Ubuntu 20.04
Preconditions:
The user is already logged in to the browser with a Fx account.
The user has a m... | P1 | VERIFIED | FIXED | 2022-08-11 15:23:08+00:00 | 2022-11-04 15:08:27+00:00 | 240 | 1 |
1784299 | VoiceOver + Space on a button that creates a popup panel does not focus the first item in the created popup | STR:
1. Activate VoiceOver
2. Open Firefox and navigate to the "Open application menu" button in the navigation toolbar
3. Follow VoiceOver prompt to activate button (VoiceOver + Space)
Expected results:
- App menu panel is opened and the first item in the panel is focused and announced
Actual results:
- App menu pan... | VoiceOver + Space on a button that creates a popup panel does not focus the first item in the created popup STR:
1. Activate VoiceOver
2. Open Firefox and navigate to the "Open application menu" button in the navigation toolbar
3. Follow VoiceOver prompt to activate button (VoiceOver + Space)
Expected results:
- App m... | P3 | NEW | 2022-08-11 15:48:16+00:00 | 2023-06-02 15:23:35+00:00 | 113 | 3 | |
1784304 | Too difficult to access search suggestions | User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
It's really annoying to try and access the search suggestions because they're placed the furthest possible distance away from my cursor.
When I type 'example', I can see the link to GitHub in the midd... | Too difficult to access search suggestions User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
It's really annoying to try and access the search suggestions because they're placed the furthest possible distance away from my cursor.
When I type 'example... | P5 | RESOLVED | INCOMPLETE | 2022-08-11 16:10:53+00:00 | 2022-10-14 23:33:29+00:00 | 194 | 5 |
1784323 | "Confirm before closing multiple tabs" asks for confirmation when closing a window with just Firefox View and one tab | ### STR:
1. Enable the "Confirm before closing multiple tabs" setting in `about:preferences`.
2. Open a new window. It should have two tabs: the Firefox View tab and the newtab tab.
3. Close the window (using the Ctrl+W keyboard shortcut or clicking the X window button).
4. The window closes as expected.
5. Open anoth... | "Confirm before closing multiple tabs" asks for confirmation when closing a window with just Firefox View and one tab ### STR:
1. Enable the "Confirm before closing multiple tabs" setting in `about:preferences`.
2. Open a new window. It should have two tabs: the Firefox View tab and the newtab tab.
3. Close the window... | P3 | VERIFIED | FIXED | 2022-08-11 17:18:41+00:00 | 2022-10-26 08:03:51+00:00 | 275 | 3 |
1784345 | Recently closed list item text size | Actual: Recently closed list item text is 15px (1em)
Expected: Recently closed list item text is 13px (all three columns) (~.85em) | Recently closed list item text size Actual: Recently closed list item text is 15px (1em)
Expected: Recently closed list item text is 13px (all three columns) (~.85em) | P3 | RESOLVED | WORKSFORME | 2022-08-11 19:49:18+00:00 | 2022-10-25 15:55:31+00:00 | 45 | 3 |
1784439 | [Colorway Closet] "Update available" badge lacks visibility with "Balanced" intensity and some colorways | **Found in**
* Firefox 105.0a1
**Affected versions**
* Firefox 105.0a1
**Affected platforms**
* Windows 10 x64
* Windows 11 x64
* macOS 11.6
* Ubuntu 20.04 x64
**Preconditions**
In about:config set:
"browser.theme.colorway-closet" to true
"browser.tabs.firefox-view" to true
**Steps to reproduce**
1. Make sure no... | [Colorway Closet] "Update available" badge lacks visibility with "Balanced" intensity and some colorways **Found in**
* Firefox 105.0a1
**Affected versions**
* Firefox 105.0a1
**Affected platforms**
* Windows 10 x64
* Windows 11 x64
* macOS 11.6
* Ubuntu 20.04 x64
**Preconditions**
In about:config set:
"browser.t... | P3 | VERIFIED | FIXED | 2022-08-12 09:23:09+00:00 | 2022-09-19 11:08:57+00:00 | 263 | 3 |
1784443 | The FF View Separator is no longer displayed if a "Customize Toolbar" element is placed before it | **Affected versions**
* 105.0a1(2022-08-11)
**Affected platforms**
* macOS 11
* Win 11
* Win 10
* Ubuntu 22
**Steps to reproduce**
1. Launch FF.
2. Go to about:config and activate browser.tabs.firefox-view pref.
3. Restart FF.
4. Go to More Tools-> Customize toolbar in the burger menu.
5. Drag any element after the F... | The FF View Separator is no longer displayed if a "Customize Toolbar" element is placed before it **Affected versions**
* 105.0a1(2022-08-11)
**Affected platforms**
* macOS 11
* Win 11
* Win 10
* Ubuntu 22
**Steps to reproduce**
1. Launch FF.
2. Go to about:config and activate browser.tabs.firefox-view pref.
3. Resta... | P3 | VERIFIED | FIXED | 2022-08-12 09:41:03+00:00 | 2022-11-21 10:53:26+00:00 | 214 | 3 |
1784448 | [Colorway Closet] Low contrast on bookmarks separators with “Balanced” intensity | **Found in**
* Firefox 105.0a1
**Affected versions**
* Firefox 105.0a1
**Affected platforms**
* Ubuntu 20
* macOS 11
**Preconditions**
- in about:config set:
- "browser.theme.colorway-closet" to true
- "browser.tabs.firefox-view" to true
**Steps to reproduce**
1. Open Colorways modal from Fx View or from abo... | [Colorway Closet] Low contrast on bookmarks separators with “Balanced” intensity **Found in**
* Firefox 105.0a1
**Affected versions**
* Firefox 105.0a1
**Affected platforms**
* Ubuntu 20
* macOS 11
**Preconditions**
- in about:config set:
- "browser.theme.colorway-closet" to true
- "browser.tabs.firefox-view"... | P3 | VERIFIED | FIXED | 2022-08-12 11:05:24+00:00 | 2022-09-08 12:19:06+00:00 | 264 | 3 |
1784455 | Quick action buttons remain selected if the user clicks and moves the cursor away from the Address Bar | **Affected versions**
* 105.0a1(2022-08-11)
**Affected platforms**
* macOS 11
* Ubuntu 22
* Windows 10/11
**Steps to reproduce**
1. Launch FF.
2. Go to address bar and select it.
3. Click on any Quick Action button.
4. While holding the click, move the cursor away from the section.
**Expected result**
* The Quick Ac... | Quick action buttons remain selected if the user clicks and moves the cursor away from the Address Bar **Affected versions**
* 105.0a1(2022-08-11)
**Affected platforms**
* macOS 11
* Ubuntu 22
* Windows 10/11
**Steps to reproduce**
1. Launch FF.
2. Go to address bar and select it.
3. Click on any Quick Action button.... | P3 | VERIFIED | FIXED | 2022-08-12 11:38:39+00:00 | 2023-06-15 11:50:57+00:00 | 204 | 3 |
1784488 | [Colorway-Closet] Colorways Modal's initial size is too small on macOS | Changing the window size does not change width of the colorways modal.
STR
Open the colorways modal by launching it from either about:firefoxview or about addons
Resize the browser window to different widths
Current behaviour
Colorways Modal remains at fixed width and vertical scroll bars are always visible
Expec... | [Colorway-Closet] Colorways Modal's initial size is too small on macOS Changing the window size does not change width of the colorways modal.
STR
Open the colorways modal by launching it from either about:firefoxview or about addons
Resize the browser window to different widths
Current behaviour
Colorways Modal re... | P1 | VERIFIED | FIXED | 2022-08-12 14:59:21+00:00 | 2022-10-17 11:12:38+00:00 | 125 | 1 |
1784571 | Center logo on small screen in new MR onboarding | Update .logo-container to `text-align:center` for screens under 800px in aboutwelcome.scss | Center logo on small screen in new MR onboarding Update .logo-container to `text-align:center` for screens under 800px in aboutwelcome.scss | P1 | VERIFIED | FIXED | 2022-08-12 22:06:55+00:00 | 2022-08-19 06:48:44+00:00 | 39 | 1 |
1784612 | Setting browser.region.update.enabled to false has no effect | Steps to reproduce:
- create new profile
- start browser with new profile while offline
- set browser.region.update.enabled to false
- restart browser while online
Actual results:
- browser.region.update.updated is created and set
- browser.search.region is created and set
Expected results:
- browser.region.upda... | Setting browser.region.update.enabled to false has no effect Steps to reproduce:
- create new profile
- start browser with new profile while offline
- set browser.region.update.enabled to false
- restart browser while online
Actual results:
- browser.region.update.updated is created and set
- browser.search.region ... | P5 | NEW | 2022-08-13 11:16:58+00:00 | 2022-09-10 12:33:06+00:00 | 149 | 5 | |
1784616 | Intermittent browser/components/urlbar/tests/browser-updateResults/browser_suggestedIndex_10_url_10_search.js | single tracking bug | **Filed by:** abutkovits [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=387233071&repo=mozilla-central
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/MdRfQQloQFOy9cypJGMT8A/runs/0/artifacts/public/logs/live_backing.log
---
```
``` | Intermittent browser/components/urlbar/tests/browser-updateResults/browser_suggestedIndex_10_url_10_search.js | single tracking bug **Filed by:** abutkovits [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=387233071&repo=mozilla-central
**Full log:** https://firefox-ci-tc.services.mozill... | P5 | RESOLVED | INCOMPLETE | 2022-08-13 12:16:31+00:00 | 2024-09-30 12:04:04+00:00 | 182 | 5 |
1784692 | Despite setting https://www.google.com/ to "Homepage and new windows", address bar is focused when a new window is opened. | Steps to Reproduce:
1. Set https://www.google.com/ is to "Homepage and new windows" in about:preferences#home
2. Restart Browser OR open new window(Ctrl+N)
Actual Results:
Address bar is focused
Expected Results:
Search field of the Google web page should be focused.
Regression window:
https://hg.mozilla.org/integra... | Despite setting https://www.google.com/ to "Homepage and new windows", address bar is focused when a new window is opened. Steps to Reproduce:
1. Set https://www.google.com/ is to "Homepage and new windows" in about:preferences#home
2. Restart Browser OR open new window(Ctrl+N)
Actual Results:
Address bar is focused
... | P2 | VERIFIED | FIXED | 2022-08-13 16:57:15+00:00 | 2023-01-21 10:38:58+00:00 | 195 | 2 |
1784695 | when i choose an option of open a .mhtml file with mozilla firefox browser it start an infinity loop of file openning | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0 | when i choose an option of open a .mhtml file with mozilla firefox browser it start an infinity loop of file openning User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0 | P3 | RESOLVED | WORKSFORME | 2022-08-13 17:44:52+00:00 | 2023-09-07 03:07:19+00:00 | 74 | 3 |
1784850 | PDF in viewer fuzzy after resuming from suspend after attaching HiDPI monitor | Steps to reproduce:
Using Nightly 105.0a1, 20220814095107, having a PDF open in a viewer on a 1366x768 laptop system, suspend the system, attach a HiDPI monitor, and resume.
Actual results:
The font of the PDF was fuzzy.
Expected results:
The font of the PDF should be sharp. Reloading the page, the screen is sha... | PDF in viewer fuzzy after resuming from suspend after attaching HiDPI monitor Steps to reproduce:
Using Nightly 105.0a1, 20220814095107, having a PDF open in a viewer on a 1366x768 laptop system, suspend the system, attach a HiDPI monitor, and resume.
Actual results:
The font of the PDF was fuzzy.
Expected result... | P1 | RESOLVED | FIXED | 2022-08-15 08:53:41+00:00 | 2022-08-22 10:39:51+00:00 | 102 | 1 |
1784945 | Custom image added to shortcut only appears after another shortcut change | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
Add a custom image URL to a shortcut.
Actual results:
No image is displayed until another shortcut is changed.
Expected results:
The image should be added right away. | Custom image added to shortcut only appears after another shortcut change User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:103.0) Gecko/20100101 Firefox/103.0
Steps to reproduce:
Add a custom image URL to a shortcut.
Actual results:
No image is displayed until another shortcut is changed.
Expected result... | P3 | NEW | 2022-08-15 18:57:53+00:00 | 2024-12-24 18:04:37+00:00 | 97 | 3 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.