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 |
|---|---|---|---|---|---|---|---|---|---|---|
1708589 | Vertical alignment of blocked popup icon in URL bar could be improved | Due to how the blocked popup icon is placed within its SVG file, it appears slightly offset vertically from other icons that can appear with it within the URL bar.
This patch uses CSS to nudge it slightly to make it more aesthetically pleasing. | Vertical alignment of blocked popup icon in URL bar could be improved Due to how the blocked popup icon is placed within its SVG file, it appears slightly offset vertically from other icons that can appear with it within the URL bar.
This patch uses CSS to nudge it slightly to make it more aesthetically pleasing. | P2 | RESOLVED | FIXED | 2021-04-30 01:20:07+00:00 | 2021-06-10 21:19:24+00:00 | 69 | 2 |
1708641 | Cannot edit a form from the Spanish administration while it works with Chromium | See attachment
If you press "Rellenar Formulario", it should move the PDF in edit mode.
With Firefox nightly, pressing the button doesn't have any action (ie I cannot edit anything) while it works with Chromium. | Cannot edit a form from the Spanish administration while it works with Chromium See attachment
If you press "Rellenar Formulario", it should move the PDF in edit mode.
With Firefox nightly, pressing the button doesn't have any action (ie I cannot edit anything) while it works with Chromium. | P3 | RESOLVED | FIXED | 2021-04-30 08:51:02+00:00 | 2021-11-04 13:06:28+00:00 | 69 | 3 |
1708680 | [Nightly only] Action after context clicking a tab can result in current tab being opened in new window | With `browser.proton.enabled` set to `true`, context clicking a tab and then causing the menu to be dismissed can result in the current tab opening in a new window. It seems that the action is somehow triggering the same result as dragging the tab away from the toolbar.
I have been able to reproduce best when selectin... | [Nightly only] Action after context clicking a tab can result in current tab being opened in new window With `browser.proton.enabled` set to `true`, context clicking a tab and then causing the menu to be dismissed can result in the current tab opening in a new window. It seems that the action is somehow triggering the ... | P5 | RESOLVED | FIXED | 2021-04-30 12:19:21+00:00 | 2021-07-22 09:09:54+00:00 | 410 | 5 |
1708687 | `Menu > Settings` button should open a new settings tab per Window | Currently the `Menu > Settings` either open an `about:preferences` tab or switch to the existing on if any. However, it does not check whether the existing tab is in the current Firefox window or if it is in a different one.
This behavior, combined with virtual desktops, might give the impression that `Menu > Settings... | `Menu > Settings` button should open a new settings tab per Window Currently the `Menu > Settings` either open an `about:preferences` tab or switch to the existing on if any. However, it does not check whether the existing tab is in the current Firefox window or if it is in a different one.
This behavior, combined wit... | P3 | NEW | 2021-04-30 12:45:58+00:00 | 2024-02-27 17:46:47+00:00 | 206 | 3 | |
1708721 | Pocket panel font size should align with other panels | The pocket panel font size does not align anymore with ofther Firefox panels now that we reverted the font size increase on other panels. | Pocket panel font size should align with other panels The pocket panel font size does not align anymore with ofther Firefox panels now that we reverted the font size increase on other panels. | P1 | VERIFIED | FIXED | 2021-04-30 15:01:54+00:00 | 2021-05-17 15:10:13+00:00 | 39 | 1 |
1708788 | Update toolkit/themes/shared/extensions/extensionGeneric.svg | `toolkit/themes/shared/extensions/extensionGeneric.svg` is used when we don't have an icon for an add-on. It's also used on AMO, so we should coordinate with the AMO team to get `https://addons.cdn.mozilla.net/static/img/addon-icons/default-*.png` replaced as well. | Update toolkit/themes/shared/extensions/extensionGeneric.svg `toolkit/themes/shared/extensions/extensionGeneric.svg` is used when we don't have an icon for an add-on. It's also used on AMO, so we should coordinate with the AMO team to get `https://addons.cdn.mozilla.net/static/img/addon-icons/default-*.png` replaced as... | P1 | RESOLVED | FIXED | 2021-04-30 18:33:13+00:00 | 2021-05-05 17:03:48+00:00 | 109 | 1 |
1708799 | Insufficient contrast on action text on hover in dark mode | UX noticed that there's not enough contrast between action text and hovered rows in the Urlbar in dark mode. Screenshot attached. They suggested using the title color for the action text on hover, like we do for keyboard-selected rows. The Figma spec has been updated to reflect this. | Insufficient contrast on action text on hover in dark mode UX noticed that there's not enough contrast between action text and hovered rows in the Urlbar in dark mode. Screenshot attached. They suggested using the title color for the action text on hover, like we do for keyboard-selected rows. The Figma spec has been u... | P2 | VERIFIED | FIXED | 2021-04-30 19:14:10+00:00 | 2023-01-21 05:13:22+00:00 | 76 | 2 |
1708809 | [Proton Info Bar] Hiding/Closing the Info Bar causes the webpage to move up and down | Nightly 90.0a1 (2021-04-30) (64-Bit)
macOS 11.2.3
1.) Start Nightly
2.) When the Info Bar appears to use Nightly as your Standard Browser click on the hide/close button
3.) take a look at the webpage during the hiding animation
Actual: The Webpage moves up and down.
Expected: No move up/down of the webpage.
A scree... | [Proton Info Bar] Hiding/Closing the Info Bar causes the webpage to move up and down Nightly 90.0a1 (2021-04-30) (64-Bit)
macOS 11.2.3
1.) Start Nightly
2.) When the Info Bar appears to use Nightly as your Standard Browser click on the hide/close button
3.) take a look at the webpage during the hiding animation
Actua... | P2 | VERIFIED | FIXED | 2021-04-30 19:46:05+00:00 | 2022-05-04 19:05:11+00:00 | 115 | 2 |
1708819 | Fix bumpy animation in the site identity panel | In Bug 1706379, we landed a patch with a few CSS fixes to improve the bumpy animation.
However, the root cause seems to be that the identity-popup-security element has height during the transition and then loses it afterwards, causing a jerky experience.
We should try to get rid of that transition-only height in this... | Fix bumpy animation in the site identity panel In Bug 1706379, we landed a patch with a few CSS fixes to improve the bumpy animation.
However, the root cause seems to be that the identity-popup-security element has height during the transition and then loses it afterwards, causing a jerky experience.
We should try to... | P3 | NEW | 2021-04-30 20:27:36+00:00 | 2022-07-20 20:57:17+00:00 | 86 | 3 | |
1708869 | [http3 enabled] Wrong Site Identity Displayed in Address Bar Due to Possible Race Condition | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
1. Open about:preferences in a tab.
2. **Very quickly** open another new tab, search for something, and hit enter.
2. Observe the site identity button.
Actual results:
The site identity button "inherits" ... | [http3 enabled] Wrong Site Identity Displayed in Address Bar Due to Possible Race Condition User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
1. Open about:preferences in a tab.
2. **Very quickly** open another new tab, search for something, and hit enter.
... | P1 | VERIFIED | FIXED | 2021-05-01 06:11:54+00:00 | 2021-05-25 09:34:53+00:00 | 379 | 1 |
1708878 | (Proton) (regression) zoom controls in customization mode are unproportional | The minus icon of the zoom controls button in the customization mode is much larger than the plus icon. I attached a screenshot that shows the issue. | (Proton) (regression) zoom controls in customization mode are unproportional The minus icon of the zoom controls button in the customization mode is much larger than the plus icon. I attached a screenshot that shows the issue. | P3 | RESOLVED | WORKSFORME | 2021-05-01 09:32:26+00:00 | 2023-04-12 18:39:47+00:00 | 50 | 3 |
1708879 | (Proton) (regression) the padlock icon position in the address bar is not stable for secure and mixed content | If you switch between tabs with secure and mixed content the position of the padlock icon in the address bar changes. This is a very noticeable regression in the user experience. I attached a screencast that shows both Firefox Nightly and Firefox 88 in comparison. | (Proton) (regression) the padlock icon position in the address bar is not stable for secure and mixed content If you switch between tabs with secure and mixed content the position of the padlock icon in the address bar changes. This is a very noticeable regression in the user experience. I attached a screencast that sh... | P3 | RESOLVED | WONTFIX | 2021-05-01 09:41:06+00:00 | 2024-03-11 15:45:10+00:00 | 80 | 3 |
1708881 | (Proton) (regression) part of mixed content information in site identity panel has padding for no reason | Open a website with mixed content, press the site identity panel in the address bar and the right arrow in this panel. Then you can see a large bit of text. the last paragraph has a padding for no reason. In Firefox 88 it made sense because this paragrah used to have a background color but the background color is gone ... | (Proton) (regression) part of mixed content information in site identity panel has padding for no reason Open a website with mixed content, press the site identity panel in the address bar and the right arrow in this panel. Then you can see a large bit of text. the last paragraph has a padding for no reason. In Firefox... | P2 | VERIFIED | FIXED | 2021-05-01 09:58:27+00:00 | 2021-06-04 06:50:50+00:00 | 129 | 2 |
1708882 | (Proton) (regression) back/forward an reload icons are no longer correctly aligned in toolbar | The back/forward an reload icons are no longer correctly aligned in toolbar. This is a noticeable visual regression in the primary UI. I attached a (zoomed) screenshot that shows both Firefox 89 Beta (top) and Firefox 88 (bottom). | (Proton) (regression) back/forward an reload icons are no longer correctly aligned in toolbar The back/forward an reload icons are no longer correctly aligned in toolbar. This is a noticeable visual regression in the primary UI. I attached a (zoomed) screenshot that shows both Firefox 89 Beta (top) and Firefox 88 (bott... | P2 | RESOLVED | FIXED | 2021-05-01 10:18:27+00:00 | 2022-01-01 09:23:26+00:00 | 80 | 2 |
1708883 | (Proton) (regression) about:preferences sidebar icons are not correctly aligned | The about:preferences sidebar icons are no longer correctly aligned. | (Proton) (regression) about:preferences sidebar icons are not correctly aligned The about:preferences sidebar icons are no longer correctly aligned. | P3 | VERIFIED | FIXED | 2021-05-01 10:28:34+00:00 | 2021-06-04 06:56:10+00:00 | 31 | 3 |
1708886 | (Proton) (regression) "server not found" favicon is not recognizable | With Proton the favicon for the "server not found" error page is not really recognizable in that small size (please note that the attached screenshot does not convey how it feels under real conditions because the icon is smaller in reality). I can recognize the triangle but not the exclamation mark if I don't get unhea... | (Proton) (regression) "server not found" favicon is not recognizable With Proton the favicon for the "server not found" error page is not really recognizable in that small size (please note that the attached screenshot does not convey how it feels under real conditions because the icon is smaller in reality). I can rec... | P2 | RESOLVED | DUPLICATE | 2021-05-01 10:37:19+00:00 | 2021-07-06 13:15:01+00:00 | 130 | 2 |
1708888 | (Proton) in-content checkbox styling does not match the spec | Bug 1703807 contains a screen of the spec how the in-content checkboxes should look like. The current implementation does not follow this spec. The mockup shows that there should be at least some spacing around the checkmark but in the current implementation there is not really any spacing around the checkmark, the che... | (Proton) in-content checkbox styling does not match the spec Bug 1703807 contains a screen of the spec how the in-content checkboxes should look like. The current implementation does not follow this spec. The mockup shows that there should be at least some spacing around the checkmark but in the current implementation ... | P3 | RESOLVED | WONTFIX | 2021-05-01 11:02:36+00:00 | 2023-03-22 17:26:30+00:00 | 99 | 3 |
1708890 | (Proton) (regression) several alignment issues in permission settings dialogs | There are several alignment issues in permission settings dialogs. These issues were not present in Firefox 88. The attached screenshot shows both Firefox 88 (left) and Firefox 89 Beta (right). | (Proton) (regression) several alignment issues in permission settings dialogs There are several alignment issues in permission settings dialogs. These issues were not present in Firefox 88. The attached screenshot shows both Firefox 88 (left) and Firefox 89 Beta (right). | P3 | NEW | 2021-05-01 11:19:08+00:00 | 2021-05-20 09:31:10+00:00 | 63 | 3 | |
1708891 | (Proton) (regression) description in site permissions panel has an padding without reason | The description of the permissions in the site permissions panel have a padding that is not needed and looks wrong. This padding did not exist in Firefox 88. Either the URL should be move by the same amount of pixels to the right or the padding should be removed, as in Firefox 88. It does not make sense to only indent ... | (Proton) (regression) description in site permissions panel has an padding without reason The description of the permissions in the site permissions panel have a padding that is not needed and looks wrong. This padding did not exist in Firefox 88. Either the URL should be move by the same amount of pixels to the right ... | P3 | RESOLVED | DUPLICATE | 2021-05-01 11:52:59+00:00 | 2021-08-11 17:20:08+00:00 | 125 | 3 |
1708892 | (Proton) (regression) arrow in tracking protection panel is much smaller than in other panels | The arrow in the tracking protection panel (but only in the main view, not the back arrow in the subpanel) is much smaller than in all other panels, causing an inconstent experience.
I didn't mark Firefox 89 as affected because it's not that small in Firefox 89 but it looks like Firefox 89 uses a different arrow so th... | (Proton) (regression) arrow in tracking protection panel is much smaller than in other panels The arrow in the tracking protection panel (but only in the main view, not the back arrow in the subpanel) is much smaller than in all other panels, causing an inconstent experience.
I didn't mark Firefox 89 as affected becau... | P2 | VERIFIED | FIXED | 2021-05-01 12:04:19+00:00 | 2021-06-03 12:25:20+00:00 | 116 | 2 |
1708894 | (Proton) tabs and overscroll/new tab button use a different grey on hover | The overscroll buttons (when you're using many tabs) and the new tab button use a different grey on hover compared to the tabs (tested with the light default theme in macOS). This should be unified because it does not make much sense to use a very similar but still different color in the same toolbar. | (Proton) tabs and overscroll/new tab button use a different grey on hover The overscroll buttons (when you're using many tabs) and the new tab button use a different grey on hover compared to the tabs (tested with the light default theme in macOS). This should be unified because it does not make much sense to use a ver... | P5 | NEW | 2021-05-01 12:12:58+00:00 | 2023-03-22 17:20:49+00:00 | 92 | 5 | |
1708960 | [Proton] Close button's hover state of the chiclet is too close to the chiclet text | Nightly 90.0a1 (2021-05-01) (64-Bit)
MacOS
1.) Take a look at the close button's hover state
Actual: It is too close to the text.
Expected: There could be a few pixels more padding between text and button to breathe :)
Not sure if this is a recent regression?
A screenshot actual vs expected is attached.
Thanks fo... | [Proton] Close button's hover state of the chiclet is too close to the chiclet text Nightly 90.0a1 (2021-05-01) (64-Bit)
MacOS
1.) Take a look at the close button's hover state
Actual: It is too close to the text.
Expected: There could be a few pixels more padding between text and button to breathe :)
Not sure if t... | P2 | VERIFIED | FIXED | 2021-05-02 07:54:51+00:00 | 2021-05-05 03:54:04+00:00 | 111 | 2 |
1708985 | Choices in drop-down menu are invisible with Proton dark theme | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
Actual user agent: `Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0`
1. Enable Proton dark theme
2. Visit `https://milkbarstore.com/collections/mothers-day-shop` and click on ... | Choices in drop-down menu are invisible with Proton dark theme User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
Actual user agent: `Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0`
1. Enable Proton dark theme
2. Visit `https... | P1 | VERIFIED | FIXED | 2021-05-02 16:33:24+00:00 | 2021-11-29 11:17:09+00:00 | 189 | 1 |
1709000 | HTML <select> drop-down list not positioned correctly in an extensions Options page (about:addons) when the default zoom is changed. | User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
1) Install an extension that uses the HTML <select> element in its Options page in about:addons, like the ColorfulTabs extension ( https://addons.mozilla.org/en-US/firefox/addon/colorfultabs/ ).
2) Open abou... | HTML <select> drop-down list not positioned correctly in an extensions Options page (about:addons) when the default zoom is changed. User Agent: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
1) Install an extension that uses the HTML <select> element in its Options ... | P3 | NEW | 2021-05-02 20:44:13+00:00 | 2021-05-05 18:37:35+00:00 | 244 | 3 | |
1709037 | download pie/circle not centered in surrounding circle | Firefox 90.0a1 20210502221011 on Windows 8.1 with 125% zoom on OS level
The download progress pie is not centered in the surrounding circle but closer to the top. | download pie/circle not centered in surrounding circle Firefox 90.0a1 20210502221011 on Windows 8.1 with 125% zoom on OS level
The download progress pie is not centered in the surrounding circle but closer to the top. | P2 | VERIFIED | FIXED | 2021-05-03 08:52:56+00:00 | 2021-07-10 18:56:50+00:00 | 54 | 2 |
1709050 | Focus ring displayed by default on C2A for some about:pages | The following internal pages display a focus ring by default on the main click to action whereas the focus ring should only be displayed if the page was accessed through keyboard navigation:
- existing user onboarding
- about:config
- page displayed when accessing a domain that does not exist
- page displayed after ref... | Focus ring displayed by default on C2A for some about:pages The following internal pages display a focus ring by default on the main click to action whereas the focus ring should only be displayed if the page was accessed through keyboard navigation:
- existing user onboarding
- about:config
- page displayed when acces... | P2 | VERIFIED | FIXED | 2021-05-03 10:03:01+00:00 | 2021-07-22 11:59:08+00:00 | 95 | 2 |
1709076 | Reload symbol off-center in customise toolbar screen | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
Go into the "Customise Toolbar" screen
Remove Reload from the Toolbar
The reload symbol will be off center
Actual results:
The reload symbol will be off center
Expected results:
The symbol should be ce... | Reload symbol off-center in customise toolbar screen User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
Go into the "Customise Toolbar" screen
Remove Reload from the Toolbar
The reload symbol will be off center
Actual results:
The reload symbol will be of... | P3 | VERIFIED | FIXED | 2021-05-03 12:47:22+00:00 | 2021-05-19 07:43:35+00:00 | 113 | 3 |
1709094 | Customize toolbar item arrangement is based on center of item, not cursor position | ## steps to reproduce/what did you do?
* Go to Customize Toolbar screen
* Assuming the default toolbar layout, there should be a Flexible Space item on the left and right sides of the
* Click and hold on either the far left or far right of the now-arrange-able Address Bar item, and drag it out of its spot so the Flex... | Customize toolbar item arrangement is based on center of item, not cursor position ## steps to reproduce/what did you do?
* Go to Customize Toolbar screen
* Assuming the default toolbar layout, there should be a Flexible Space item on the left and right sides of the
* Click and hold on either the far left or far righ... | P5 | RESOLVED | DUPLICATE | 2021-05-03 13:55:52+00:00 | 2021-07-12 10:21:54+00:00 | 256 | 5 |
1709095 | Websites without favicon but playing audio have empty space at the left of the tab | Since bug 1703791 landed (or maybe before, I don't know), websites that don't have a favicon look strange when they are playing audio, see the screenshot attached. When hovering the tab, the speaker icon appears. | Websites without favicon but playing audio have empty space at the left of the tab Since bug 1703791 landed (or maybe before, I don't know), websites that don't have a favicon look strange when they are playing audio, see the screenshot attached. When hovering the tab, the speaker icon appears. | P3 | NEW | 2021-05-03 14:01:24+00:00 | 2021-05-04 03:56:25+00:00 | 72 | 3 | |
1709096 | Intermittent toolkit/components/search/tests/xpcshell/test_settings.js | test_settings_write - [test_settings_write : 197] Should have the correct length for property engines - 2 == 3 | **Filed by:** ncsoregi [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=338532660&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XNV05FVsQ8ugFRXlFskY0Q/runs/0/artifacts/public/logs/live_backing.log
---
```
[task 2021-05-03T13:49:23.297Z] 13:49:2... | Intermittent toolkit/components/search/tests/xpcshell/test_settings.js | test_settings_write - [test_settings_write : 197] Should have the correct length for property engines - 2 == 3 **Filed by:** ncsoregi [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=338532660&repo=autoland
**Full l... | P5 | RESOLVED | INCOMPLETE | 2021-05-03 14:19:59+00:00 | 2021-11-02 17:05:16+00:00 | 371 | 5 |
1709105 | [Proton] Secure Connection text and Certification text are not vertically aligned | Nightly 90.0a1 (2021-05-03) (64-Bit)
macOS
1.) go to apple.com
2.) click on the lock icon to see the doorhanger
3.) take a look at the Secure Connection text and Certification text
Actual: They are not vertically aligned.
Expected: They should be vertically aligned.
This was broken a long time, then it was fixed a... | [Proton] Secure Connection text and Certification text are not vertically aligned Nightly 90.0a1 (2021-05-03) (64-Bit)
macOS
1.) go to apple.com
2.) click on the lock icon to see the doorhanger
3.) take a look at the Secure Connection text and Certification text
Actual: They are not vertically aligned.
Expected: Th... | P3 | NEW | 2021-05-03 14:53:31+00:00 | 2021-10-28 15:52:35+00:00 | 123 | 3 | |
1709106 | "You are securely connected to this site" overlaps the lock icon in Nightly | See screenshot.
Looking for regression range. | "You are securely connected to this site" overlaps the lock icon in Nightly See screenshot.
Looking for regression range. | P1 | VERIFIED | FIXED | 2021-05-03 15:00:39+00:00 | 2021-06-03 07:37:44+00:00 | 27 | 1 |
1709114 | [Proton] Arrow in Lock Icon Doorhanger is too close to the hover button border | Nightly 90.0a1 (2021-05-03) (64-Bit)
macOS
1.) go to google.com
2.) click on the lock icon to see the doorhanger
3.) hover over the secure connection text, so that the hover button appears
4.) take a look at the position of the arrow icon
5.) compare with the arrow in the Toolbar Menu Doorhanger
Actual: The arrow in ... | [Proton] Arrow in Lock Icon Doorhanger is too close to the hover button border Nightly 90.0a1 (2021-05-03) (64-Bit)
macOS
1.) go to google.com
2.) click on the lock icon to see the doorhanger
3.) hover over the secure connection text, so that the hover button appears
4.) take a look at the position of the arrow icon
5... | P3 | RESOLVED | DUPLICATE | 2021-05-03 15:31:06+00:00 | 2021-07-12 10:27:51+00:00 | 156 | 3 |
1709148 | Firefox Alpenglow theme does not appear on edit Bookmark modal | **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 714x787
## Steps to Reproduce
1) Installed Firefox Alpenglow
2) Right-click... | Firefox Alpenglow theme does not appear on edit Bookmark modal **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 714x787
## S... | P5 | RESOLVED | WONTFIX | 2021-05-03 17:50:15+00:00 | 2023-06-21 08:57:27+00:00 | 196 | 5 |
1709151 | Cannot right-click remove extension in full screen | **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 714x787
## Steps to Reproduce
1) Installed 'I don't care about cookies' ext... | Cannot right-click remove extension in full screen **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 714x787
## Steps to Repr... | P5 | RESOLVED | DUPLICATE | 2021-05-03 18:11:07+00:00 | 2021-07-12 10:26:59+00:00 | 182 | 5 |
1709158 | AppMenu sometimes doesn't show zoom level indicator / reset button | I don't have steps to reproduce for this one, as I'm filing it on behalf of KatieC. See screenshot - the indicator between the `-` and `+` zoom controls is missing.
This was on a 2021-05-03 Nightly.
Some STR would be really helpful here. | AppMenu sometimes doesn't show zoom level indicator / reset button I don't have steps to reproduce for this one, as I'm filing it on behalf of KatieC. See screenshot - the indicator between the `-` and `+` zoom controls is missing.
This was on a 2021-05-03 Nightly.
Some STR would be really helpful here. | P2 | NEW | 2021-05-03 18:26:49+00:00 | 2021-05-17 14:41:49+00:00 | 80 | 2 | |
1709160 | Security identity panel should be available for net error pages | In 1703012, the control's center connection security portion became a toolbar button. We are incorrectly disabling it for net error pages, which should have a security subview associated with them.
I think we'll need to add `net-error-page` to this list: https://searchfox.org/mozilla-central/rev/54097530955a98c768f2aa... | Security identity panel should be available for net error pages In 1703012, the control's center connection security portion became a toolbar button. We are incorrectly disabling it for net error pages, which should have a security subview associated with them.
I think we'll need to add `net-error-page` to this list: ... | P2 | RESOLVED | FIXED | 2021-05-03 18:59:01+00:00 | 2021-06-10 21:18:35+00:00 | 141 | 2 |
1709161 | AppMenu zoom out button icon should have its horizontal stroke match the zoom in button | The padding being applied to the zoom out button here:
https://searchfox.org/mozilla-central/rev/54097530955a98c768f2aaf56925578ec886ec77/browser/themes/shared/customizableui/panelUI.inc.css#1498-1500
is compacting it a bit, and getting rid of a subpixel stroke line, which makes it seem vertically off-center. It's al... | AppMenu zoom out button icon should have its horizontal stroke match the zoom in button The padding being applied to the zoom out button here:
https://searchfox.org/mozilla-central/rev/54097530955a98c768f2aaf56925578ec886ec77/browser/themes/shared/customizableui/panelUI.inc.css#1498-1500
is compacting it a bit, and g... | P2 | VERIFIED | FIXED | 2021-05-03 18:59:20+00:00 | 2021-05-21 09:59:58+00:00 | 191 | 2 |
1709162 | Multiple Tabs closing issue not working in ubuntu | **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 1284x884
## Steps to Reproduce
open multiple tabs
close firefox using window cl... | Multiple Tabs closing issue not working in ubuntu **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 1284x884
## Steps to Reproduce... | P3 | RESOLVED | INCOMPLETE | 2021-05-03 19:00:00+00:00 | 2021-07-12 11:06:18+00:00 | 140 | 3 |
1709169 | Ctrl+Shift+T shortcut key is not working in Windows | **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 766x738
## Steps to Reproduce
Open Multiple Tabs
Close firefox using window clo... | Ctrl+Shift+T shortcut key is not working in Windows **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 766x738
## Steps to Reprodu... | P5 | RESOLVED | INCOMPLETE | 2021-05-03 19:11:37+00:00 | 2021-07-12 10:25:41+00:00 | 167 | 5 |
1709176 | PROTON: close, maximize, minimize buttons showing up incorretly in high contrast | Affected versions
89.0b7 beta
90.0a1 nightly
88.0 Release.
Affected platforms
win10 64bit,
Steps to reproduce
-launch firefox with high contrast on set at the OS
-check close, maximize,minimize buttons.
Actual result
ON RELEASE: the issue on the left border is visible.
ON BETA: the issue on the left border is ... | PROTON: close, maximize, minimize buttons showing up incorretly in high contrast Affected versions
89.0b7 beta
90.0a1 nightly
88.0 Release.
Affected platforms
win10 64bit,
Steps to reproduce
-launch firefox with high contrast on set at the OS
-check close, maximize,minimize buttons.
Actual result
ON RELEASE: the... | P2 | RESOLVED | DUPLICATE | 2021-05-03 19:34:03+00:00 | 2021-07-12 10:32:23+00:00 | 185 | 2 |
1709178 | The search bar menu does not open after resizing the window | **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 1497x920
## Steps to Reproduce
With a new profile on 89 Beta or 90 Nightly, dis... | The search bar menu does not open after resizing the window **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 1497x920
## Steps t... | P5 | NEW | 2021-05-03 19:37:11+00:00 | 2024-02-27 08:59:47+00:00 | 205 | 5 | |
1709179 | Where is my addon | **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (X11; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 1366x579
## Steps to Reproduce
1. New profile
2. Add Addon (https://addons.mozilla.org/fr... | Where is my addon **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (X11; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 1366x579
## Steps to Reproduce
1. New profile
2. Add Addon (https://add... | P5 | RESOLVED | INCOMPLETE | 2021-05-03 19:39:10+00:00 | 2021-07-12 10:25:05+00:00 | 241 | 5 |
1709181 | Tab drag animation is choppy | **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 1920x540
## Steps to Reproduce
Try to move tab back and forth
## Expected Beha... | Tab drag animation is choppy **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:90.0) Gecko/20100101 Firefox/90.0
**Window Size (inner width and height):** 1920x540
## Steps to Reproduce
Try to move tab bac... | P5 | RESOLVED | INCOMPLETE | 2021-05-03 19:49:42+00:00 | 2021-07-12 11:09:53+00:00 | 132 | 5 |
1709186 | Tab titles jiggle slightly when moved under certain circumstances | **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
**Window Size (inner width and height):** 1920x967
## Steps to Reproduce
1) Maximize the Firefox window on a 1920x1080 mo... | Tab titles jiggle slightly when moved under certain circumstances **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
**Window Size (inner width and height):** 1920x967
## S... | P3 | NEW | 2021-05-03 20:17:07+00:00 | 2021-11-03 12:13:12+00:00 | 210 | 3 | |
1709190 | Broken Google Meet on New Installation or Other Installed Firefox | **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0
**Window Size (inner width and height):** 1366x649
## Steps to Reproduce
1 ) Go to meet.google.com
2 ) create random meet... | Broken Google Meet on New Installation or Other Installed Firefox **This comment is copy/pasted from a community issue filed during the Foxfooding program.**
---
**Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0
**Window Size (inner width and height):** 1366x649
## S... | P5 | RESOLVED | INCOMPLETE | 2021-05-03 20:31:28+00:00 | 2021-07-12 11:43:21+00:00 | 160 | 5 |
1709238 | PROTON: Search mode with close state shows grey search mode box on ubuntu. | **Affected versions**
Fx89.0a1
Fx88.0b7
**Affected platforms**
Ubuntu 20 64bit
**Preconditions**
proton (on by default)
**Steps to reproduce**
Launch Firefox
Click on address bar
click on a one-off ,like google
check the search mode box (its grey)
now CLICK ON A BLANK SPACE in the page. (unfocused state)
**Exp... | PROTON: Search mode with close state shows grey search mode box on ubuntu. **Affected versions**
Fx89.0a1
Fx88.0b7
**Affected platforms**
Ubuntu 20 64bit
**Preconditions**
proton (on by default)
**Steps to reproduce**
Launch Firefox
Click on address bar
click on a one-off ,like google
check the search mode box (... | P2 | RESOLVED | INVALID | 2021-05-04 02:18:33+00:00 | 2021-05-04 09:28:40+00:00 | 175 | 2 |
1709299 | [Proton] Visual glitches when accessing the FxA panel | Tested with:
Firefox Beta 89.0b7
Tested on:
Ubuntu 20
Preconditions:
In about:config, set browser.proton.enabled = true
Steps:
1. Launch firefox and sign in into FxA .
2. Click on FxA panel
3. Repeat step 2 few times.
Actual result:
Visual glitches appear on the FxA panel.
Expected result:
The FxA panel should be... | [Proton] Visual glitches when accessing the FxA panel Tested with:
Firefox Beta 89.0b7
Tested on:
Ubuntu 20
Preconditions:
In about:config, set browser.proton.enabled = true
Steps:
1. Launch firefox and sign in into FxA .
2. Click on FxA panel
3. Repeat step 2 few times.
Actual result:
Visual glitches appear on th... | P2 | NEW | 2021-05-04 10:11:34+00:00 | 2021-05-05 12:21:56+00:00 | 134 | 2 | |
1709301 | 0.16% installer size (OSX) regression on Sat May 1 2021 | Perfherder has detected a build_metrics performance regression from push [56373c5b3a010ebf99ece851a59a27bb2c2ed481](https://hg.mozilla.org/integration/autoland/pushloghtml?changeset=56373c5b3a010ebf99ece851a59a27bb2c2ed481). As author of one of the patches included in that push, we need your help to address this regres... | 0.16% installer size (OSX) regression on Sat May 1 2021 Perfherder has detected a build_metrics performance regression from push [56373c5b3a010ebf99ece851a59a27bb2c2ed481](https://hg.mozilla.org/integration/autoland/pushloghtml?changeset=56373c5b3a010ebf99ece851a59a27bb2c2ed481). As author of one of the patches include... | P1 | RESOLVED | FIXED | 2021-05-04 10:25:50+00:00 | 2021-05-14 01:24:41+00:00 | 439 | 1 |
1709331 | The + icon for Zoom controls in customize mode and overflow menu is small and blurry | **Affected versions**
- Firefox 89.0b7
- Firefox 90.0a1
**Affected platforms**
- Windows 10
- macOS 10.15.7
- Ubuntu 20.04
**Steps to reproduce**
1. Launch Firefox
2. Access customize mode
3. Search for Zoom controls
**Expected result**
- The + icon is the same size as - and the hover effect is the same size in over... | The + icon for Zoom controls in customize mode and overflow menu is small and blurry **Affected versions**
- Firefox 89.0b7
- Firefox 90.0a1
**Affected platforms**
- Windows 10
- macOS 10.15.7
- Ubuntu 20.04
**Steps to reproduce**
1. Launch Firefox
2. Access customize mode
3. Search for Zoom controls
**Expected resu... | P3 | RESOLVED | WORKSFORME | 2021-05-04 12:29:54+00:00 | 2023-06-28 06:32:30+00:00 | 247 | 3 |
1709379 | Mute/Unmute tooltip is not displayed when video is played in PIP | **Affected versions**
* 89.0b7
* 90.0a1 (2021-05-04)
**Affected platforms**
* Windows 10
* MacOS 10.15
* Ubuntu 20
**Steps to reproduce**
1. Open Firefox.
2. Open a video/audio website. (ex. youtube.com)
3. Pin the video/audio website.
4. From the pinned tab open Picture-in-Picture.
5. Hover over the mute/unmute fa... | Mute/Unmute tooltip is not displayed when video is played in PIP **Affected versions**
* 89.0b7
* 90.0a1 (2021-05-04)
**Affected platforms**
* Windows 10
* MacOS 10.15
* Ubuntu 20
**Steps to reproduce**
1. Open Firefox.
2. Open a video/audio website. (ex. youtube.com)
3. Pin the video/audio website.
4. From the pin... | P3 | VERIFIED | FIXED | 2021-05-04 14:50:24+00:00 | 2021-06-22 14:09:45+00:00 | 218 | 3 |
1709390 | VoiceOver Crash in [@ objc_msgSend | -[NSAccessibilityAttributeAccessorInfo _getAttributeValueForObject:]] | I've his this crash twice now, and all the crashes with this signature in socorro are from today's build. Once I was trying to enter emoji into a tweet (plausibly accessibility related?) and the second crash I was in another app entirely and Firefox went down on its own. I've also experienced whole-app flickers in this... | VoiceOver Crash in [@ objc_msgSend | -[NSAccessibilityAttributeAccessorInfo _getAttributeValueForObject:]] I've his this crash twice now, and all the crashes with this signature in socorro are from today's build. Once I was trying to enter emoji into a tweet (plausibly accessibility related?) and the second crash I was... | P1 | VERIFIED | FIXED | 2021-05-04 15:38:27+00:00 | 2021-06-08 07:34:00+00:00 | 445 | 1 |
1709391 | The "Soraya Osorio — Furniture designer, Firefox fan" image caption is wrongly displayed instead of the "Soraya Osorio — Metal sculptor, Firefox fan" one on the new users Onboarding page | **[Affected versions]:**
- Firefox Nightly 90.0a1 - Build ID: 20210504092024
**[Affected Platforms]:**
- Windows 10 x64
- macOS 10.15
- Linux Mint 20 x64
**[Prerequisites]:**
- Have a new Firefox profile.
**[Steps to reproduce]:**
1. Open the browser from the prerequisites.
2. Observe the image caption from the bott... | The "Soraya Osorio — Furniture designer, Firefox fan" image caption is wrongly displayed instead of the "Soraya Osorio — Metal sculptor, Firefox fan" one on the new users Onboarding page **[Affected versions]:**
- Firefox Nightly 90.0a1 - Build ID: 20210504092024
**[Affected Platforms]:**
- Windows 10 x64
- macOS 10.1... | P2 | RESOLVED | INVALID | 2021-05-04 15:48:31+00:00 | 2021-05-12 14:17:42+00:00 | 321 | 2 |
1709396 | [macOS] The High contrast mode will cause Dark / Light Firefox Themes to switch to Default | [Affected versions]:
90.0a1 (2021-05-04)
[Affected platforms]:
Platforms: macOS
[Steps to reproduce]
1. Launch the Firefox browser and set the Dark theme from about:addons
2. Trigger any modal.
3. Turn on High Contrast mode on macOS
[Expected result]
The Dark/Light themes should remain active
[Actual result]
Th... | [macOS] The High contrast mode will cause Dark / Light Firefox Themes to switch to Default [Affected versions]:
90.0a1 (2021-05-04)
[Affected platforms]:
Platforms: macOS
[Steps to reproduce]
1. Launch the Firefox browser and set the Dark theme from about:addons
2. Trigger any modal.
3. Turn on High Contrast mode ... | P2 | NEW | 2021-05-04 16:08:21+00:00 | 2021-08-18 23:47:05+00:00 | 113 | 2 | |
1709400 | [Proton] Move Firefox Logo of the about-pages chiclet by 2px to the left to be nicely aligned with other favicons in the Result List | Nightly 90.0a1 (2021-05-04) (64-Bit)
macOS
1.) go to about:config
2.) take a look at the about-page chiclet
Actual: The Firefox Logo is not aligned with other favicons in the Result List
Expected: The Firefox Logo of the about-page chiclet could be moved by 2px to the left to be nicely aligned with other favicons i... | [Proton] Move Firefox Logo of the about-pages chiclet by 2px to the left to be nicely aligned with other favicons in the Result List Nightly 90.0a1 (2021-05-04) (64-Bit)
macOS
1.) go to about:config
2.) take a look at the about-page chiclet
Actual: The Firefox Logo is not aligned with other favicons in the Result Lis... | P3 | NEW | 2021-05-04 16:21:39+00:00 | 2021-12-02 22:19:18+00:00 | 152 | 3 | |
1709405 | Change Search Settings label from Search Bar exceeds the button on narrow windows | **Affected versions**
* Fx90.0a1 2021-05-04
* Firefox 89 beta 7
**Affected platforms**
* Windows 10 64-bit
* OSX 11.2.3
* Ubuntu 18.04 64-bit
**Steps to reproduce**
1. Launch Firefox and go to about:preferences
2. Tick the option to add search bar in toolbar
3. Reduce the browser width to a minimum where... | Change Search Settings label from Search Bar exceeds the button on narrow windows **Affected versions**
* Fx90.0a1 2021-05-04
* Firefox 89 beta 7
**Affected platforms**
* Windows 10 64-bit
* OSX 11.2.3
* Ubuntu 18.04 64-bit
**Steps to reproduce**
1. Launch Firefox and go to about:preferences
2. Tick the o... | P2 | VERIFIED | FIXED | 2021-05-04 16:37:31+00:00 | 2022-08-12 15:55:10+00:00 | 204 | 2 |
1709420 | A tab-specific infobar is displayed above the browser-specific one | **Note**
* When the user triggers the "Captive portal" info bar and then the "Protocol handler" info bar, he will notice that their display order is incorrect.
**Affected versions**
* Nightly v90.0a1
* Beta v89.0b7
* Beta v89.0b4 (UNNAFECTED)
**Affected platforms**
* all
**Steps to reproduce**
1. Launch browser.
2. ... | A tab-specific infobar is displayed above the browser-specific one **Note**
* When the user triggers the "Captive portal" info bar and then the "Protocol handler" info bar, he will notice that their display order is incorrect.
**Affected versions**
* Nightly v90.0a1
* Beta v89.0b7
* Beta v89.0b4 (UNNAFECTED)
**Affect... | P3 | NEW | 2021-05-04 17:59:27+00:00 | 2021-06-01 15:48:53+00:00 | 480 | 3 | |
1709480 | The default theme on Windows is massive | I rarely boot to Windows but I did now and on Nightly the default theme is taking a lot more space from the web than in other browsers.
Had to find browser.uidensity pref to get reasonable UI.
I haven't used compact mode on Windows before this.
(I guess on linux I have always used compact mode) | The default theme on Windows is massive I rarely boot to Windows but I did now and on Nightly the default theme is taking a lot more space from the web than in other browsers.
Had to find browser.uidensity pref to get reasonable UI.
I haven't used compact mode on Windows before this.
(I guess on linux I have always u... | P3 | NEW | 2021-05-04 22:39:28+00:00 | 2021-07-16 21:10:13+00:00 | 78 | 3 | |
1709508 | macOS high contrast mode is always light | When macOS is in dark mode and Firefox is in the system/dark theme then about: pages, infobars and modals all appear with light colouring. This worked pre-proton and is likely happening since we use the system colours, but they aren't set or aren't set to dark colours by the OS. [1]
STR
1. Enable macOS dark mode
2. En... | macOS high contrast mode is always light When macOS is in dark mode and Firefox is in the system/dark theme then about: pages, infobars and modals all appear with light colouring. This worked pre-proton and is likely happening since we use the system colours, but they aren't set or aren't set to dark colours by the OS.... | P2 | RESOLVED | WORKSFORME | 2021-05-05 02:47:54+00:00 | 2023-06-02 15:21:29+00:00 | 196 | 2 |
1709512 | [Proton] "This time, search with" text in the search shortcuts is the wrong color/opacity | From https://phabricator.services.mozilla.com/D114203#inline-635035:
> There's a Proton bug here anyway, this text should be 5B5B66 in Light and BFBFC9 in Dark. It looks wrong in both. And probably it should use a color-mix of currentColor with LWT (and there I'd suggest to use 69% so it's the same as the placeholder)... | [Proton] "This time, search with" text in the search shortcuts is the wrong color/opacity From https://phabricator.services.mozilla.com/D114203#inline-635035:
> There's a Proton bug here anyway, this text should be 5B5B66 in Light and BFBFC9 in Dark. It looks wrong in both. And probably it should use a color-mix of cu... | P2 | NEW | 2021-05-05 03:28:22+00:00 | 2021-05-05 14:55:40+00:00 | 130 | 2 | |
1709532 | "Show all bookmarks" button not accessible if lot of bookmarks | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
Click on the "burger" menu (App menu)
Click on "Library"
Click on "Bookmarks"
Actual results:
The list of "Recent bookmarks" is so big that the "Show all bookmarks" item is almost not visible (just some... | "Show all bookmarks" button not accessible if lot of bookmarks User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
Click on the "burger" menu (App menu)
Click on "Library"
Click on "Bookmarks"
Actual results:
The list of "Recent bookmarks" is so big that... | P5 | NEW | 2021-05-05 07:08:46+00:00 | 2022-07-04 12:18:28+00:00 | 145 | 5 | |
1709587 | Edit bookmark panel's save button outline focus should be more noticeable | **Affected versions**
latest Nightly 90.0a1 (2021-05-05) (64-bit)
Beta 89.0b8 (64-bit)
**Preconditions**
Set the following prefs in about:config
browser.proton.enabled = true
prompts.windowPromptSubDialog = true
prompts.contentPromptSubDialog = true
browser.proton.modals.enabled = true
**Affected platforms**
Windows... | Edit bookmark panel's save button outline focus should be more noticeable **Affected versions**
latest Nightly 90.0a1 (2021-05-05) (64-bit)
Beta 89.0b8 (64-bit)
**Preconditions**
Set the following prefs in about:config
browser.proton.enabled = true
prompts.windowPromptSubDialog = true
prompts.contentPromptSubDialog =... | P2 | VERIFIED | FIXED | 2021-05-05 11:53:21+00:00 | 2021-06-30 05:34:17+00:00 | 266 | 2 |
1709591 | [RTL] The FxA "Show More Tabs" arrow points upwards instead of downwards | #### Tested with:
Release 88
Beta 89.0b8
Nightly 90.0a1 (2021-05-04)
#### Tested on:
Windows 10
Windows 7
#### Preconditions:
RTL build installed.
#### Steps:
1. Launch firefox (RTL build) and sign in into FxA using 2 devices.
2. Open more than 25 tabs on one device and sync tabs with another devices.
3. Op... | [RTL] The FxA "Show More Tabs" arrow points upwards instead of downwards #### Tested with:
Release 88
Beta 89.0b8
Nightly 90.0a1 (2021-05-04)
#### Tested on:
Windows 10
Windows 7
#### Preconditions:
RTL build installed.
#### Steps:
1. Launch firefox (RTL build) and sign in into FxA using 2 devices.
2. Open mo... | P2 | VERIFIED | FIXED | 2021-05-05 12:07:28+00:00 | 2021-05-20 09:27:47+00:00 | 208 | 2 |
1709615 | The text strings and the button's of the Slow Script warnings are not as in the Figma doc | **Affected platforms:**
All
**Affected versions:**
Nightly 90.0a1
Firefox 89 beta 9
**Steps to reproduce:**
1. Launch Firefox.
2. Navigate to https://faraday.basschouten.com/mozilla/longrunningscript.html
3. Set "Script duration" to at least "20" seconds in the input box and press the "Start" button
4. Wait for 10s a... | The text strings and the button's of the Slow Script warnings are not as in the Figma doc **Affected platforms:**
All
**Affected versions:**
Nightly 90.0a1
Firefox 89 beta 9
**Steps to reproduce:**
1. Launch Firefox.
2. Navigate to https://faraday.basschouten.com/mozilla/longrunningscript.html
3. Set "Script duration... | P2 | NEW | 2021-05-05 14:06:24+00:00 | 2021-07-12 15:31:38+00:00 | 314 | 2 | |
1709656 | The Data Policy infobar should not have an icon | **Note**
* When the user triggers the Data Policy infobar (starts a firefox profile for the first time without an internet connection), he will notice that the newly designed infobar has an icon when it shouldn't. "FIrefox Informational" infobars should not show any icon as opposed to the "(just) Informational" type on... | The Data Policy infobar should not have an icon **Note**
* When the user triggers the Data Policy infobar (starts a firefox profile for the first time without an internet connection), he will notice that the newly designed infobar has an icon when it shouldn't. "FIrefox Informational" infobars should not show any icon ... | P2 | NEW | 2021-05-05 16:58:09+00:00 | 2021-05-07 12:06:13+00:00 | 365 | 2 | |
1709712 | [Proton] Padlock icon in site identity panel cropped for smaller font sizes | OS: Arch Linux
Screen resolution: 1280 x 1024 (19'' monitor)
When I click on the padlock icon in the address bar (e.g. for google.com), the padlock icon in the site identity panel is cropped at the top. Taking a closer look at the screenshot by zooming in, you can see that at its top edge a 1 pixel row seems to be mis... | [Proton] Padlock icon in site identity panel cropped for smaller font sizes OS: Arch Linux
Screen resolution: 1280 x 1024 (19'' monitor)
When I click on the padlock icon in the address bar (e.g. for google.com), the padlock icon in the site identity panel is cropped at the top. Taking a closer look at the screenshot b... | P3 | NEW | 2021-05-05 20:34:07+00:00 | 2021-05-18 12:49:10+00:00 | 383 | 3 | |
1709795 | The Restore Previous Session is displayed and always disabled/greyed out in private browsing | #### Tested with:
Release 88
Beta 89.0b8
Nightly 90.0a1 (2021-05-05)
#### Tested on:
Windows 10
Ubuntu 20
#### Preconditions:
Have a previous session to be restored.
#### Steps:
1. Launch firefox and open a new private window.
2. In the new private windows opened, open the hamburger menu and go to the History ... | The Restore Previous Session is displayed and always disabled/greyed out in private browsing #### Tested with:
Release 88
Beta 89.0b8
Nightly 90.0a1 (2021-05-05)
#### Tested on:
Windows 10
Ubuntu 20
#### Preconditions:
Have a previous session to be restored.
#### Steps:
1. Launch firefox and open a new private w... | P3 | NEW | 2021-05-06 08:53:12+00:00 | 2021-05-07 13:21:02+00:00 | 221 | 3 | |
1709796 | Disk Space Low Info Bar <5GB - "Learn More" text not sentenced case | **Affected platforms:**
All
**Affected versions:**
Nightly 90.0a1
Firefox 89 beta 9
**Steps to reproduce:**
1. Launch Firefox.
2. Open the Browser Console and run the following:
gStoragePressureObserver.observe({QueryInterface: () => ({data:5368709119})}, "QuotaManager::StoragePressure")
3. Observe the Disk Space ... | Disk Space Low Info Bar <5GB - "Learn More" text not sentenced case **Affected platforms:**
All
**Affected versions:**
Nightly 90.0a1
Firefox 89 beta 9
**Steps to reproduce:**
1. Launch Firefox.
2. Open the Browser Console and run the following:
gStoragePressureObserver.observe({QueryInterface: () => ({data:53687091... | P3 | VERIFIED | FIXED | 2021-05-06 08:57:14+00:00 | 2022-05-04 19:00:03+00:00 | 194 | 3 |
1709801 | [Proton] Visual glitches when accessing the hamburger menu after sign in as FxA | [Affected platforms:]
Ubuntu 20
[Affected versions:]
Firefox Beta 89.0b8
[Steps:]
1. Open Firefox with a new profile.
2. Go to hamburger menu and click on Sign in(use a valid FxA email to sign in)
3. After you are signed in, click on the hamburger menu icon and remain with focus on the icon.
[Actual result:]
The h... | [Proton] Visual glitches when accessing the hamburger menu after sign in as FxA [Affected platforms:]
Ubuntu 20
[Affected versions:]
Firefox Beta 89.0b8
[Steps:]
1. Open Firefox with a new profile.
2. Go to hamburger menu and click on Sign in(use a valid FxA email to sign in)
3. After you are signed in, click on th... | P3 | NEW | 2021-05-06 09:03:04+00:00 | 2021-05-07 12:04:12+00:00 | 182 | 3 | |
1709841 | "Take a Screenshot" button in toolbar is disabled on old Firefox window when new window is created by detaching a tab from old window | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
1. Start a Firefox instance.
2. With "Customize Firefox", Put "Take a Screenshot" button to current Firefox instance toolbar.
2. Browse to a new site. After the website is loaded, "Take a Screenshot" button ... | "Take a Screenshot" button in toolbar is disabled on old Firefox window when new window is created by detaching a tab from old window User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
1. Start a Firefox instance.
2. With "Customize Firefox", Put "Take a Scr... | P5 | RESOLVED | WORKSFORME | 2021-05-06 12:31:19+00:00 | 2025-02-24 13:05:21+00:00 | 238 | 5 |
1709855 | The infobar close ('x') buttons are not being read by NVDA when hovering over them with the cursor | **Note**
* When the user uses Firefox with NDA screen reader and he overs over the close ('x') button of an infobar, no vocal action is being read back to him.
**Affected versions**
* Nightly v90.0a1
* Beta v89.0b7
**Affected platforms**
* Windows 7
* Windows 10
**Steps to reproduce**
1. Open NVDA Screen Reader.
2. ... | The infobar close ('x') buttons are not being read by NVDA when hovering over them with the cursor **Note**
* When the user uses Firefox with NDA screen reader and he overs over the close ('x') button of an infobar, no vocal action is being read back to him.
**Affected versions**
* Nightly v90.0a1
* Beta v89.0b7
**Af... | P3 | NEW | 2021-05-06 13:26:09+00:00 | 2024-04-04 20:15:02+00:00 | 320 | 3 | |
1709870 | [Proton] Doorhanger is not aligned with the Address Bar Chiclets in some cases | Nightly 90.0a1 (2021-05-06) (64-Bit)
macOS
Issue 1:
1.) Go to about:config
2.) Click on the About-Chiclet
Issue 2:
1.) Visit https://www.gmx.net/magazine/panorama/ueberraschungsei-supermarkt-ploetzlich-schluepfte-entchen-35789046
2.) Click on the Media-Blocker-Chiclet
Actual: In both issues the Doorhanger is not ver... | [Proton] Doorhanger is not aligned with the Address Bar Chiclets in some cases Nightly 90.0a1 (2021-05-06) (64-Bit)
macOS
Issue 1:
1.) Go to about:config
2.) Click on the About-Chiclet
Issue 2:
1.) Visit https://www.gmx.net/magazine/panorama/ueberraschungsei-supermarkt-ploetzlich-schluepfte-entchen-35789046
2.) Click... | P2 | RESOLVED | WORKSFORME | 2021-05-06 14:36:07+00:00 | 2023-02-07 18:52:11+00:00 | 176 | 2 |
1709875 | [Proton - macOS] Window Control Buttons should be moved a few pixels to the right to follow macOS Standards | Nightly 90.0a1 (2021-05-06) (64-Bit)
MacOS
1.) Open a new window
2.) Take a look at the position of the Window Control Buttons
Expected: They should be moved 3px to the right to be aligned with the corner of the window. That is macOS Standard.
Actual: They are 3px too far left.
Please see the screenshots.
Thanks. | [Proton - macOS] Window Control Buttons should be moved a few pixels to the right to follow macOS Standards Nightly 90.0a1 (2021-05-06) (64-Bit)
MacOS
1.) Open a new window
2.) Take a look at the position of the Window Control Buttons
Expected: They should be moved 3px to the right to be aligned with the corner of t... | P5 | NEW | 2021-05-06 15:05:33+00:00 | 2023-03-22 17:18:56+00:00 | 113 | 5 | |
1709909 | Incorrect item highlight color when click-dragging across items in the autocomplete dropdown | This is not a very important interaction, it's more of a slight imperfection.
Steps to reproduce:
1. Focus the address bar and type a letter so that you get autocomplete results.
2. Mouse down on result 2.
3. Drag the mouse down to result 5.
4. Mouse up on result 5.
Expected results:
During the drag, the "mousedo... | Incorrect item highlight color when click-dragging across items in the autocomplete dropdown This is not a very important interaction, it's more of a slight imperfection.
Steps to reproduce:
1. Focus the address bar and type a letter so that you get autocomplete results.
2. Mouse down on result 2.
3. Drag the mouse... | P3 | NEW | 2021-05-06 17:13:49+00:00 | 2021-05-11 04:06:59+00:00 | 147 | 3 | |
1709924 | Mouseover/hover and click problems with row labels | I noticed some problems with mouseover and clicking related to the row labels introduced in bug 1708621:
* If you keyboard-select a row with a label and then mouseover it, it gets the hover styling. It should keep the selected styling
* Mousing over a label shows the action text in the row
* Clicking a label clicks th... | Mouseover/hover and click problems with row labels I noticed some problems with mouseover and clicking related to the row labels introduced in bug 1708621:
* If you keyboard-select a row with a label and then mouseover it, it gets the hover styling. It should keep the selected styling
* Mousing over a label shows the ... | P1 | VERIFIED | FIXED | 2021-05-06 18:44:25+00:00 | 2021-05-14 12:33:01+00:00 | 84 | 1 |
1709971 | Entering text in the urlbar ending with a carriage return (0D), line feed (0A), or both selects search shortcut in first position of Top Sites list | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
Select and copy a cell in Excel or text in a text document including the subsequent line break, paste to the address bar, and press Enter.
Actual results:
If a pinned search shortcut is in the first posit... | Entering text in the urlbar ending with a carriage return (0D), line feed (0A), or both selects search shortcut in first position of Top Sites list User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
Select and copy a cell in Excel or text in a text document ... | P3 | VERIFIED | FIXED | 2021-05-06 23:55:23+00:00 | 2021-06-10 05:51:57+00:00 | 291 | 3 |
1710055 | In High Contrast mode and Dark Theme - the Infobar's text strings and buttons are not properly displayed | **Affected platforms:**
mac BigSur 11
Ubuntu 20.04
**Affected versions:**
Nightly 90.0a1
Firefox 89 beta 9
**Pre-requisites:**
Set the high-contrast mode:
Windows 10 and Windows 7: Alt + Left-Shift + Print Screen
MacOS: Go to system preferences -> Accessibility -> Display -> Increase contrast
Ubuntu: Go to system set... | In High Contrast mode and Dark Theme - the Infobar's text strings and buttons are not properly displayed **Affected platforms:**
mac BigSur 11
Ubuntu 20.04
**Affected versions:**
Nightly 90.0a1
Firefox 89 beta 9
**Pre-requisites:**
Set the high-contrast mode:
Windows 10 and Windows 7: Alt + Left-Shift + Print Screen
... | P3 | RESOLVED | FIXED | 2021-05-07 12:11:59+00:00 | 2021-07-27 14:26:24+00:00 | 244 | 3 |
1710061 | Icons are not displayed on Windows 7x64 while dragged in Customize menu if High Contrast is active | *Affected versions*
* 90.0a1 (20210507095221)
* 89.0b9 (20210506185706)
* 88.0.1 (20210504152106)
*Affected platforms*
* Windows 7x64
*Steps to reproduce*
1. Open Firefox and enable High Contrast.
2. Enter the Customize menu and drag a random item.
*Expected result*
* The Icon for the dragged item is displayed.
... | Icons are not displayed on Windows 7x64 while dragged in Customize menu if High Contrast is active *Affected versions*
* 90.0a1 (20210507095221)
* 89.0b9 (20210506185706)
* 88.0.1 (20210504152106)
*Affected platforms*
* Windows 7x64
*Steps to reproduce*
1. Open Firefox and enable High Contrast.
2. Enter the Customi... | P3 | NEW | 2021-05-07 12:43:13+00:00 | 2021-05-10 15:00:04+00:00 | 190 | 3 | |
1710062 | Proton: Customize toolbar - light theme circle image is barely visible in ubuntu. | **Affected versions**
89.0b9 beta
90.0a1 nightly
**Affected platforms**
Ubuntu 20 64bit
**not affected**
win10 64bit, MacOS 10.14
**Preconditions**
Proton ON (by default on nightly and beta)
**Steps to reproduce**
go to hamburger menu > more tools> customize toolbar (check themes box at the bottom)
**Actual resu... | Proton: Customize toolbar - light theme circle image is barely visible in ubuntu. **Affected versions**
89.0b9 beta
90.0a1 nightly
**Affected platforms**
Ubuntu 20 64bit
**not affected**
win10 64bit, MacOS 10.14
**Preconditions**
Proton ON (by default on nightly and beta)
**Steps to reproduce**
go to hamburger m... | P3 | RESOLVED | INVALID | 2021-05-07 12:43:22+00:00 | 2023-01-25 19:23:44+00:00 | 190 | 3 |
1710084 | Intermittent services/sync/tests/unit/test_addons_store.js | xpcshell return code: 0 | **Filed by:** nbeleuzu [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=339060873&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JO1e9NloRBqgvKjC1hJ7Eg/runs/0/artifacts/public/logs/live_backing.log
---
```
[task 2021-05-07T12:36:44.672Z] 12:36:4... | Intermittent services/sync/tests/unit/test_addons_store.js | xpcshell return code: 0 **Filed by:** nbeleuzu [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=339060873&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/JO1e9NloRBqgvKjC1hJ7Eg/runs/0/ar... | P5 | RESOLVED | DUPLICATE | 2021-05-07 13:49:51+00:00 | 2022-07-25 22:53:32+00:00 | 301 | 5 |
1710094 | Protections popup toggle should use Proton primary colors | Currently the toggle in the Protections panel [uses Photon colours](https://searchfox.org/mozilla-central/rev/a8773ba2a8f015e0525f219a7e55087b04d30258/browser/themes/shared/controlcenter/panel.inc.css#1094-1112) and does not adapt to dark theme. We should use Proton Primary for the toggle. | Protections popup toggle should use Proton primary colors Currently the toggle in the Protections panel [uses Photon colours](https://searchfox.org/mozilla-central/rev/a8773ba2a8f015e0525f219a7e55087b04d30258/browser/themes/shared/controlcenter/panel.inc.css#1094-1112) and does not adapt to dark theme. We should use Pr... | P3 | VERIFIED | FIXED | 2021-05-07 14:37:10+00:00 | 2021-07-30 09:05:41+00:00 | 119 | 3 |
1710112 | Clicking in a blank part of the settings page (about:preferences) should blur focused input (search field, button, etc.) | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
Open about:preferences
1. Click anywhere in the general page that is not an option selection.
Actual results:
Focus is not changed to the page and remains on the find text field.
Expected results:
Fo... | Clicking in a blank part of the settings page (about:preferences) should blur focused input (search field, button, etc.) User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
Open about:preferences
1. Click anywhere in the general page that is not an option se... | P3 | NEW | 2021-05-07 16:18:05+00:00 | 2021-05-18 20:36:19+00:00 | 156 | 3 | |
1710115 | "Extension (Tabliss)" continues to be shown in the Address bar when some web address has been loaded | User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
1. Install Tabliss extension
2. Have some tabs already opened, perhaps some of them having google.com
3. Open New Tab
4. Type for example "goo" (from autocomplete history) and press Enter key
Actual results:... | "Extension (Tabliss)" continues to be shown in the Address bar when some web address has been loaded User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
1. Install Tabliss extension
2. Have some tabs already opened, perhaps some of them having google.com
3. Ope... | P3 | RESOLVED | DUPLICATE | 2021-05-07 16:34:57+00:00 | 2021-05-13 23:23:26+00:00 | 175 | 3 |
1710151 | Allow toolbars to hide when focus leaves the toolbars / address bar | Bug 740148 comment 11 points out two issues with the Hide Toolbars option:
> after ⌘L, typing a URL, and pressing return, the toolbars stay shown, even if the mouse is nowhere near the toolbars. this will persist until you move the mouse to the top and away again.
> after ⌘L and using the tab key to move the keyboard f... | Allow toolbars to hide when focus leaves the toolbars / address bar Bug 740148 comment 11 points out two issues with the Hide Toolbars option:
> after ⌘L, typing a URL, and pressing return, the toolbars stay shown, even if the mouse is nowhere near the toolbars. this will persist until you move the mouse to the top and... | P3 | NEW | 2021-05-07 19:55:45+00:00 | 2021-05-17 20:56:58+00:00 | 151 | 3 | |
1710157 | "Open a new tab" button is not vertically centered with adjacent tab. Button's + symbol also looks uncentered. | When mousing over the "Open a new tab" button, the gray highlight is not vertically centered with the adjacent tab. The top of the gray highlight appears to be in line with the top of the tab outline, but the bottom of the gray highlight looks about 2 pixels above the inner edge of the tab outline.
Also, the button's ... | "Open a new tab" button is not vertically centered with adjacent tab. Button's + symbol also looks uncentered. When mousing over the "Open a new tab" button, the gray highlight is not vertically centered with the adjacent tab. The top of the gray highlight appears to be in line with the top of the tab outline, but the ... | P3 | RESOLVED | WORKSFORME | 2021-05-07 20:39:14+00:00 | 2023-03-22 17:14:55+00:00 | 216 | 3 |
1710173 | The "Account Disconnected" state for the FxA AppMenu subview doesn't have a back button to return to the main view | The FxA subview correctly loads, but there's no back button nor header at the top of the menu when in this state. | The "Account Disconnected" state for the FxA AppMenu subview doesn't have a back button to return to the main view The FxA subview correctly loads, but there's no back button nor header at the top of the menu when in this state. | P5 | NEW | 2021-05-07 22:05:34+00:00 | 2021-05-17 14:39:40+00:00 | 58 | 5 | |
1710225 | Light theme on MacOS now looks weird on its latest update | User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
Use MacOs on the latest version of Catalina
Actual results:
The theme looks with a gradient at the navtab which didn't use to be like that
Expected results:
It used to look like this theme https://... | Light theme on MacOS now looks weird on its latest update User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
Use MacOs on the latest version of Catalina
Actual results:
The theme looks with a gradient at the navtab which didn't use to be like that
E... | P3 | RESOLVED | INCOMPLETE | 2021-05-08 15:21:17+00:00 | 2021-06-03 19:51:30+00:00 | 166 | 3 |
1710260 | [Mac OS] In search bar, holding down paste and then pressing down enter searches in two identical tabs | User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
(Works for me on Mac OS
0. Get Something on your clipboard (example: 'qwerty', but can be anything)
1. Open New Tab
2. Press Command (Don't release)
3. Press V (Don't release)
4. Press enter (Hold down f... | [Mac OS] In search bar, holding down paste and then pressing down enter searches in two identical tabs User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
(Works for me on Mac OS
0. Get Something on your clipboard (example: 'qwerty', but can be anything)
... | P5 | NEW | 2021-05-09 02:20:20+00:00 | 2021-05-13 12:16:34+00:00 | 190 | 5 | |
1710289 | New tab on middle click vs paste into address bar | User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
I clicked with middle mouse button on tab bar to open new tab.
Actual results:
New tab is opened and address bar is filled with paste buffer contents.
Expected results:
New tab should be opened and nothing shoul... | New tab on middle click vs paste into address bar User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
I clicked with middle mouse button on tab bar to open new tab.
Actual results:
New tab is opened and address bar is filled with paste buffer contents.
Expected re... | P2 | VERIFIED | FIXED | 2021-05-09 12:23:38+00:00 | 2023-06-18 09:56:06+00:00 | 103 | 2 |
1710392 | The "Your Browser is being managed by your organization" string and ( i ) info icon are not spaced | **Affected versions**
* 90.0a1 (2021-05-09)
**Affected platforms**
* Win10
**Steps to reproduce**
1. Set up policies for the browser;
2. Access about:preferences
3. Press the TAB key to reach the
**Expected result**
* focus ring and string spacing displayed neatly
**Actual result**
* ( i ) and string / focus on st... | The "Your Browser is being managed by your organization" string and ( i ) info icon are not spaced **Affected versions**
* 90.0a1 (2021-05-09)
**Affected platforms**
* Win10
**Steps to reproduce**
1. Set up policies for the browser;
2. Access about:preferences
3. Press the TAB key to reach the
**Expected result**
*... | P3 | VERIFIED | FIXED | 2021-05-10 10:01:48+00:00 | 2021-10-01 05:53:05+00:00 | 173 | 3 |
1710407 | Autofill address/credit card dialogs are unnecessarily scrollable | The 6px padding on `:root` added in bug 1705330 is causing these dialogs to scroll by 12px vertically.
I don't really understand why, off-hand - perhaps the `scrollHeight` for the document isn't taking the padding into account, and we should be adding the padding to `body` instead, for the HTML dialog case? I also not... | Autofill address/credit card dialogs are unnecessarily scrollable The 6px padding on `:root` added in bug 1705330 is causing these dialogs to scroll by 12px vertically.
I don't really understand why, off-hand - perhaps the `scrollHeight` for the document isn't taking the padding into account, and we should be adding t... | P3 | VERIFIED | FIXED | 2021-05-10 12:12:38+00:00 | 2021-06-09 14:42:37+00:00 | 155 | 3 |
1710432 | Windows 10 custom context menu styling's rounded corners do not look well-rounded | User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36
Actual results:
1. The context menu rounded corner not looks rounded. The edge pixels looks too sharp.
2. The main menu rounded corner looks too blurry to me. | Windows 10 custom context menu styling's rounded corners do not look well-rounded User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36
Actual results:
1. The context menu rounded corner not looks rounded. The edge pixels looks too sharp.
2. T... | P3 | NEW | 2021-05-10 14:34:25+00:00 | 2021-05-18 08:45:12+00:00 | 110 | 3 | |
1710434 | A vertical scrollbar is not displayed if the browser is vertically resized after the Upgrade modal is displayed | **[Notes]:**
- A vertical scrollbar is displayed after the browser is minimized horizontally. However, it is still not enough in order to be able to observe the whole modal.
**[Affected Versions]:**
- Firefox Nightly 90.0a1 (Build ID: 20210509213623)
- Firefox Beta 89.0b10 (Build ID: 20210509185840)
**[Affected Platf... | A vertical scrollbar is not displayed if the browser is vertically resized after the Upgrade modal is displayed **[Notes]:**
- A vertical scrollbar is displayed after the browser is minimized horizontally. However, it is still not enough in order to be able to observe the whole modal.
**[Affected Versions]:**
- Firefo... | P3 | NEW | 2021-05-10 14:43:26+00:00 | 2021-10-07 17:58:48+00:00 | 351 | 3 | |
1710487 | The pocket icon looks a bit small compared to Download and other icons | This report was from @beurdouche as part of Foxfooding-
The pocket icon looks a bit small compared to the download one, would it make sense to make pocket slightly bigger? See screenshot.
There was additional context provided by @tais and @sfoster in the thread but there is value in capturing it in a bug. | The pocket icon looks a bit small compared to Download and other icons This report was from @beurdouche as part of Foxfooding-
The pocket icon looks a bit small compared to the download one, would it make sense to make pocket slightly bigger? See screenshot.
There was additional context provided by @tais and @sfoster... | P5 | NEW | 2021-05-10 18:38:44+00:00 | 2023-03-08 17:17:47+00:00 | 87 | 5 | |
1710556 | Submenus for Bookmarks menu don't have rounded edges | **Affected versions**
- Firefox 89.0b10
- Firefox 90.0a1
**Affected platforms**
- Windows 10
**Steps to reproduce**
1. Launch Firefox
2. Enter Customize mode and drag Bookmarks menu to the toolbar
3. Save the changes and click on Bookmarks menu from the toolbar
4. Hover over it to open a submenu
**Expected result**
... | Submenus for Bookmarks menu don't have rounded edges **Affected versions**
- Firefox 89.0b10
- Firefox 90.0a1
**Affected platforms**
- Windows 10
**Steps to reproduce**
1. Launch Firefox
2. Enter Customize mode and drag Bookmarks menu to the toolbar
3. Save the changes and click on Bookmarks menu from the toolbar
4. ... | P2 | RESOLVED | WORKSFORME | 2021-05-11 05:54:15+00:00 | 2021-07-16 12:54:14+00:00 | 192 | 2 |
1710612 | [Proton] The bottom right corner of the search bar drop-down is broken | #### Tested with:
Release 88
Beta 89.0b10
Nightly 90.0a1 (2021-05-11)
#### Tested on:
Windows 10
#### Steps:
1. Launch firefox and add the search bar to the toolbar.
2. Input any random string/letter in the search bar in order to open the drop-down.
#### Actual result:
The bottom right corner of the search ba... | [Proton] The bottom right corner of the search bar drop-down is broken #### Tested with:
Release 88
Beta 89.0b10
Nightly 90.0a1 (2021-05-11)
#### Tested on:
Windows 10
#### Steps:
1. Launch firefox and add the search bar to the toolbar.
2. Input any random string/letter in the search bar in order to open the dr... | P3 | NEW | 2021-05-11 12:12:31+00:00 | 2021-10-21 08:29:57+00:00 | 272 | 3 | |
1710621 | Search engine result from history is replaced by Amazon browsing history links in the address bar search suggestions dropdown (causes flicker effect) | **Affected Versions:**
All latest Firefox versions:
- Release 88.0.1
- Beta 89.0b10
- Nightly 90.0a1
**Tested on:**
- MacOS 10.15, Windows 10
**Steps to reproduce:**
1. Launch the browser and perform a search using the address bar with one of the following words: shopping, ping
2. After the search results were displ... | Search engine result from history is replaced by Amazon browsing history links in the address bar search suggestions dropdown (causes flicker effect) **Affected Versions:**
All latest Firefox versions:
- Release 88.0.1
- Beta 89.0b10
- Nightly 90.0a1
**Tested on:**
- MacOS 10.15, Windows 10
**Steps to reproduce:**
1... | P3 | NEW | 2021-05-11 12:46:48+00:00 | 2021-08-18 20:04:42+00:00 | 485 | 3 | |
1710629 | Bookmarks menu button panel has wrong spacing between icons and title | After adding the bookmarks menu button to the toolbar, I see wrong spacing between the icon and the button, while the spacing is correct in the Library > Bookmarks view or the toolbar chevron menu.
The icon is just too close to the title.
This is Windows 10. | Bookmarks menu button panel has wrong spacing between icons and title After adding the bookmarks menu button to the toolbar, I see wrong spacing between the icon and the button, while the spacing is correct in the Library > Bookmarks view or the toolbar chevron menu.
The icon is just too close to the title.
This is Wi... | P2 | VERIFIED | FIXED | 2021-05-11 13:23:06+00:00 | 2021-09-07 17:43:34+00:00 | 75 | 2 |
1710635 | Save visible does not always capture visible view port | User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36
Steps to reproduce:
Use Firefox 88 (87 doesn't have this issue)
Open https://getbootstrap.com/docs/4.0/components/modal/#vertically-centered
Click "Launch demo modal" button on the page... | Save visible does not always capture visible view port User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36
Steps to reproduce:
Use Firefox 88 (87 doesn't have this issue)
Open https://getbootstrap.com/docs/4.0/components/modal/#verticall... | P2 | VERIFIED | FIXED | 2021-05-11 13:34:25+00:00 | 2021-07-29 13:23:40+00:00 | 206 | 2 |
1710648 | [Phase 2] The QS sponsored URL flickers while typing a keyword if the website was already visited multiple times | **[Affected versions]:**
- Firefox Nightly 90.0a1 (Build ID: 20210511093339);
**[Affected Platforms]:**
- Windows 10 x64;
- macOS 10.15.7;
- Linux Mint 20 x64;
**[Prerequisites]:**
- Have the latest Firefox Nightly installed.
- Have the following prefs set:
- `browser.urlbar.quicksuggest.enabled` to `true`.
- `brows... | [Phase 2] The QS sponsored URL flickers while typing a keyword if the website was already visited multiple times **[Affected versions]:**
- Firefox Nightly 90.0a1 (Build ID: 20210511093339);
**[Affected Platforms]:**
- Windows 10 x64;
- macOS 10.15.7;
- Linux Mint 20 x64;
**[Prerequisites]:**
- Have the latest Firefo... | P1 | VERIFIED | FIXED | 2021-05-11 14:26:00+00:00 | 2021-05-28 00:29:29+00:00 | 429 | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.