anchor
stringlengths 51
2.34k
| positive
stringlengths 51
2.34k
| negative
stringlengths 51
2.12k
|
|---|---|---|
ValidationException `extraneous key [rallyId] is not permitted` in rally-debug study A few test pings were sent to the rally-debug study today and were rejected with `org.everit.json.schema.ValidationException: #: extraneous key [rallyId] is not permitted`. This is because the [glean schema does not allow additional properties](https://github.com/mozilla-services/mozilla-pipeline-schemas/blob/84128ee691dccba9b11315e5de4dc087c4b21885/schemas/glean/glean/glean.1.schema.json#L4). The decoder injects values into the payload before schema validation, which causes these issues.
After some discussion with folks, it seems the best course of action is to avoid injecting any data into the payload. This means that shredder will have to use the value of the `metrics.uuid.rally_id` directly, which will be enforced in the decoder (for now).
|
If TBR is enabled, sections feed is limited to only one section Steps to reproduce:
#### Prefs
Set the following prefs to `true`:
- `browser.newtabpage.activity-stream.discoverystream.sections.cards.enabled`
- `browser.newtabpage.activity-stream.discoverystream.sections.enabled`
- `browser.newtabpage.activity-stream.discoverystream.contextualContent.enabled`
#### Test scenarios:
1. Open new tab
1. **Expected:** ...
1. **Actual:** The new sections layout is visible but only with the content of the TBR feed
|
about:studies does not show rollouts Which can be misleading/confusing when diagnosing issues with `about:studies`.
From bug 1821157 comment 3,
> You can view enrolled "true" rollouts from `about:telemetry#environment-data-tab_experiments` (but not from `about:studies`)
From a UX standpoint, this seems like a bug.
|
[XFA] Filling into a very long form PDF will eventually cause the browser to feel sluggish **Note**
* When the user loads a very long PDF file and inputs text into every field, he will notice that at some point it will start to feel sluggish.
**Affected versions**
* Nightly v92.0a1
**Affected platforms**
* all
**Preconditions**
* Flip the "pdfjs.enableXfa" pref to true.
**Steps to reproduce**
1. Launch browser.
2. Load the attached PDF file.
3. Input text into every field.
**Expected result**
* The performance does not change from the start to the end of filling it.
**Actual result**
* When reaching the last few pages, the PFD started to feel sluggish; It did not make it unusable, but definitely uncomfortable as letters typed did not appear as soon as pushed.
**Regression range**
* I does not appear to be a regression.
**Additional information:**
* I have captured a performance profile:
https://share.firefox.dev/3eJK02c
* I hope it helps, additionally let me know if a memory profile would be better.
|
Zap gradient border is missing from Tab Pickup cards I think this might be a regression from bug 1784902. It now lacks the border on nightly (I checked the commit [prior]((https://treeherder.mozilla.org/jobs?repo=autoland&toChange=bc1490291109d42830cfc3bd0383e82b73de9deb&revision=b3308e461ffc809fa2225c1221bb50b28c874ff9)) to when Sam's landed on autoland).
|
Search mode chiclet has unreadable close button in High Contrast Mode [Affected versions]:
- Firefox 88 beta 7
- latest Nightly 89.0a1 2021-04-04
[Affected platforms]:
- Win 10 64-bit
[Preconditions]:
Open Settings -> High Contrast app in Windows 10 and select one of the default themes: High Contrast #1, High Contrast #2 or High Contrast Black
[Steps to reproduce]:
1. Focus address bar and select a search shortcut to open search mode
2. Hover over the search mode chiclet in address bar
[Expected result]:
- [x] close button is visible in high contrast mode
[Actual result]:
- [x] close button is black
[Regression range]:
- This regressed in Firefox 88, will return with a regression range ASAP
[Additional notes]:
- This issue is not reproducible in High Contrast White default theme
|
“Manage Breaches” button in Protections Dashboard has layout issues I’ve noticed the button “Manage Breaches” in the Monitor card of the Protections Dashboard has layout issues in French
|
[RTL] The buttons for the Screenshots selection are placed on the right side **Found in**
* Nightly 127.0a1
**Affected versions**
* Nightly 127.0a1
**Tested platforms**
* Affected platforms: Windows 10 x64, Ubuntu 22.04 and macOS 13
**Preconditions**
* install an RTL build - ar in my case.
**Steps to reproduce**
1. Enable Screenshots by pressing the Cmd+Shift+S keys.
2. Do a Screenshot selection by mouse drag.
3. Observe the buttons of the Screenshot selection.
**Expected result**
* The 'Download', 'Copy' and 'X' buttons should be located on the left side of the Screenshot selection.
**Actual result**
* The buttons are located on the right side of the Screenshot selection. Please see the screenshot for more details.
**Regression range**
* Not a regression, it's reproducible only when the component version of Screenshots is enabled.
|
Set and Continue button rapidly moves up and down when changing colors on the Choose the color what inspires you screen **Found in**
* 106.0b5 (20220927185813)
**Affected versions**
* 106.0b5 (20220927185813)
* 107.0a1 (20220929014928)
**Tested platforms**
* Affected platforms: Windows 10x64, Ubuntu 20.04, macOS 11.6
* Unaffected platform: none
**Steps to reproduce**
1. Open about:welcome page.
2. Select the `Skip this step` option until the `Choose the color that inspires you` is displayed.
3. Change the colors and observe the `Set and continue` button.
**Expected result**
* The colors are changed and no visual issues occur.
**Actual result**
* `Set and continue` button rapidly changes position.
**Additional notes**
* Attached a screen recording.
* On Ubuntu 20.04 and macOS 11 the issue is intermittent. On Windows, the issues happen almost anytime when changing colors.
|
When unfocused, the urlbar's placeholder in a new tab can get the wrong direction, flipping the text on RTL locales STR:
1. Latest Nightly, install a Hebrew/Arabic lang pack to fully observe the issue
2. Set `intl.uidirection` to `1` and restart
3. Open any normal LTR url
4. Open a new tab and unfocus the urlbar
5. Go back to the first tab
6. Go to the second tab
7. Observe the url placeholder text
AR:
The text is in reverse. Focusing the urlbar makes the text readable until you unfocus.
ER:
The text should be readable and not treated as `direction: ltr`.
This is caused by this:
https://searchfox.org/mozilla-central/rev/2bfe3415fb3a2fba9b1c694bc0b376365e086927/browser/base/content/browser.css#612-615
but the root of the problem is that `domaindir` is still `ltr` when going back to the new tab.
|
URLBar Interventions should honor policy (and be able to be disabled by policy) Currently URLBar Interventions tells users they can refresh Firefox, but if refresh has been turned off by policy, they cannot.
The same is true of the update policy. If update is turned off, that policy should not show.
Any interventions that intersect with policy should check policy to see if they should be displayed.
In addition, we should provide a policy to completely turn off interventions. This can go in the new "UserMessaging" section of policy.
|
[Win 8.1] Titles on tabs are barely visible if the browser is unfocused while dark theme is set **Affected versions**
- Firefox 90.0b3
- Firefox 91.0a1
**Affected platforms**
- Windows 8.1
**Steps to reproduce**
1. Launch Firefox
2. Enter customize mode and set the dark theme
3. Unfocus the browser
**Expected result**
- Titles are visible on tabs if the browser is unfocused
**Actual result**
- Titles on tabs are barely visible if the browser is unfocused
**Regression range**
- Will see for a regression
**Additional notes**
- The issue can be seen in the attachment
|
Ensure we persist search engine metadata between locale changes User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:82.0) Gecko/20100101 Firefox/82.0
Steps to reproduce:
In UK locale (I understand the dictionary may differ, or the bug may not occur, in another locale), start firefox. Use options to remove "Chambers UK" from the one-click search engines, close and restart firefox.
Actual results:
"Chambers UK" dictionary added back in to the one-click search engines list.
Expected results:
No explicitly removed search engine should be added.
N.B. I'm classing this as a "defect" rather than "enhancement request" because it's silently undoing an explicitly changed setting.
|
Disabled recommendations still working User Agent: Mozilla/5.0 (Linux; rv:50) Gecko
Steps to reproduce:
1. Login to web-interface of GMail
Actual results:
2a. Get 'recommendation' (see attached screenshot)
Expected results:
2b. Nothing, while 'recommendations' was already disabled.
|
Intermittent ./mach doc | Error: 1 new warnings have been introduced compared to the limit in docs/config.yml **Filed by:** archaeopteryx [at] coole-files.de
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=447833939&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QlpfYZrcTKOfYnRGssKwVg/runs/0/artifacts/public/logs/live_backing.log
---
```
This line should be the new warning:
`/builds/worker/checkouts/gecko/docs-out/html/_staging/toolkit/components/ml/index.md: WARNING: document isn't included in any toctree`
```
|
[Intermittent] An error is displayed on the Pocket page when clicking on a high or low confidence Pocket suggestion from the Address Bar results **[Affected versions]:**
- Firefox Nightly 117.0a1 - Build ID: 20230705094648
**[Affected Platforms]:**
- Windows 10 x64
- Linux Ubuntu 20.04 x64
- macOS 12.6.1
**[Prerequisites]:**
- Set `browser.urlbar.pocket.featureGate` to “true”.
- Set `browser.urlbar.bestMatch.enabled` to “true”.
**[Steps to reproduce]:**
1. Open the browser with the profile from the prerequisites.
2. Type “breakfast” in the Address Bar.
3. Click the Pocket Suggestion from the Firefox Suggest section ("Cat Cora: My Favorite Holiday Recipes").
4. Observe what happens next.
**[Expected result]:**
- The Pocket article is correctly loaded and displayed in the same tab.
**[Actual result]:**
- The “<URL path> cannot be found.” error is displayed on the Pocket page.
**[Notes]:**
- This issue is intermittent and affects both high and low confidence Pocket suggestions.
- Attached is a screenshot of the issue.
|
[Experiment] The Embedded Import Spotlight is wrongly displayed at browser first-startup [Affected versions]:
- Firefox Release 126.0, BUILD ID: 20240509170740.
- Firefox Release 127.0, BUILD ID: 20240606181944.
- Firefox Release 128.0, BUILD ID:20240704121409.
[Affected Platforms]:
- Windows 10 x64.
- Windows 11 x64.
[Prerequisites]:
- Have the [user.js](https://drive.google.com/file/d/1AXPDN9gj-Cfmqq0XCjdUvsFkBOspDO_z/view?usp=sharing) file downloaded on your computer.
- Create a new Firefox profile using the `--first-startup` flag but don’t open it.
[Steps to reproduce]:
1. Navigate to the profile folder and paste the user.js from prerequisites.
2. Launch the browser using the profile from the prerequisites.
3. Observe the behavior.
[Expected result]:
- The “Embedded Import” spotlight is not displayed at first-startup.
[Actual result]:
- The “Embedded Import” spotlight is displayed.
[Notes]:
- This issue is reproducible with both Existing and Early Day Users experiments.
|
Checkbox and radio button toggles when click on the empty area following the label This is very annoying. The problem happens on about:preferences.
Steps to reproduce:
1. Open about:preferences
2. Click on the empty area following the label of checkbox/radio button
Actual results:
checkbox/radio button toggles unexpectedly.
Expected results:
should not toggle
|
Loading animation does not run STR:
1. Open any product page
2. Ensure you can see loading state (easier to see with slow connectivity)
Expected:
- loading state should have animations for different placeholder boxes
Actual:
- there are no animations
Notes:
- only exception is offline connectivity - there should be no animations for that state
- I suspect this is due to https://searchfox.org/mozilla-central/rev/fd2325f5b2a5be8f8f2acf9307285f2b7de06582/browser/components/shopping/content/shopping-container.mjs#257. When running the VSCode lit-plugin, a message appears for this line: `Type '"" | "class='animate'"' is not a Lit 2 directive'lit-plugin(no-incompatible-type-binding)(2304)`. The animations seemed to work before despite this; regardless, re-writing to `class=${animate ? "animate : ""}` fixes the issue.
|
Perma linux ccov TEST-UNEXPECTED-TIMEOUT | automation.py | application timed out after 370 seconds with no output [browser/base/content/test/performance/io] See https://bugzilla.mozilla.org/show_bug.cgi?id=1414495#c376 through https://bugzilla.mozilla.org/show_bug.cgi?id=1414495#c393: on linux/ccov, browser-chrome mochitests on browser/base/content/test/performance/io perma-fail with a 370 second timeout because browser startup exceeds the 180 seconds that marionette waits for startup.
browser/base/content/test/performance/io/browser.ini defines extra prefs and environment and we expect the startup to be slow, more so on ccov.
|
macOS - Preferences Close button for dialogs not properly centered in divs still **Affected versions**
* 76.0, 76.0b8, 77.0a1
**Affected platforms**
* macOS 10.15.3;
**Steps to reproduce**
1. Launch Firefox and access about:preferences#privacy
2. Search for Clear Data;
3. Click on the TAB key until the [x] close button is in focus;
4. Hover over the [x] close button;
**Expected result**
* elements are centered;
**Actual result**
* [x] close button is not centered in its container;
**Regression range**
* considering issue from 1521037 as "good" while checking:
* First bad: 2019-10-18
* Last good: 2019-10-17
* Pushlog: [URL](https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=c260b3893967535faf023573fdd429fc48738778&tochange=27bbc1fba01518ef3f0ef836fb4a0473d8f71915)
**Additional notes**
* attached screenshot with the issue;
* on Windows 10, Ubuntu 18, this issue appears to not manifest.
|
Can't start new profile with browser.proton.toolbar.enabled on The home button migration checks `gSavedState.placements`, but if the toolbar migration code is run on the first profile startup then `gSavedState` is null.
STR:
I did an artifact build:
1. `rm -rf obj-xyz/tmp/profile-default`
2. `./mach run --setpref browser.proton.toolbar.enabled=true`
Expected results:
Functional Firefox without a home button
Actual results:
Nothing works (not even the close button on Windows, surprisingly).
This error: `JavaScript error: resource:///modules/CustomizableUI.jsm, line 615: TypeError: can't access property "placements", gSavedState is null`
Likely just needs a null check in the migration code. Looks like the other migration code [1] just flags itself as being migrated in this case, which makes sense to me.
[1] https://searchfox.org/mozilla-central/rev/d3343662ce0aced933b30e053b33c93f759292eb/browser/components/customizableui/CustomizableUI.jsm#355-364
|
Firefox View cause large main thread jank STR:
- Open 1113 tabs
- Switch Firefox View to the Open Tabs view
- Close one of the tabs
- The browser hangs for about 2 seconds
Here's the profile: https://share.firefox.dev/3ROuzdw
|
Address Bar Tip okay button is cut off on the right side Nightly 88.0a1 (2021-03-08) (64-Bit)
macOS 11.2.2
1.) Clean Install of Nightly
2.) Start Nightly
3.) Wait until Megabar help text for "less typing"
4.) Take a look at the right side of the okay button
Actual: It is cut-off
Expected: It shouldn't be cut-off
A screenshot is attached.
|
controls on web pages no longer work with latest update. Right mouse, open link in new tab does not work. How do I roll back to previous version? User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Steps to reproduce:
Any right mouse click, opens different longer list of options, and no option works properly. Cannot open link in new tab and stay in current tab, especially in mail.yahoo.com
Actual results:
nothing happens, no tab opens. Have to click on link which takes me to new tab, and then click back to yahoo.mail.
Expected results:
new tab opens, stay in current tab with yahoo mail.
|
The "Sync Firefox on your phone or tablet" meesage still displayed even when im already Connected and synced on a mobile phone **Found in**
* 109.0a1 (2022-11-28)
**Affected versions**
* Firefox Nightly 109.0a1 (2022-11-28)
* Beta 108.0b6
* Release 107.0
**Preconditions**
* Sign in to FXA on a second PC as well as on a Phone. (sync both devices)
* Have the Tab pickup section from Fx View populated.
**Affected platforms**
* Windows, Ubuntu, Mac
**Steps to reproduce**
1. Reach the FX View page and make sure that the Pickup tabs are populated.
2. Reach Fxa account settings and sign out all other devices except the Mobile phone. (including the Device currently signed in)
3. Sign back in from the page and then Sign in to FXA as well (from the hamburger menu).
4. Reach the Firefox View tab.
5. Reach any other website on the mobile phone.
**Expected result**
* Tab pickup section should populate with all the tabs from the Mobile phone.
**Actual result**
* The "Sync Firefox on your phone or tablet" message is displayed.
* The "Sync Firefox on your phone or tablet" message will only disappear after logging back on a different desktop machine.
**Regression range**
This issue is not a regression.
|
Entering the Help menuitem in the mainmenu for the first time in a sessions displays "Help" instead of "{Firefox/Nightly} Help" as the header Closing the mainmenu and re-opening it will display `{Firefox/Nightly} Help`.
It's an issue only for the first time in any session.
|
Default search engine may be reset when upgrading to 108 if profile was previously copied STR
1. Use a Firefox version prior to 108
1. Set the default engine to an application provided one that is not the default engine.
1. Shutdown Firefox.
1. Create a new profile, and copy the `search.json.mozlz4` file into that profile.
* Note: [SUMO suggests](https://support.mozilla.org/en-US/kb/back-and-restore-information-firefox-profiles#firefox:win8:fx107) to copy the profile when moving to a new computer.
* Users may also simply copy the file to copy their search settings.
1. Startup Firefox with the new profile.
1. Upgrade Firefox to version 108.
Expected Results
=> The default search engine set in step 2 is retained.
Actual Results
=> The default search engine is reset to the application default (typically Google).
|
about:downloads and the Downloads page in the Library window no longer speak the name of downloaded files A very recent regression, probably bug 1608202.
STR:
1. Download something.
2. Open either about:downloads, or the Downloads page in the Library window by pressing CTRL+J.
3. Open Dev Tools, the Browser Toolbox, and Accessibility Inspector. Turn on the engine and inspect the accessible name for each richlistitem in the panel.
* Expected: The name of the list item should be the file name, followed by the size and download source, as before.
* Actual: All items only have an accessible name of "Open target folder". This corresponds to the name of the button that is also included in the list item children.
There is probably an aria-label or aria-labelledby override somewhere that only grabs the name of the button, but not the actual file info.
This makes it impossible for screen reader users to efficiently navigate the files they downloaded. Access-p1 for this, since it is a regression that seriously breaks functionality.
|
Favicons in bookmark toolbar flicker nearly every time they are clicked on User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:90.0) Gecko/20100101 Firefox/90.0
Steps to reproduce:
1. add a bookmark to a site with a valid favicon to the Bookmark toolbar
2. click on it
Actual results:
The favicon "flickers" nearly everytime. It's very annoying, especially for someone like me who utilizes bookmarks very heavily.
In this example, I click on 4 bookmarks and 3 of them exhibit this "flickering" behavior: https://i.imgur.com/ZaU2d82.mp4
Expected results:
It shouldn't "flicker", well at least not nearly this often.
I'm assuming this behavior is somewhat expected in the sense FF is actually "refreshing" the favicons to make sure they're up to date but I really don't think it's necessary to do this any way near as often as it's doing. It isn't like I'm clicking on these bookmarks every once in a while, I do so every day, sometimes in the span of 5-10 minutes and get the flickering nearly every time.
|
[Experiment] “Dismiss” button appears as “X”, instead of appearing as a button with a dropdown menu **[Affected versions]:**
- Firefox build version >=123
**[Affected Platforms]:**
- Windows 10 x64
- macOS Ventura 13.6.2
- Ubuntu 22.04 x64
**[Prerequisites]:**
- Have a Firefox build version >=123.
- Have a browser client enrolled in a Nimbus experiment that enables the “Discovery Search” message:
https://experimenter.services.mozilla.com/nimbus/discovery-of-search-sap-early-day-en/summary
**[Steps to reproduce]:**
1. Open the browser from the prerequisites
2. Open a new tab.
3. Notice how the “Dismiss” button from the “Discovery Search” message looks.
**[Expected result]:**
- “Dismiss” button is looking as it is presented in the documentation; “Dismiss” button appears as a button with a dropdown menu
**[Actual result]:**
- “Dismiss” button is not looking as it is presented in the documentation; “Dismiss” button appears as “X”, instead of appearing as a button with a dropdown menu
**[Notes]:**
- A screenshot of this issue is attached.
- This issue is occurring for early day users and existing users, too, and for all the branches.
|
Pressing Alt key to show menu bar makes titlebar height 250% larger even though there are no tabs in the titlebar STR:
1. Start with `sidebar.verticalTabs = true` and `sidebar.revamp = true`.
2. Press the Alt key to temporarily show the menu bar (Windows or Linux).
Expected:
Titlebar height doesn't change (like when permanently enabling the menu bar) or only grows enough to accommodate the menu bar (like when system titlebar enabled (`browser.tabs.inTitlebar = 0`)).
Actual:
Titlebar height increases by 250% (+44px) for no apparent reason.
|
Syncing Multi Account Container prevents access to Mozilla account User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0
Steps to reproduce:
I try to log into Mozilla in the login screen provided by Multi Account Container to sync. I am already logged into the browser to sync my extensions and such. Before logging into MAC I can access my Mozilla account page. Once I log into MAC, I can no longer access the Mozilla Account page. I get an error saying "firefox account Session expired something went wrong. Please sign out from the browser menu and try again", but you cannot "sign out". I had to COMPLETELY remove all references to Mozilla in Registry and all folders in AppDATA and reinstall. Once reinstalled, if I try to log into the MAC to sync, I get the same error.
Actual results:
I am unable to access my Mozilla account.
Expected results:
I should be able to access my account. Why is there a separate login for MAC? Shouldn't the fact that I am already logged into the browser be enough?
My user agent string: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0
|
Payment Request dialog container styles broken Due to unrelated Firefox front-end changes and the fact we disabled tests while development of web payments was on hold, the PaymentRequest dialog position and size is now incorrect. We should run mozregression with the feature preffed on to see what broke it rather than layering new different CSS on top. The following is what I came up with for `toolkit/components/prompts/content/tabprompts.cs` when I didn't have access to mozregression:
```diff
/* Tab-Modal Payment Request widget */
.paymentDialogContainer:not([hidden]) {
/* Center the .paymentDialogContainerFrame horizontally with flexbox. */
display: flex;
flex-direction: column;
position: absolute;
+ z-index: 1000;
+ width: 100%;
}
```
|
[XFA & AcroForm] Zoom is not applied on dropdown list items Tested with:
Nightly 91.0a1 (2021-06-10)
Tested on:
Win 10
Preconditions:
In about:config, set pdfjs.enableXfa = true
Steps:
1. Launch firefox
2. Open the following pdf: https://bug1671648.bmoattachments.org/attachment.cgi?id=9182033
3. Click on "+" icon to zoom in the pdf
Actual result:
Zoom is not applied on dropdown list items and the text is blurry. See screenshot
Expected result:
Zoom should be applied in dropdown list items as in Adobe Reader.
|
DoH turned off - Firefox still using Cloudflare User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0
Steps to reproduce:
DoH is turned off in the Settings, yet on the about:networking page, it indicates it's using DoH via Cloudflare. Screenshots attached.
Actual results:
DoH remains on, despite settings showing it's off.
Expected results:
DoH should remain off, if setting show it's off.
|
Increase margin-top to subtitle in about:welcome page In about:welcome page, there is a subtitle `onboarding-multistage-*-subtitle` which is 0 margin-top to the header and zap line.
The margin-top is too small that made it doesn't look well, at least on my zh-TW Nightly.
I'm proposing to increase the margin-top to 12px or an appropriate value (see screenshot)
|
Firefox H2 headers font sizes are now smaller It looks like the change in bug 1838939 has regressed the styling for these headers for each section of Firefox View ("Recent Browsing" for example, on the default section) which are now the same size as the side navigation items and now not according to [spec](https://www.figma.com/file/wP9MY9KJn9xqPf140lTvTv/Fx-View-Specs-2023?type=design&node-id=2304-37007&mode=design&t=GVTXQ3vNpuc9li6Z-0).
I understand the reasoning behind the change was to unite different header sizes but I think we'll need to override the h2 font-size from `text-and-typography.css` to what we were using from `common.css`, which was 1.5em (in the firefoxview-next style `.page-header`).
|
Intermittent TEST-UNEXPECTED-TIMEOUT | browser/extensions/doh-rollout/test/unit/test_localStorageMigration.js | Test timed out **Filed by:** cbrindusan [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=289867815&repo=mozilla-central
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/XeZtyF-GSduBJlNrRiGtwg/runs/0/artifacts/public/logs/live_backing.log
---
[task 2020-02-21T11:22:52.765Z] 11:22:52 INFO - TEST-START | browser/extensions/doh-rollout/test/unit/test_localStorageMigration.js
[task 2020-02-21T11:27:52.769Z] 11:27:52 WARNING - TEST-UNEXPECTED-TIMEOUT | browser/extensions/doh-rollout/test/unit/test_localStorageMigration.js | Test timed out
|
DOS: nightly tries to import LOTS of passwords from mac keychain, each one requiring auth For some reason, today's nightly is trying to import lots and lots of keys from the Mac OS X Big Sur Intel system keychain. Each import pops up an (effectively?) app-modal system dialog requiring a password.
> Firefox Nightly would like to export the key "Apple ID Authentication 2016-02-04 10:55:31 GMT-08:00" out of your keychain. In order to allow this, enter the password for the keychain "Login".
Doing anything that causes the dialog to close immediately causes a new one, effectively DOSing Firefox.
|
360 Browser is not visible in the bookmarks "Import Wizard" list **Precondition**
Make sure you have *360 Browser* installed
**Steps to reproduce**
1. Open Firefox
2. Open the Bookmarks library by pressing "*Ctrl+Shift+B*"
3. Press the *Import/Export Arrows* -> *Import Data from another browsers...* button
**Actual Results**
*360 Browser* isn't listed
**Expected Results**
*360 Browser* is listed
**Note**
You can import bookmarks via .HTML file but those are not added directly onto the Bookmarks Toolbar
|
Session Restore shouldn't save redundant copies of the same data URI for a favicon over and over, if you have hundreds of tabs that share the same favicon I've been investigating some session-restore-serialization hangs that happen periodically (noticeably janking the Firefox parent process), and I'm filing this bug for the first issue that I noticed there that's causing this serialization to be heavier than it should be.
If you've got e.g. hundreds of tabs from the same site open (bugzilla in my case), then Session Store appears to save a distinct copy of the base64-encoded favicon for each tab. For [bugzilla.mozilla.org's 128x128 PNG favicon](https://bugzilla.mozilla.org/extensions/BMO/web/images/favicon.ico), that data URI is `186969` characters long, i.e. nearly 200KB i.e. 0.2MB. So: if you have 200 bugzilla tabs open, then that represents 200 * 0.2MB = 40MB of json that Firefox needs to re-serialize as part of your session state. That's quite a lot.
I recognize this isn't trivial, but: in the interests of making session-store reserialization a "lightweight" operation (since it janks the frontend process), could we somehow de-duplicate these data URIs and only serialize them once when we're generating JSON?
|
Make vertical tabs and tools 32px The tools are 36x36 based on changes in bug 1910358, and we want to put them back to 32x32 so they take up less space when vertical tabs are enabled. UX ultimately wants the tabs to change to 32x32 but that might be more involved so if we need a quick fix just for tools size we can do that and follow up with the rest of the changes later.
|
Initial/default value for lastTabFetch pref is wrong, results in failure to display fx-view sync setup steps I got into a state where I was logged in, but no other devices syncing with this account. The lazy pref getter for `services.sync.lastTabFetch` defines `false` as the default/fallback value, but this is an int pref so an exception is thrown.
|
[macOS] Pocket dropdown is stretched vertically after moving Firefox from one screen to another **Affected versions**
- Firefox 87.0
- Firefox 88.0a1
**Affected platforms**
- macOS 10.15.7
**Preconditions**
- Have a mac system with two screens setup
**Steps to reproduce**
1. Launch Firefox on one screen and open the pocket dropdown
2. Move Firefox to the second screen and open the pocket dropdown again
**Expected result**
- The pocket dropdown has normal height and width
**Actual result**
- The pocket dropdown is stretched vertically as well as its content
**Regression range**
- I will see for a regression
**Additional notes**
- The issue can be seen in the attachment, after dragging the Firefox's window to the second screen and opening Pocket dropdown.
- I easily reproduced the issue on a macbook pro 2015 retina with Scaled - More space on the main display, and a second HDMI FullHD screen.
- Wasn't able to reproduce it on Windows or Ubuntu so far.
|
Firefox View in a non-private window should never show tabs from a private window Steps to reproduce:
1) Create a new profile with Firefox View enabled and open several tabs and close some of them.
2) Create a private window.
3) Arrange the windows so Firefox View is visible in the non-private window and the private window has focus.
4) Create a new tab in the private window and close it.
5) Look at Firefox View.
Expected:
5) The recently closed tabs list should show the same view as after step 1.
Actual:
5) The closed tabs from the non-private window aren't displayed, and the closed tab from the private window is shown.
In other words, the private URL and private tab tile from the private window has leaked into non-private Firefox window.
If you start using tabs in the non-private window Firefox View will revert to showing tabs from that window. If you then go to the private window and create and close more tabs the closed tab list from the private window return to Firefox View.
|
The elements from the "Import", "Themes" and "Thank you" slides of the "about:welcome" page are not recognized by a screen reader software **[Affected versions]:**
- Firefox Release 93.0 - Build ID: 20210927210923
- Firefox Beta 94.0b7 - Build ID: 20211017185800
- Firefox Nightly 95.0a1 - Build ID: 20211018214442
**[Affected Platforms]:**
- Windows 7 x64
- Windows 8.1 x64
**[Prerequisites]:**
- Have a new Firefox profile.
- Have a screen reader software installed and enabled.
**[Steps to reproduce]:**
1. Open the browser using the profile from prerequisites.
2. Click the "Not now" button from the bottom right part of the page.
3. Observe the behavior.
**[Expected result]:**
- All the elements are from the second slide of the "about:welcome" page are successfully recognized by the screen reader software.
**[Actual result]:**
- The screen reader software says "blank" and no other elements are recognized.
**[Additional Notes]:**
- This issue is not reproducible on Windows 10 and macOS 11.6.
- This issue is also reproducible on the "Themes" and "Thank you" slides.
- The issue is not reproducible on the upgrade spotlights.
|
Pinning from private_browsing.exe on newer versions of Windows fails On newer versions of Windows (first seen in version 10.0.26052.1100 - Windows 11 24H2, as yet only available from the Windows Insider Program), private_browsing is unable to pin to the taskbar.
Found in
FX 123
Affected versions
All versions with pinning to the taskbar
Tested platforms
Affected platforms: Windows 10x64
Unaffected platforms: macOS 13, Ubuntu 22.1, Windows 11
Preconditions
Unpin Firefox Private from the taskbar and make sure that another browser is the system default browser. Close all instances of Firefox.
Steps to reproduce
Launch private_browsing.exe.
Go to about:welcome if it doesn't go there automatically.
Click yes on the prompt to make Firefox the default browser and pin it to the taskbar.
Expected result
Firefox Private is pinned to the taskbar
Actual result
Firefox private is NOT pinned to the taskbar and the user gets no feedback explaining that it isn't pinned.
Regression range
Not a regression
Additional notes
Happens since pinning was introduced into the installer, and only on newer versions of Windows.
|
Fix stutter on new profiles due to Firefox logo On new profiles - in Pocket locales - there is a brief moment on the New Tab page where the Firefox logo will show, then when the user's location is determined, it will hide and Pocket will load.
This can be fixed by not showing the logo until the location is determined. Conversely this will cause a slight stutter on non pocket locales, where the logo will load slightly later. But loading a moment later is better than showing and being removed.
|
The stale message-bar layout is breaking over two lines Now that https://bugzilla.mozilla.org/show_bug.cgi?id=1851612 has landed, we have the updated stale message-bar. Unfortunately, one of the other style changes seems to have narrowed the message-bar just enough that it's breaking onto two lines, see screenshot.
Let's fix this and get it back to a single line.
|
When closed, firefox will always open external links in new tabs and never new windows. User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
I launched Firefox from a link in a different app.
Actual results:
Firefox opened the link in a new tab.
Expected results:
I have set Firefox to open links in new windows instead of new tabs. When launching Firefox from a link, Firefox will ignore this setting and open the link in a new tab instead. I'm not certain how Firefox decides which window to open the tab in, but that window is often not on the desktop I am currently using so it can take an extra step to find where the tab was opened.
|
Handlers set by policy aren't cleared when the policy is I'm not sure if this a problem outside of the tests, but it is certainly a problem for Thunderbird in the tests. After running browser_policy_handlers.js, any test that opens about:preferences causes the test to crash by attempting to access www.example.org, because of an icon set on a menulist in the handlers preferences. In Firefox the menulist is hidden until you click on it, so it doesn't attempt to load the icons.
I also don't know why this wasn't happening until yesterday, when a bunch of other tests started failing on us.
|
prefFlips feature schema has wrong path There is a typo in the prefFlips feature schema path, causing failures in Experimenter (see https://app.circleci.com/pipelines/github/mozilla/experimenter/39856/workflows/ec31ad8e-1ca0-4183-b00a-ecdb94ee0f63/jobs/194471)
|
Address bar Search Engine placeholder is not correctly displayed in private browsing **Found in**
* Fx 106.0a1
**Affected versions**
* Fx 107.0a1
* Fx 106.0b5
**Affected platforms**
* Ubuntu 20
* Windows 10
* macOS
**Pre-conditions**
browser.search.separatePrivateDefault.ui.enabled set to true
Have a PB window opened in a previous session at least once.
**Steps to reproduce**
1. Launch FF.
4. Go to about:preferences#search.
4. Change the search engine for PB to be different from the one used in the regular version.
5. Open a PB window and check the address bar.
**Expected result**
Search Engine set for PBM is correctly displayed in the placeholder.
**Actual result**
The address bar displays the wrong placeholder.
**Regression range**
N/A
|
DisplayMenuBar isn't working via GPO with Firefox 72 With the changes in bug 1587492, the GPO for the menubar isn't working anymore.
This is because the GPO uses 1/0 instead of booleans (implementation detail), so the schema validator change isn't kicking in.
This is a corner case where we moved a bool to a string enum, so I'm going to put in a workaround.
|
The QR code from the "PB_FOCUS_PROMO" modal wrongly redirects to the "Firefox Klar" app even if the region is set to "US" and a Firefox en-US locale build is used **[Affected versions]:**
- Firefox Beta 100.0b4 - Build ID: 20220410195727
- Firefox Nightly 101.0a1 - Build ID: 20220412094307
**[Affected Platforms]:**
- Windows 10 x64
- macOS 11.6.2
- Linux Mint 20.2 x64
**[Prerequisites]:**
- Have a Firefox en-US locale build installed.
- Have a new Firefox profile with the "browser.search.region" pref set to "US" in the "about:config" page.
- Have a device with a QR code scanner app installed.
**[Steps to reproduce]:**
1. Open the browser using the profile from the prerequisites.
2. Open a new "Private Window" (Ctrl+Shift+P).
3. Click the "Download Firefox Focus" button.
4. Scan the modal's QR code and observe the behavior.
**[Expected result]:**
- You are redirected to the "Firefox Focus" app.
**[Actual result]:**
- You are redirected to the "Firefox Klar" app instead.
**[Notes]:**
- The modal's QR code redirects to the "https://mzl.la/3racU17" URL.
|
Bookmark menu has different content when opened from toolbar or Overflow menu User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:100.0) Gecko/20100101 Firefox/100.0
Steps to reproduce:
1. Use 'Customize toolbar' to place the 'Bookmarks menu' icon in the toolbar
2. End the 'Customize toolbar' view by clicking 'Done'
3. Open the bookmarks menu from the just added icon in the toolbar
The opened menu looks as expected. It contains the bookmarks, folders and some other menu items related to bookmarks.
4. Start 'Customize toolbar' again and move the 'Bookmarks menu' to the 'Overflow menu'
5. End the 'Customize toolbar' view by clicking 'Done'
6. Open the bookmarks menu from entry in the Overflow menu
The menu that opens now has a different content. It shows 'Recent bookmarks' instead of the bookmarks menu.
System details: Fedora 36, x86_64
Firefox version: Firefox 100.0 (64 bit) (firefox-100.0-4.fc36.x86_64 from the Fedora repositories)
Actual results:
If the 'Bookmark menu' entry is placed in the Overflow menu, it shows Recent bookmarks instead of the bookmarks menu.
Expected results:
The 'Bookmarks menu' entry shows the same menu, i.e., the bookmarks menu, irrespective from where it is opened (toolbar or overflow menu).
|
tabbar background becomes a default opaque color when losing focus User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:133.0) Gecko/20100101 Firefox/133.0
Steps to reproduce:
* Install a theme with a background image, e.g. my one https://addons.mozilla.org/firefox/addon/transgender-pride-2/
* enable window title in the customization
* switch to another window but make the firefox window still visible
Actual results:
The tabbar background becomes a default opaque color (a nearly white color for me). The theme's background is gone.
Expected results:
The tabbar should still have the background image.
regressed by bug 1899598.
|
Search Engine Removal Info bar is showing up when default engine is unchanged A Nightly user has reported the removal of search engine info bar shows up when their default engine is still duck duck go.
Ddg was still working as the user's default search engine.
Questions
1. Was it on startup or whilst FF was already running?
The infobar appeared on browser startup after a new version had been installed.
2. Is it reproducible?
Yes. This was reproducible on engineering side. The bug is caused by a race condition, sometimes the `add-on manager` would start up after the `Search Service` initialization. However, `add-on manager` should start up **before** the `Search Service` initialization. That's why we see this bug sometimes but not all the time due to the race condition.
In order to reproduce this on the engineering side, we had to modify the code and force `add-on manager` start up after Search Service initialization. When `add-on manager` started after the search service initialization, we will see the infobar appear.
More information on the logs and race condition can seen in Bug 1691706.
|
Intermittent TV browser/base/content/test/pageActions/browser_page_action_menu.js | This test exceeded the timeout threshold. It should be rewritten or split up. If that's not possible, use requestLongerTimeout(N), but only as a last resort. - **Filed by:** rmaries [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=316624061&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QjF5Z4lHSZ22aynxzMquog/runs/0/artifacts/public/logs/live_backing.log
**Reftest URL:** https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/QjF5Z4lHSZ22aynxzMquog/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
---
```
```
|
There is a size inconsistency between history/bookmarked/switch to tab and suggestion results favicons **[Affected versions]:**
- Firefox Nightly 117.0a1 - Build ID: 20230730210800
- Firefox RC 116 - Build ID: 20230724170120
**[Affected Platforms]:**
- Windows 10 x64
- Linux Ubuntu 20.04 x64
- macOS 12.6.1
**[Prerequisites]:**
- Set `browser.urlbar.pocket.featureGate` to “true”.
- Set `browser.urlbar.bestMatch.enabled` to “true”.
- Set `browser.search.region` to “US”.
**[Steps to reproduce]:**
1. Open the browser with the profile from the prerequisites.
2. Type “breakfast” in the Address Bar.
3. Click the “Cat Cora” Pocket suggestion.
4. Open a new tab and type “breakfast” in the Address Bar.
4. Observe the favicons of the results displayed in the Firefox Suggest section.
**[Expected result]:**
- Both Pocket favicons are the same size.
**[Actual result]:**
- The Pocket favicon of the “Switch to tab” result is bigger than the Pocket suggestion’s favicon.
**[Notes]:**
- Attached is a screenshot of the issue.
|
Prevent Copy button to send information to Cloud Clipboard and Clipboard History on Windows Windows 10 introduced Cloud Clipboard and Clipboard History, when app uses classic clipboard API the information goes to the local clipboard and to the cloud/history as well.
This is typically not clear or known to user, so they might not understand they are copying their sensitive information to the cloud and history.
There is no known way to disable these features for the whole app, but if we add 3 clipboard formats listed here https://docs.microsoft.com/en-us/windows/win32/dataxchg/clipboard-formats#cloud-clipboard-and-clipboard-history-formats we will prevent sensitive data from going to the unexpected places.
|
Crash in [@ PR_Lock | PR_CallOnce | nss_Init | <&mut serde_json::de::Deserializer<R> as serde::de::Deserializer>::deserialize_seq] This bug is for crash report bp-b55b251f-65df-4545-8a2d-f78b10191222.
```
Top 10 frames of crashing thread:
0 libfenix.so PR_Lock
1 libfenix.so PR_CallOnce
2 libfenix.so nss_Init
3 libfenix.so <&mut serde_json::de::Deserializer<R> as serde::de::Deserializer>::deserialize_seq /root/.cargo/registry/src/github.com-1ecc6299db9ec823/serde_json-1.0.41/src/de.rs:1532
4 libfenix.so libunwind::Registers_arm::restoreVFPv3
5 libfenix.so libunwind::Registers_arm::restoreVFPv3
6 libfenix.so libunwind::Registers_arm::restoreVFPv3
7 libfenix.so std::sync::once::Once::call_once::{{closure}} components/support/rc_crypto/nss/src/util.rs:24
8 libfenix.so std::sync::once::Once::call_inner /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sync/once.rs:392
9 libfenix.so nss::pk11::slot::generate_random /rustc/625451e376bb2e5283fc4741caa0a3e8a2ca4d54/src/libstd/sync/once.rs:225
```
|
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 build, but that might be an unrelated web render issue.
From Socorro:
Maybe Fission related. (DOMFissionEnabled=1)
Crash report: https://crash-stats.mozilla.org/report/index/ed019f47-3749-4d5f-aaa5-96e4e0210504
Reason: ```EXC_BAD_ACCESS / EXC_I386_GPFLT```
Top 10 frames of crashing thread:
```
0 libobjc.A.dylib objc_msgSend
1 AppKit -[NSAccessibilityAttributeAccessorInfo _getAttributeValueForObject:]
2 AppKit -[NSAccessibilityAttributeAccessorInfo getAttributeValue:forObject:]
3 AppKit ___NSAccessibilityEntryPointValueForAttribute_block_invoke.811
4 AppKit NSAccessibilityPerformEntryPointObject
5 AppKit _NSAccessibilityEntryPointValueForAttribute
6 AppKit -[NSObject _accessibilityValueForAttribute:clientError:]
7 AppKit CopyAppKitUIElementAttributeValueNoCatch
8 AppKit CopyAttributeValue
9 HIServices _AXXMIGCopyAttributeValue
```
|
The assertAbandonmentEvent helper function is mistakenly marked async In my Glean SERP telemetry abandonment patch, I mistakenly [marked `assertAbandonmentEvent` as an async function](https://searchfox.org/mozilla-central/rev/85b4f7363292b272eb9b606e00de2c37a6be73f0/browser/components/search/test/browser/head.js#350) when it doesn't need to be.
|
The “Collection Promo” section is wrongly redisplayed on the first opened new tab after being dismissed using the “Delete from Pocket”/”Archive in Pocket” options **[Affected Versions]:**
- Firefox Nightly 75.0a1 Build ID: 20200309091841
**[Affected Platforms]:**
- Windows 10 x64
- macOS 10.15
- Linux Mint 19.2 Tina
**[Prerequisites]:**
- Have the value of the pref `browser.newtabpage.activity-stream.discoverystream.spocs-endpoint` set to `https://spocs.getpocket.com/spocs?site=1116390&country=US®ion=US-CA`.
- Have the value of the pref `browser.search.region` set to `US`.
- Be logged into Pocket.
**[Steps to reproduce]:**
1. Open the browser with the profile from prerequisites and open a new tab.
2. Click the “Open menu” button of a Collection card and select the “Save to Pocket” option.
3. For the same card, click the “Open menu” button and select the “Delete from Pocket” option.
4. Repeat steps 2 and 3 for three more cards to dismiss the section.
5. Open a new tab and observe the behavior.
**[Expected results]:**
- The “Collections Promo” section is no longer displayed.
**[Actual results]:**
- The “Collections Promo” section is redisplayed.
**[Notes]:**
- This issue is also reproducible if using “Archive in Pocket” instead of “Delete from Pocket” in the steps above.
- The section is dismissed after opening another new tab.
- This issue is not reproducible if the “Dismiss” option of a card is used instead.
- This issue is not reproducible if the section is dismissed from the section “Dismiss” button.
- The `browser.newtabpage.activity-stream.discoverystream.isCollectionDismissible` pref does not affect the results for either of its values.
- Possibly caused by Bug 1621023.
- Attached is a recording of the issue.
|
The Zoom Controls percentage is not centered in the Overflow Menu **Found in**
109.0a1 (2022-11-18)
**Affected versions**
109.0a1 (2022-11-18)
**Tested platforms**
- **Affected platforms:** Windows 10x64, Ubuntu 18.04, macOS 10.15
**Steps to reproduce**
1. Launch Firefox.
2. Access Customize mode.
3. Drag and drop the Zoom Controls inside the Overflow menu.
**Expected result**
The percentage value of the Zoom Controls is centered in the Overflow Menu.
**Actual result**
The percentage value of the Zoom Controls is not centered in the Overflow Menu.
**Regression range**
Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=0f84b85f120f45fe6bad63d5e26b5ba4cd89f801&tochange=fd69d6b3aeb8e1e04334a0885f60966883a69c08
Possible regressor: Bug 1799460
**Notes**
Please observe the issue in the attachment.
|
TranslationsEngine fails to load due to "setTimeout is not defined" Steps to reproduce:
Try to translate any page. Language isn't important.
Actual results:
The translation fails with the displayed error being: "There was a problem translating. Please try again."
Expected results:
Regressed by Bug 1942128.
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=90f0b0004226da5025acc6f9b45d2d2371bf71cb&tochange=b95de61de7638546897604c446045ce42782b388
|
Handle previews for multi-feature experiments in the dashboard Right now, we default to previewing the first messaging feature in an experiment. This works fine when there's only one feature, but in cases where there's more than one we need better handling.
Right now there's the [About Welcome post first run](https://experimenter.services.mozilla.com/nimbus/about-welcome-post-first-run-onboarding/summary) experiment as an example; the experiment deals with about:welcome but there is no preview-able about:welcome message (the experiment is for a toolbar button, not a message.) There *is* a Feature Callout as a second messaging feature, and it would be nice to be able to preview the feature callout for the branch where it exists.
Step 1 would be to turn off the preview link if the messaging feature is empty (i.e. no screens prop in the case of about:welcome), which should be covered by an existing PR for feature callout previews.
Step 2 would be searching/iterating through features to look for a message that can be previewed; if there's only one like in this case that should be straightforward. I'm not sure yet how we'll want to handle experiments with multiple possible messages; we'll probably want to investigate and handle that in a separate bug. One possibility would be a dropdown menu allowing users to choose a message to preview; UX input would be required!
|
[Win7/8.1] Minimize, Maximize and Close buttons are no longer visible if Firefox Alpenglow theme is used with Webrender +++ This bug was initially created as a clone of Bug #1677696 +++
*Affected versions*
* 88.0a1 (20210224100119)
*Affected platforms*
* Windows 8.1x64
*Steps to reproduce*
1. Open Firefox and go to Customize mode.
2. Set Alpenglow theme and observe the top buttons.
*Expected result*
* Buttons are displayed as expected.
*Actual result*
* The buttons are not displayed.
*Notes*
Tested with a new profile.
|
[Experiment] The Firefox logo and the Microsurvey title are not aligned on the Firefox de locale **[Affected Versions]:**
* Firefox Release 121.0, BUILD ID: 20231211174248
* Firefox Release 123.0.1, BUILD ID: 20240304104836
* Firefox Release 124.0.2, BUILD ID: 20240401114208
* Firefox Beta 125.0b5, BUILD ID: 20240327092250
**[Affected Platforms]:**
* macOS 14.3
**[Prerequisites]:**
* Have a Firefox “de” locale installed.
* Have the `nimbus.debug` pref set to `true` in the “about:config” page.
**[Steps to reproduce]:**
1. Open the browser using the profile from the prerequisites.
2. Navigate to the following link: about:studies?optin_slug=new-tab-microsurvey-relevance-satisfaction-existing-users-us-ca-de-gb&optin_branch=treatment-a&optin_collection=nimbus-preview
3. Open a new tab.
4. Observe the title from the Microsurvey card displayed in the bottom-right part of the screen.
**[Expected result]:**
* The title should be in line with the Firefox logo.
**[Actual result]:**
* The title is displayed on the next row, under the Firefox logo.
**[Notes]:**
* This issue is reproducible only on macOS. On Windows and Linux there is a different behavior tracked in bug 1889341
* This issue is reproducible only on the DE locale.
* Attaching a screenshot of the issue:
|
wrong extension-name of setting file when ASUS router setting saved Steps to reproduce:
tried to save settings on ASUS routers
Actual results:
Firefox 102 use the ".tar" as the extention-name to save the setting file.
Expected results:
the extension-name should be ".cfg". It worked well on firefox 101 and works well on Brave browser.
|
Sidebar cards look wrong with some themes. In particular, with themes that don't specify a sidebar color, we still use the toolbar background and foreground colors, which is wrong.
As per discussion with Yulia, it seems better to use transparency, and let the color inherit through, so that the card background always matches the sidebar background. This also makes the native macOS theme look nicer.
|
[Experiment] The "Easy Setup" Onboarding screen is not displayed for clients that are enrolled in the "Challenge the Default - Windows Fx115" experiment and have Firefox pinned to the taskbar **[Affected versions]:**
- Firefox Release 115.0 - Build ID: 20230629134642
**[Affected Platforms]:**
- Windows 10 x64
**[Prerequisites]:**
- Firefox is pinned to the taskbar.
- Firefox is not set as the default browser.
- Have the "[user.js](https://drive.google.com/file/d/1ltJbz-AERrVlfWQPgDlpjyBuVK85gCX4/view?usp=sharing)" filed saved to your PC.
- Have the latest Firefox Release 115 de locale installed.
- Have the OS language different than the Firefox build's one.
**[Steps to reproduce]:**
1. Create a new Firefox profile using `--first-startup` flag but do not open it.
2. Navigate to the recently created profile and paste the "user.js" file from the prerequisites.
3. Open the browser using the previously created profile.
4. Observe the first Onboarding screen.
**[Expected result]:**
- The "Easy Setup" onboarding screen is displayed.
**[Actual result]:**
- The "Language Switcher" screen is displayed instead.
**[Additional Notes]:**
- Attached is a screen recording of the issue:
|
Blocked dialog displayed when pasting from clipboard after canceling the DLP scan in gsheets **Found in**
* 137.0a1 (2025-02-19)
**Affected versions**
* 137.0a1
**Preconditions**
* Download the DLP test assets from https://drive.google.com/file/d/1yjqVRuxdKV3WnO7D2wzMgDXBuYBxUgVw/view
* Create a distribution folder inside the Firefox folder and paste the policies-1.json to it and then rename it to policies.json
* Run the DLP agent in CMD using: .\content_analysis_sdk_agent.exe --user --toblock=.\d{3}-?\d{2}-?\d{4}. --towarn=.warn. --delays=10
**Tested platforms**
* Affected platforms: Windows 10/11
* Unaffected platforms: Ubuntu, macOS
**Steps to reproduce**
1. Go to https://drive.google.com/drive/home and open a Google Sheet
2. Copy any random text and paste it inside the gsheet using ctrl+V (only click once on the desired cell)
3. Press the “Cancel” button from the “Scan in progress” dialog and observe the behavior
**Expected result**
* The scan is canceled and no other dialogs are displayed
**Actual result**
* “You’re not permitted to paste this content” dialog is displayed
**Regression range**
* Mozregression points to bug 1936020
**Additional notes**
* See the attached video
* Not reproducing on other pages (including on other gdocs) or if double-clicking on the cell before pasting
* The content is allowed in cmd
|
Expose default search engine pref The WNPanel message requires access to the default search engine name. We need to expose this value.
|
`setSearchMode` callers can pass null which throws exceptions I see this on a clean profile on a local build from Tuesday's mozilla-central, ie:
```
./mach run --temp-profile
```
reproduces reliably (a second or two after startup):
```
TypeError: (destructured parameter) is null UrlbarInput.jsm:1329:1
setSearchMode resource:///modules/UrlbarInput.jsm:1329
observe resource:///modules/UrlbarInput.jsm:1711
notifyAction resource://gre/modules/SearchUtils.jsm:189
_updateFromManifest resource://gre/modules/SearchEngine.jsm:1072
_reloadEngines resource://gre/modules/SearchService.jsm:832
AsyncFunctionNext self-hosted:674
```
Looking at the code, the [`observe` method](https://searchfox.org/mozilla-central/rev/3d53187b90605ccef321c9cadbba762ad06a6381/browser/components/urlbar/UrlbarInput.jsm#1709-1711) looks like it expects `subject.name` to be non-undefined/null, but it never QIs `subject`, and so AIUI there's no guarantee of this being the case.
Adding
```
subject.QueryInterface(Ci.nsISearchEngine);
```
before it fixes the issue.
It's not clear to me what the consequences of this bug are, and/or what's going to happen once we fix it... but we still should.
|
About debugging - Highlight focus on primary/secondary buttons does not correspond with the specific buttons proton highlight styling **Affected versions**
- 89.0a1 (2021-03-28)
**Affected platforms**
- Windows 10
- macOS 11
- Ubuntu 20.04
**Steps to reproduce**
1. Make sure browser.proton.enabled is set on true in about:config
2. Open about:debugging
4. Navigate using the TAB key in order to reach the buttons on the page
5. Observe the highlight focus
**Expected result**
- The highlight focus styling applied is the one used for buttons
**Actual result**
- The highlight focus styling applied is the one used for links
**Regression range**
- Not a regression, Proton specific
**Additional notes**
- Set as S3, since a better consistency around all about pages is desirable
|
Searches from the address bar end up truncated This happened to me twice today. I'll type out something into the address bar to search for it and I'll only end up getting the first part of my search query
e.g. I type "not with standing clause" [Enter]
I get a Google search for "not with sta"
|
Shortcut context menu outside shortcut hover area Expected that the context menu would be inside hoverable area
|
Unable to utilize "View page source" option in context menu in sidebar. #### Steps to reproduce
1. Enable the sidebar button.
1. [Invoke the sidebar:](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/sidebarAction/toggle#:~:text=Examples-,sidebarAction.toggle(),-Toggles%20the%20visibility)
~~~JavaScript
browser.sidebarAction.toggle()
~~~
1. Invoke the context menu:
1. ~~~JavaScript
let keyCodeInteger = 93 // Context Menu Key
let buttonInteger = 2 // Secondary Click
~~~
1. - ~~~JavaScript
document.dispatchEvent(new KeyboardEvent("keydown", { keyCode: keyCodeInteger }));
document.dispatchEvent(new KeyboardEvent("keyup", { keyCode: keyCodeInteger }));
~~~
- ~~~JavaScript
document.dispatchEvent(new MouseEvent("mousedown", { button: buttonInteger }));
document.dispatchEvent(new MouseEvent("mouseup", { button: buttonInteger }));
~~~
1. Select "View page source".
#### Actual results
Nothing occurs.
#### Expected results
I should be able to view the page source. Specifically, it should be invoked in a separate tab, as occurs in standard extension modals.
|
Search Tips/Interventions buttons are not visible in High Contrast mode (Windows) ##### [Environment:]
tested on:
- affected: Windows 10, Windows 7 Pro
- not affected: Mac 10.13, Mac 10.15.2, Ubuntu 18.04
with:
- 75.0b7 20200322132212
- 76.0a1 20200323092419
##### [Steps to reproduce:]
1. Set Windows high contrast on (any of the high contrast profiles will do)
2. Launch Firefox (new profile)
3. Open Addressbar and type *update firefox*
##### [Actual result:]
Intervention is displyed.
The buttons for the Intervention/Tips are not visible in Windows high contrast modes.
##### [Expected result:]
Intervention is displyed.
The buttons for the Intervention/Tips are visible in Windows high contrast modes.
##### [Note:]
1. IMO, possibly the same root cause as bug 1623944.
2. This bug lists the STR for Interventions; for STR to trigger Search Tips, see https://bugzilla.mozilla.org/show_bug.cgi?id=1623944#c0
|
Global Sharing Overlay has a title bar with a close option **Affected versions**
* 78.0a1(2020-05-26)
**Affected platforms**
* Ubuntu 18.04 LTS
**Steps to reproduce**
1. Engage in a video conference call (talky.io)
2. Click on the share screen button
3. Select a screen option from the "Select Window or Screen to share" drop-down and click on the "Allow" button.
4. Observe the Global Sharing Overlay.
**Expected result**
* Global Sharing Overlay should not have a title bar with a close button as seen in the image attached.
**Actual Result**
* Global Sharing Overlay has a title bar with a close button above it and you can close it without being able to bring it back.
**Regression range**
* This is a issue introduced with the new feature.
|
Moving a bookmark into a folder switches the selection to the next element in the list **Steps to reproduce:**
1. Open the bookmarks sidebar.
2. Drag a bookmark into a bookmark folder.
**Actual Results**
The selection is now the next element based on where the selection began. If there are multiple selections, then the next selection is the one following where the lowest bookmark on the list started prior to moving into a folder.
**Expected Results**
The selection should remain on the bookmark that I dragged into the folder as we should not assume a user wants to select the next element in the list.
Alternatively, the selection could disappear altogether. This is what Mac OSX does when moving files into another folder in List View.
[I've recorded a video of the behavior](https://www.youtube.com/watch?v=TauHZPN-xmE).
|
Add additional checks when using ExperimentStore during early startup Using the ExperimentAPI in the AboutWelcomeChild uncovered some issues for the early startup scenario of the store. We try to access too early and (I suspect) the lazy getter "saves" this bad store state (undefined) for future access as well.
|
Fix the translations pref declaration to be Firefox Desktop only I flipped on the pref everywhere, but it should have been flipped on only for Firefox Desktop.
|
Don't hide pref browser.pagethumbnails.capturing_disabled The pref `browser.pagethumbnails.capturing_disabled` should be unhidden because there are reasons for not wanting thumbnails generated that go beyond test purposes.
A web search for this preference will show many discussions by end users wishing to disable thumbnails on their New Tab page.
On my New Tab page, I only want the automatically detected high resolution favicon images or Custom Image Urls that I specify. Never captured thumbnails.
To accomplish this goal, I discovered the `browser.pagethumbnails.capturing_disabled` which I set to **True**.
However, now all my Custom Image Urls that I specified stopped working. This is bug 1551132. But that bug won't be fixed because pref `browser.pagethumbnails.capturing_disabled` is hidden and, therefore, thought to be only for testing purposes.
|
When sponsored tiles are present, dragging and dropping tiles adds duplicates, empty spaces, messes up the order Topsites shows Duplicates and empty spaces and wrong order
when i try to re organize them
**settings**
bucket : main-preview
Dump: false
region: US
useremotesettings: true
**Tested on**
Windows10 64bit
**Firefox**
Nightly 84.0a1 and Beta 83.0b4
**Steps to Reproduce**
(see screenshot attached)
-launch firefox (beta or nightly)
- go to about:preferences#home and set row 3 for topsites
- open new tab
- Remove the reddit topsite
- Add new topsite "playstation" , "www.playstation.com" >IT gets added as 3rd position
- Move SONY topsite to first place > firefox moves sony to 3rd place
- Move SONY topsite to first place again > firefox makes first place empty
- Move empty 1st place to last position
**Expected result**
The order of the topsites should be what the user wants it to be without duplicates
being shown or without empty spaces.
**Actual result**
When i reorder the topsites i see empty spaces, or duplicates being shown
this seems to be intermitent. When i restart i see the sony topsite on the last position +1, with empty spaces,
and the playstation topsite on another position that was not the one that it showed previous to the restart
|
[Experiment] The UI elements of the Cookie Banner Reduction CFR message are wrongly displayed for RTL builds **[Affected versions]:**
- Firefox Beta 128.0b8 - Build ID: 20240626091446
**[Affected Platforms]:**
- Windows 10 x64
- macOS 12.4
- Linux Ubuntu 20.04 x64
**[Prerequisites]:**
- Have a Firefox RTL build installed (ar, he, fa, etc).
- Have the following pref set:
`nimbus.debug` = `true`
**[Steps to reproduce]:**
1. Open the browser from the prerequisites.
2. Copy and paste the following link in order to force enroll in the “CBB ROW Hold-back with Promo” experiment: `about:studies?optin_slug=cbb-row-hold-back-with-promo&optin_branch=treatment-a&optin_collection=nimbus-preview`
3. Restart the browser.
4. Open a new Private Window.
5. Navigate to a website that contains a cookie banner. (e.g. bloomberg.com, cnn.com)
6. Observe the CFR message.
**[Expected result]:**
- The elements of the CFR message are correctly displayed respecting the RTL rules.
**[Actual result]:**
- The message’s arrow points to the Address Bar instead of being anchored to the "Tracking Protections" button.
- The X button, cookie icon, link, and text from the message's content are displayed in the same way as on the LTR builds.
- The X button overlaps part of the text from the message’s content.
**[Notes]:**
- Attached is a screenshot of the issue on 3 RTL builds (ar, he, fa, etc).
- This issue is probably reproducible with other RTL builds.
|
Broken info icon in confirm browser language settings message We have a broken icon in a message we show to the user when they change their browser language to something that requires a restart to get applied. I was able to trigger this by trying to change my browser language to Hebrew, but I expect any RTL language would work.
It looks like we changed the icon to be an `<html:img>` from a XUL `<image>`, but we're still trying to set the image contents with `list-style-image` [here](https://searchfox.org/mozilla-central/source/toolkit/themes/shared/in-content/common-shared.css#1309). Switching to use `content` should fix things, but I'm not sure how widely used the `.message-bar-icon` class is given it's defined in `common-shared.css`.
|
ModalPrompter falls back to window prompts for subframe BrowsingContexts Currently, when prompting with a BC of a subframe, `ModalPrompter` will fail to get the window actor and fallback to a window prompt.
For example, running this on a page with an iframe will result in a window prompt:
```
Services.prompt.alertBC(gBrowser.selectedBrowser.browsingContext.children[0], Services.prompt.MODAL_TYPE_TAB, 'title', 'body')
```
Using the top browsing context [here](https://searchfox.org/mozilla-central/rev/41c3ea3ee8eab9ce7b82932257cb80b703cbba67/toolkit/components/prompts/src/Prompter.jsm#490) probably fixes this.
|
Many sync pings are missing device IDs I've many sync pings for my personal account which have, say:
```
"devices": [
{
"id": "00000000000000000000000000000000",
"type": "desktop",
"os": "Darwin",
"version": "77.0a1"
},
{
"id": "00000000000000000000000000000000",
"type": "desktop"
}
],
...
"uid": "2b...",
```
The ping reports a sync did happen (so we should have a token) and given we report the uid, we should be able to report the device IDs.
This is true for all recent pings, then they start appearing (on May 2). Without digging deeper and without real evidence, I'm suspecting bug 1604844
|
Unified search button persists in about:preferences#search if opened from the dropdown **Notes**
* Issue is not reproducible if navigating manually to about:preferences#search.
**Found in**
* Nightly 135.0a1;
**Affected versions**
* Nightly 135.0a1;
**Affected platforms**
* Windows 10/11;
* Ubuntu 22;
* macOS 14;
**Preconditions**
* browser.urlbar.usb.dynamic set to true
* browser.urlbar.scotchBonnet.override set to true
**Steps to reproduce**
1. Launch Firefox.
2. Open Unified Search button, click on Search Settings.
**Expected result**
* USB is not displayed.
**Actual result**
* USB is displayed.
**Regression range**
* regressed by: bug 1928132
|
Letter is missing from label when sidebar is minimized in vertical tabs **Steps to reproduce [can add screenshots or video recordings for reference]:**
1. Create a tab group in vertical tabs and give it a group name (i.e Shopping)
2. Drag sidebar so it's in a minimized state
**Expected behavior [What should have happened?]:**
A letter "S" should be in the tab label in a minimized state as the first letter of the label name
**Actual behavior [What actually happened?]:**
The label is blank
|
Firefox is pinned to the taskbar even though the "On my taskbar" checkbox is unchecked **Found in**
* Beta 103.0b5
**Affected versions**
* latest Nightly 104.0a1
* Beta 103.0b5
**Affected platforms**
* Windows 7 x64
**Steps to reproduce**
1. Double click on the Firefox Setup.
2. Click on the "Run" button from the dialog.
3. Click on the "Next" button from the installation wizard.
4. Choose the custom installation and hit Next.
5. Leave the default installation path, then hit Next once again.
6. Uncheck the "On my taskbar" checkbox.
7. Finish the installation process.
8. Observe the Win 7 taskbar.
**Expected result**
* Firefox icon is not pinned to the taskbar.
**Actual result**
* Firefox icon is pinned to the taskbar.
**Regression range**
* Not a regression, the bug can be reproduced on the first builds where this feature landed, e.g. Nightly from 2022-06-28.
**Additional notes**
* This can be reproduced if all Firefox profiles, files are deleted from %appdata%. It did not seem to make any difference if deleting the Mozilla registry files as well.
* We were unable to reproduce this on Win 10 x64 or Win 8.1 x64.
|
Desktop briefly revealed during sidebar animation expansion when double-clicking sidebar toggle button on Linux STR:
1. Change `sidebar.revamp = true` on Ubuntu 24.10.
2. Collapse the sidebar if it is already expanded.
3. Double-click the sidebar toggle.
Desktop briefly shows through during expansion animation.
Does not happen when sidebar already expanded or on Windows 11 (opaque window).
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=aa6305a65fb5e7e7a9a1c0b572cdb0e2d4dac4fc&tochange=05fe9b71651f981ada58733864135b940f9c27b0
Regressed by Bug 1915230.
|
Uncaught TypeError: can't access property "toggleAttribute", tabs[groupDropIndex] is undefined I'm seeing this error in Nightly.
|
Search Configuration - Search code for yandex-drp is incorrect in RU/RU [Environments:]
Windows10
baseline:
http://ftp.mozilla.org/pub/firefox/candidates/75.0b9-candidates/build1/partner-repacks/yandex/yandex-ru/v1/win64/ru/
region: RU
modern-configuration
Nightly 77.0a1 -ru build 20200503
region: RU
simulated distribution ini code: yandex-drp
Steps to reproduce:
Perform a simple search in the address bar by using the default search engine.
Actual result:
The resulted URL contains the following string: "clid=2186621&clid=2039342"
Expected result:
The search code for Yandex-drp is: "clid to 2039342", so I assume it should contain only "clid=2039342".
|
Places drop indicator's vertical positioning is inconsistent when dragging immediately before/after a separator User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
- Make a separator and a couple bookmarks in your bookmarks menu
- Drag a bookmark and move it above the separator, then below the separator
Actual results:
- Drop indicator appears like 4px below the separator when mouse is below it, but appears right on top of the separator when mouse is above it. The drop indicator also flickers intermittently while the mouse is directly on top of the separator. It makes it hard to tell where the dragged item is going to land.
Expected results:
I guess the drag helper should have some special dragover behavior for menuseparators, like generate a position that's 4px above or below the menuseparator's y coordinate.
|
Review Checker v.1.1 will not Auto open for Walmart Product Details pages **Found in**
* Nightly 124.0a1 (2024-02-06)
**Affected versions**
* Nightly 124.0a1 (2024-02-06)
* Beta 123.0b8
**Affected platforms**
* All
**Preconditions:**
Reach about:config and set the following prefs:
browser.shopping.experience2023.enabled, set to true (doubleclick)
browser.shopping.experience2023.optedIn, set to 1 (doubleclick, input ‘0’, hit enter)
browser.shopping.experience2023.autoOpen.enabled - true
browser.shopping.experience2023.autoOpen.userEnabled - true
**Steps to reproduce**
1. Reach : https://www.amazon.com/XUEGW-Computer-Assembly-Required-Foldable/dp/B0CDS1238W/ref=sr_1_2_sspa?keywords=desk&qid=1706529514&sr=8-2-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&th=1
2. Close the Review Checker from the X Close button.
3. Reach walmart.com in a new tab or in the same tab.
4. Select and reach any product details page.
**Expected result**
* Review Checker v1.1 should open Automatically when reaching a supported Product Details page.
**Actual result**
* The Review Checker will not open automatically for Products from Walmart.
The Review Checker will only open automatically for products from amazon.com or bestbuy.com
**Regression range**
Not a Regression
|
Bookmarks toolbar flickers on opening new windows With bug 727668 we will be showing the bookmarks toolbar on the New Tab page. Right now this is happening after we determine what page has been loaded so there is a slight pause before the toolbar appears.
|
Tab History or State broken/incorrect User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:76.0) Gecko/20100101 Firefox/76.0
Steps to reproduce:
Searched "webview library" in the title bar.
clicked first ddg result "https://github.com/zserge/webview"
clicked issues, I'm now at "https://github.com/zserge/webview/issues"
middle clicked refresh to open another copy of the tab
Actual results:
The tab that opens when I middle-click refresh is a different URL "https://duckduckgo.com/?t=ffab&q=webview+library&ia=web"
Expected results:
middle click refresh usually opens the same page, "refreshes in a new tab" is how I treat it. I would expect the new tab to be at the url "https://github.com/zserge/webview/issues"
**** ALSO RELATED ****
The other issue is that when I close that tab and hit ctrl-shift-t it opens the same wrong URL, I can't close a bunch of tabs and re-open them because some are seemingly randomly on different pages then when they closed.
|
Autocomplete suggest wrong URL When typing "red", the URL bar will now autocomplete as _red_`.reddit.com/r/linux`. This doesn't really make sense. The URL in the dropdown is still correct. I think I've seen this bug for the first time this week (using Nightly).
|
prefFlips experiments can fail to unenroll STR
Create a rollout on the prefFlips experiment with:
```
{
"prefs": {
"extensions.logging.enabled": {
"branch": "default",
"value": 123
}
}
}
```
ER: The rollout should immediately unenroll after enrolling
AR: It stays enrolled but the pref does not change.
|
[HCM] about:telemetry expended menus are not visible in hcm #### Affected Versions:
Nightly 102a1, Beta 101 and Release 100
#### Tested on:
Windows 10, Windows 7, Ubuntu 22
#### Preconditions:
High contrast mode enabled
#### Steps to reproduce:
1. Launch firefox and reach about:telemetry
2. Click on the Histograms menu in the left side.
#### Expected Results:
The histograms submenu should be visible.
#### Actual Results:
The histograms submenu is not visible.
#### Regression range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=0e1179305bc22c8bb034cca6f66d8e3864fd77d5&tochange=740fad344989d083fad880469a0555ac68010d34
#### Notes:
The issue is reproducible using both black and white high contrast mode.
|
Screenshots get broken when dragging the tab to a new window **Found in**
* Nightly 123.0a1
**Affected versions**
* Nightly 123.0a1
**Tested platforms**
* Affected platforms: macOS 13, Ubuntu 22.04 and Windows 10 x64.
**Preconditions**
* 'screenshots.browser.component.enabled' is set to true in about:config.
**Steps to reproduce**
1. Navigate to any website.
2. Enable Enable Screenshots by hitting the Cmd/Ctrl+Shift+S keys.
3. Drag the tab to create a new window.
**Expected result**
* A second window is created, and Screenshots should remain enabled.
**Actual result**
* The Screenshots overlay follows the tab in the second window while the buttons remain in the first window. Please see the screen recording for more details.
**Regression range**
This is not a regression, it's reproducible only when enabling the component version of Screenshots.
**Additional notes**
* The issue does not occur when 'screenshots.browser.component.enabled' is set to false in about:config.
|
[Omnibox API] Deletable suggestion result menu is broken Steps to reproduce:
1) Navigate to about:config
2) Set `browser.urlbar.resultMenu` to `true`
3) Navigate to https://github.com/gregorypappas/onDeleteSuggestion
4) Download and unzip the extension
5) Navigate to about:debugging -> This Firefox -> Temporary Extensions
6) Select 'Load Extension' and install the unzipped extension from step 4
7) Type `omni 123` in the address bar
8) Click the result menu button on one of the rows provided by the extension
Actual results:
The menu is empty
Expected results:
The menu is not empty
|
Extra space to the right of the hamburger menu in vertical tabs, in MacOS When I enable vertical tabs on MacOS, the hamburger menu has space to the right of it which is not present when the tabstrip is visible in horizontal tabs.
|
DoH heuristics sometimes don't run when network goes up Found this thanks to @dcicas and @bmaris. Sometimes, when the network goes up, we don't re-run heuristics.
The reason is that we receive a signal that the network link is up, but captive portal state is unknown, so we don't run heuristics. Later, we never receive a captive portal state change event. This implies that the observer notification `ipc:network:captive-portal-set-state` which is used by the captive portal web extension API is unreliable. However, I verified that `network:captive-portal-connectivity` IS sent, so that one should work.
We should change the captive portal handler to use onConnectivityAvailable rather than onStateChanged, at least for now. Once bug 1603779 lands we should solve this network handling issue once and for all.
I'll attach a patch specifically for beta - this bug does not manifest the same way in Nightly and I'd rather solve it in central after bug 1603779 lands.
|
Hovered and selected state of star, reader and extensions icons are not consistent with other icons in address bar after landing patch from bug #1720836 Hovered and selected state of star icon is smaller compared to other icons in address bar.
Also active area of catching mouse in hover state looks smaller,
but active area to select star icon is not affected by this issue.
Other icons are not affected by this issue.
The regression is caused by:
> Bug 1720836 - Restore Go button appearance by partially reverting D114642. r=desktop-theme-reviewers,dao
>
> Differential Revision: https://phabricator.services.mozilla.com/D120666
|
[foxfooding] Recently closed section from Firefox View should not list identical tabs if more than 1 was closed **Firefox Version:** Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:104.0) Gecko/20100101 Firefox/104.0
**Window Size (inner width and height):** 1536x739
**GitHub Username:** @emelipasini
## Steps to Reproduce
Open different random tabs to see the Recently closed section from Firefox View
## Expected Behavior
I was hoping that the repeated pages would not be shown 2 times and also that new tab will not be shown on recently closed pages
## Actual Behavior
The actual result was that repeated pages were displayed and also new tabs were shown twice. This happened because I closed repeated tabs and the new tab, not for a bug but I still think those two could be filter for a more clean view.
## Attachment
[Link to the original attachment](https://mk-mozilla-campaign-form.s3.eu-central-1.amazonaws.com/cd083f88-a716-4d43-8942-efa670726ee6.PNG)
|
The "Enhanced Tracking Protection is ON for this site" title has no bold style applied **Found in**
* Firefox 110.0b5 (BuildId:20230124185837)
**Affected versions**
* Firefox 110.0b5 (BuildId:20230124185837)
* Firefox 111.0a1
* Firefox 109.0
**Tested platforms**
* Affected platforms: Windows 10 64bit, macOS 11 & Ubuntu 22.04.
**Steps to reproduce**
1. Access the following [link](https://9gag.com/).
2. Click on the shield icon from the URL bar.
3. Click on the "Site not working?" link inside the panel.
**Expected result**
* The "Enhanced Tracking Protection is ON for this site" title has a bold style applied.
**Actual result**
* The "Enhanced Tracking Protection is ON for this site" title has no bold style applied.
**Regression range**
* Mozregression pointed out Bug 1795041 for causing this regression.
* Pushlog: https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=ba167aea062848519c08bd361cee930c5b561692&tochange=43fc9b9ce983f88c3441b9be08246216291eb85e
|
The elements from the "Import", "Themes" and "Thank you" slides of the "about:welcome" page are not recognized by a screen reader software **[Affected versions]:**
- Firefox Release 93.0 - Build ID: 20210927210923
- Firefox Beta 94.0b7 - Build ID: 20211017185800
- Firefox Nightly 95.0a1 - Build ID: 20211018214442
**[Affected Platforms]:**
- Windows 7 x64
- Windows 8.1 x64
**[Prerequisites]:**
- Have a new Firefox profile.
- Have a screen reader software installed and enabled.
**[Steps to reproduce]:**
1. Open the browser using the profile from prerequisites.
2. Click the "Not now" button from the bottom right part of the page.
3. Observe the behavior.
**[Expected result]:**
- All the elements are from the second slide of the "about:welcome" page are successfully recognized by the screen reader software.
**[Actual result]:**
- The screen reader software says "blank" and no other elements are recognized.
**[Additional Notes]:**
- This issue is not reproducible on Windows 10 and macOS 11.6.
- This issue is also reproducible on the "Themes" and "Thank you" slides.
- The issue is not reproducible on the upgrade spotlights.
|
Intermittent browser/base/content/test/about/browser_aboutNetError_csp_iframe.js | Test timed out - **Filed by:** abutkovits [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer.html#?job_id=303751181&repo=autoland
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EhSe0vQ7Sc-VDuahfiszTA/runs/0/artifacts/public/logs/live_backing.log
**Reftest URL:** https://hg.mozilla.org/mozilla-central/raw-file/tip/layout/tools/reftest/reftest-analyzer.xhtml#logurl=https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/EhSe0vQ7Sc-VDuahfiszTA/runs/0/artifacts/public/logs/live_backing.log&only_show_unexpected=1
---
|
Drop down searched strings are no longer highlighted after following certain steps *Affected versions*
* 76.0a1 (20200323092419)
* 75.0b7 (20200322132212)
* 74.0 (20200309095159)
*Affected platforms*
* Windows 10 x64
* Ubuntu 18.04
* macOS 10.15
*Steps to reproduce*
1. Open Firefox and go to about:preferences#home.
2. Click on “New tabs” dropdown and select “Blank Page”
3. Search for `firefox` in Find in Option.
4. Click again on “New tabs” dropdown and observe the Firefox Home string.
*Expected result*
* `Firefox` string is highlighted.
*Actual result*
* `Firefox` string is not highlighted.
*Regression Range*
* Last good revision: ff20472890a1e3fa12e9b24bd9ef0520faea54da
* First bad revision: 37d758a90ed9fc26c1d09993ddf73823295ea5d0
* Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=ff20472890a1e3fa12e9b24bd9ef0520faea54da&tochange=37d758a90ed9fc26c1d09993ddf73823295ea5d0
*Notes*
* Attached a screen recording with the issue.
|
The Thickness levels remain locked after the Highlighted text is unselected **Found in**
* Nightly 125.0a1 (2024-02-21)
**Affected versions**
* Nightly 125.0a1 (2024-02-21)
* Beta 124.0b1
* Release 123
**Affected platforms**
* All
**Steps to reproduce**
1. Open any PDF in Firefox.
2. Enable the Highlight tool.
3. Highlight some Text.
4. Try to Edit the Thickness levels.
5. Click Anywhere else to Unselect the Highlighted Text.
6. Try to Edit the Thickness levels.
7. Disable the Highlight tool from the Toolbar and re Enabled it.
8. Try to Edit the Thickness levels.
**Expected result**
* The Moment the Highlighted text is unselected the Thickness levels should be unlocked and editable.
**Actual result**
* The Thickness levels remain locked after the Tool is disabled and re enabled, or the Highlighted text is unselected.
**Regression range**
Not a Regression
|
Mac touchbar makes it easy to accidentally prepend '+ ', '% ', etc. restriction tokens/characters to the urlbar input This has been happening for a while and I can't reliably reproduce it.
|
FreeText annotation isn't displayed STR:
- open the pdf.
It should display "Hello World" but the page is empty.
The pdf contains a freetext annotation without any contents which implies that no popup will be created for it and consequently the annotation layer doesn't have a section for it. But in order to make the freetext annotations editable, they've their own canvas but this one cannot be inserted in the annotation layer because their parents don't exist.
It's a regression from bug 1838799 and especially from:
https://github.com/mozilla/pdf.js/pull/16535
|
QR code image is not exposed to assistive technology on the Desktop to Mobile Adoption feature callout The QR code is hidden from assistive technology which may prevent users from knowing where to point their cameras to scan it. It would be an `access-S2` issue, but the adjacent text does mention the QR code which may hint that there is, in fact, some QR code image on the screen somewhere, but it is still important to indicate the image is there and this is, in fact, a QR code needed to be scanned. The `alt` could be `Firefox download QR code` or similar.
|
Translations panel does not receive keyboard focus when activated with Enter/Space ### STR:
1. Ensure that Translations are activated via `browser.translations.enable=true`.
1. On a translatable website, navigate to the awesomebar. Press `Tab` once to move the focus to PiP control (if present) and then (if needed) use `Right Arrow` key to focus the `Translate this page` toggle
1. Press `Space` or `Enter` to open a Translations panel
1. When the panel is opened, locate the keyboard focus position
### Expected:
1. The focus is moved to the panel and the gear image button (`Manage translation settings`) is focused
### Actual:
1. The keyboard focus remains on the toggle button. Screen reader user may not be aware of the panel being opened (i.e. an NVDA screen reader on Windows does not announce anything)
### Notes:
1. pressing `Tab` once or pressing `Down Arrow` key would move the focus to the panel, thus the panel could be reached by a keyboard-only user, but this is a workaround and not an expected behavior, thus an a11y-S3 severity
2. Good example: Identity panel toggle (`View site information`)
|
Firefox requests 'Reboot Now' to complete install on some systems On a Windows 8.1 machine, installing Firefox 82.0 RC 2 and 83.0a1 into a new folder requires a reboot to complete. The issue does not reproduce on a Windows 10 machine.
The full .exe installers are used (en-US) versions, both 32-bit and 64-bit reproduce the issue.
The installation dialog shows "A Little Housekeeping…" for several seconds.
The installation folder is outside C:\Program Files
After the install and before the reboot, there is a firefox.exe.moz-upgrade file in the install folder which is gone after the reboot.
|
Distinguish between private and regular browsing modes wrt Google signed-in telemetry Via the QA process for bug 1877494, we found that Google signed-in telemetry is not correct when the SERP is loaded into a private browsing mode window or tab. Two points here:
1) We do not want to record telemetry for a client's Google account signed-in status in private browsing mode, so what's currently happening is accidentally the desired behavior.
2) We need to correctly account for context (private vs. regular browsing modes) in our Google signed-in telemetry so that we can explicitly (rather than accidentally) not collect Google signed-in telemetry when in PBM.
|
Firefox View logo container should be full width on narrower viewports The latest Figma file shows the Fx View logo container spanning full width with the logo itself centered within it in narrower viewports (max-width of 688px or 43rem). The main content should be underneath and also span full width.
STR:
Open Firefox View page, reduce window width to 688px/43rem or less.
Actual:
Notice the Fx View logo container still remains as a column to the left of the main content.
Expected:
Fx View logo container should span full width with the logo itself centered within it in narrower viewports (max-width of 688px or 43rem). Main content area should be beneath and also full width.
|
Screenshots should use openOrClosedShadowRoot instead of shadowRoot In bug 1909926, we added the ability to hover over open `shadowRoot` elements.
We should update to using `openOrClosedShadowRoot`
|
Unexpected behavior when closing a group with a `beforeUnload` handler While investigating bug 1948859 I noticed that tab groups can do unexpected things when they contain tabs that prompt the user before unloading, such as https://codepen.io/chriscoyier/pen/GRRJobP
- Saving and closing a group, the user can select "stay on this page", resulting in the group remaining with a single tab and also a copy of the original group being saved.
- The associated bug 1948859 appears to be caused by groups being removed before their unload handlers have completed.
Mossop suggested that a group containing tabs with these prompts should behave similar to windows:
> the flow [for closing a window] is, user attempts to close, we fire beforeunload everywhere, if the user cancels anywhere then none of the tabs close.
We should update anywhere that we remove groups to batch process their unload handlers and cancel removing the group if _any_ of those are cancelled by the user.
|
Create New Group panel is not displayed when dragging the tab before the other tab **Affected versions**
* Firefox Nightly 135.0a1
**Affected platforms**
* macBook Pro Sonoma 14.1.2
**Preconditions:**
Set browser.tabs.groups.enabled true
**Steps to reproduce**
1. Open a few new tabs
2. Select and drag a tab onto the other tab until the Tab Grouping indicator is displayed and the panel is displayed
3. Switch the dragged tab position before the other open tab and drag it again over the tab until de tab grouping indicator is displayed
**Expected result**
* Create New Group panel should be displayed
**Actual result**
* Create New Group panel is not displayed when dragging the tab before the other tab
**Regression range**
* New feature
**Additional notes**
* See the attached recording
|
Default browser ping should not be submitted if telemetry is disabled at build time The Firefox telemetry service contains [this check](https://searchfox.org/mozilla-central/rev/41c3ea3ee8eab9ce7b82932257cb80b703cbba67/toolkit/components/telemetry/core/Telemetry.cpp#1175) of a few different compile-time parameters to disable uploading any pings (but not generating them) in those cases, notably including non-official or development builds. The default browser agent should pick up this logic.
|
ASRouter tests under browser/components/asrouter are not being run in CI Bug 1866802 moved a chunk of ASRouter out to browser/components/asrouter, and that included a number of tests. Unfortunately, those tests are fairly special, and use a `try-runner.js` script to run them in CI. I forgot to do that step when I did the move, so we haven't been running the ASRouter tests under browser/components/asrouter since the move.
This bug is to fix that.
|
Bookmark Button on Toolbar - Bookmark popup misaligned User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0
Steps to reproduce:
Place "Show Your Bookmarks" button to Navbar
Click on In
Observe PopUp position
Actual results:
PopUp is shifted to the Left from the button
Expected results:
PopUp should be positioned next to the original button
|
Sidebar still showing on popup windows when sidebar.revamp is on User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0
Steps to reproduce:
1. Enable sidebar.revamp
2. Open a webside which can generate popup windows (e.g. Ingress Intel Map)
3. Open up a popup window (e.g. click Login with Google)
Actual results:
Sidebar buttons still showing on popup windows when sidebar.revamp is on. Screenshot attached.
Expected results:
No sidebar buttons.
|
Some patterns are wrongly rendered This is a regression from:
https://github.com/mozilla/pdf.js/pull/14777
To improve performance some images are cached, but the keys used in this cache are computed in using the current transformation without the translation part.
But in case of a pattern fill, the translation matters.
|
The proton design tab button has uneven margin on left and right User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
1. Open a few empty tab
2. Trying to move between two inactive tab from left to right
3. Observe the cursor position and what tab button is lit
Actual results:
The left button have 0 margin area that can be clicked
But the right one have about 4 pixel.
The button is actually position like this in the clickable container. (see the attach image)
Expected results:
The area that can be clicked is even between the two button.
I am not entirely sure if it is intentional to make it uneven.
If it is, just close this bug.
|
[XFA] A11y form field labels not exposed STR (with the NVDA screen reader):
1. Open this PDF in Firefox: https://bug1671648.bmoattachments.org/attachment.cgi?id=9182033
2. Wait a few seconds for the first page to load.
3. Press control+home to ensure you are at the top of the document.
4. Press NVDA+control+f to open the NVDA Find dialog. (The NVDA key is usually the insert key by default.)
5. Type "Current country" (no quotes) and press enter.
6. Press e to move to the next text box.
- Expected: NVDA should say "Question 7 C If your immigration status is other, please give details. edit multi line"
- Actual: NVDA says only "edit multi line"
There are plenty of other form fields in this document that do have associated labels. They don't seem to be the labels the author intended for accessibility purposes, though. For the most part, this isn't a huge concern. I chose the example above because in this case, the author did specify a label, but there is no associated label at all with pdf.js. This makes it impossible for a screen reader user to be certain what they should fill in here.
I'm not sure how XFA encodes this information, but it is picked up by Acrobat Reader. Pdf.js could output these labels in the HTML using the aria-label attribute.
|
[Colorway Closet - about:addons] Fix missing dynamic collection header and subheader Bug 1771326 modifies slight how the l10n ids are passed from `BuiltInThemes.findActiveColorCollection()`. Unfortunately my patch for Bug 1770465 does not take this into consideration (an error from my end) and should be fixed.
STR:
1. Be sure `browser.theme.colorway-closet` is enabled. (If not, enable it and reset browser)
2. Go to about:addons
Expected - See text for header and subheader in Colorway Closet card
Actual - See no text for header and subheader in Colorway Closet card
|
Don't hide pref browser.pagethumbnails.capturing_disabled The pref `browser.pagethumbnails.capturing_disabled` should be unhidden because there are reasons for not wanting thumbnails generated that go beyond test purposes.
A web search for this preference will show many discussions by end users wishing to disable thumbnails on their New Tab page.
On my New Tab page, I only want the automatically detected high resolution favicon images or Custom Image Urls that I specify. Never captured thumbnails.
To accomplish this goal, I discovered the `browser.pagethumbnails.capturing_disabled` which I set to **True**.
However, now all my Custom Image Urls that I specified stopped working. This is bug 1551132. But that bug won't be fixed because pref `browser.pagethumbnails.capturing_disabled` is hidden and, therefore, thought to be only for testing purposes.
|
With pinned tabs, after opening tab group, this group's tabs' layout in tab bar is moved to left User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:134.0) Gecko/20100101 Firefox/134.0
Steps to reproduce:
I opened and closed different tabs, moved some tabs from and to groups. Then I clicked on tab group to show its tabs.
Actual results:
Tab group's tabs' layout in tab bar was moved to left, over other tabs.
Expected results:
Tabs should have been displayed on the right side after group's name.
|
[Phase 2] The Quick Suggest result seems to be duplicated for a moment while changes its position by one row **[Notes]:**
- The issue is more visible if you have more history/bookmarks displayed in the Firefox Suggest section.
**[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 "Show search suggestions ahead of browsing history in address bar results" option is unchecked.
- Have the following prefs set:
- `browser.urlbar.quicksuggest.enabled` to `true`.
- `browser.urlbar.quicksuggest.seenRestarts` to '89'.
- `browser.urlbar.quicksuggest.showedOnboardingDialog` to `true`.
- `browser.urlbar.experimental.firefoxSuggestLabels.enabled to `true`.
**[Steps to reproduce]:**
1. Open the Firefox browser with the profile from prerequisites.
2. Type "nike" in the Awesomebar and press the enter key to perform a search on Google.
3. Close the tab and open a new one.
4. Type "nike" in the Awesomebar.
5. Delete and type again the "e" character a few times.
6. Observe the QuickSUggest sponsored result.
**[Expected result]:**
- The QuickSUggest sponsored result is correctly moved to the above row.
**[Actual result]:**
- The Quick Suggest result seems to be duplicated for a moment while changes its position by one row
**[Additional Notes]:**
- Attached a screen recording of the issue.
|
in-tree Facebook favicon and image are old The following favicon and image files are old:
browser/components/newtab/data/content/tippytop/favicons/facebook-com.ico
browser/components/newtab/data/content/tippytop/images/[email protected]
|
[Firefox Suggest Opt-in Experiment] Bring narrow layout for topPosition=false in line with topPosition=true Currently the narrow layout for `browser.urlbar.quicksuggest.contextualOptIn.topPosition=false` looks way worse than for `browser.urlbar.quicksuggest.contextualOptIn.topPosition=true`. We should ideally fix this for the experiment to prevent potentially skewing results by making `topPosition=false` less usable.
|
"Say hello to Firefox View" modal is not localized STR:
I'm not sure if there's a pref to control the "Say hello" modal, but you'll need an instance of Firefox (or maybe just a new profile) where you haven't navigated to Firefox View before.
1. Download a non-English localized build
* Or change the locale by downloading the appropriate langpack from https://ftp.mozilla.org/pub/firefox/nightly/latest-mozilla-central-l10n/linux-x86_64/xpi/ and using `Services.locale.requestedLocales = ["langcode-Langcode"]`.
1. Change web content language in about:preferences#general to a non-English language
2. Restart browser to ensure Firefox has changed all of the localized elements
3. Navigate to Firefox View
Expected:
- The "Say hello to FIrefox View" modal is localized
Actual:
- The "Say hello to Firefox View" modal is in English
|
[Proton] In the Protection panel the line that separates the title from the rest of the panel it's too wide **Affected versions**
* Firefox 89.0a1
**Affected platforms**
* Windows 10 x64
* Ubuntu 18.04 x64
* macOS 10.15
**Steps to reproduce**
1. Go to https://www.reddit.com/.
2. Click on the shield icon.
3. Click on the info button from the top right of the panel (if the panel is not extended).
**Expected result**
* The line between the title and the rest of the panel is shorter, so it matches the rest of the panel's style.
**Actual result**
* The line between the title and the rest of the panel thouches the border of the panel.
**Regression range**
* This is not a regression.
**Additional notes**
* Please look at the attached image.
|
Display bug on pdf with specific formatted fields User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.84 Safari/537.36 OPR/85.0.4341.75
Steps to reproduce:
I opened a local pdf file: "CalculFactureEDF.pdf"
This pdf contains javascript calculation fields, with specific numerical formatting.
This pdf was made with Acrobat DC 2022.
Actual results:
Fields formatting are not taken into account when I open the file :
Fields are just filled in with raw values !
If I change values, formatting is applied
Expected results:
Formatting should be taken into account
Formatting are taken into account when I open this file on other Internet browsers (such as Opera, Chrome, Edge) and of course if I open it with Acrobat Reader DC.
I think, to solve this issue, pdf javascript code should be started automatically once, for first display, to apply formatting
|
[DoH] When enabled via the rollout, opening Connection Settings and closing via "OK" button without changing anything will disable DoH [Tracking Requested - why for this release]:
What's happening is that even though nothing changed, the code that checks the URI field commits the value into network.trr.uri, causing DoHController to turn everything off. Since network.trr.mode was not similarly committed, at this point DoH is completely disabled even though the checkbox state was ticked at the time of closing the dialog.
|
Regression: Overlapping in Pocket Doorhanger due to smaller button Nightly 91.0a1 (2021-07-01) (64-Bit)
macOS 11.4
1.) Click on the Pocket Toolbar Icon to open the Doorhanger
2.) Take a look at the "Register with Firefox" Button
Actual: Overlapping is to see, because the button size has shrinked.
Expected: No Overlapping, larger button.
This is a regression. Works fine in FF 89.0.2 Stable.
A screenshot is attached.
Thanks for checking.
|
Dragging the scrollbar can create a region in screenshots Using the scrollbar to scroll the page while the screenshots UI is open can draw a region on the overlay.
STR:
1. Open a large page that is scrollable. https://en.wikipedia.org/wiki/Sun
2. Open screenshots UI
3. Drag the scrollbar down so the page scrolls (might need to scroll a tiny bit on the page if the scrollbar isn't visible initially)
ER:
No region should be selected because the overlay wasn't dragged
AR:
A region is selected
|
Normandy initialize is called twice with --first-startup When Firefox is run with the `--first-startup` flag, such as when a new version is installed, Normandy's initialization sequence is triggered twice. First by `FirstStartup.jsm`, and second by `BrowserGlue.jsm`.
This is definitely wrong, and has caused on specific problem that we know of. If a rollout is active, it will be graduated immediately, since the second initialization will see the results of the first.
Normandy's initialization sequence should be idempotent.
|
Customize toolbar page - Favourite items - Center icons vertically with text inside the div **Affected versions**
* 89.0b1(2021-03-31), 88.0b2, 78.9.0esr;
**Affected platforms**
* Windows 10, Ubuntu 20;
**Steps to reproduce**
1. Launch Firefox, right click on the toolbar, select the Customize Toolbar option;
2. Press the TAB key to navigate across the listed buttons/items;
**Expected result**
* cycling through goes smoothly;
**Actual result**
* some icons are not centered with the text;
**Regression range**
* will check when time permits it(most visible Print, Home - by 1-2pixels);
**Additional notes**
* attached a screenshot to illustrate the issue.
|
Urlbar search mode indicator invisible in HCM when the urlbar is not focused Tested on Windows with HCM White.
|
A scoped key's `kid` could have a dash, this breaks scoped key validation `FxAccountsKeys.validScopedKeys` splits keys' `kid` into their key rotation timestamp and fingerprint by calling `kid.split("-")`. This usually works but if the fingerprint contains a dash, it is truncated at that point.
|
Certificate Policies OID not Displayed in certviewer For some end entity and intermediate CA certificates, the Certificate Policies OID is not displayed in the certificate viewer. The policy OIDs should be displayed by the viewer. For instance, the "anyPolicy" OID is not displayed even when it is contained in an intermediate CA certificate.
|
FxA toolbar panel is too wide when a long email address account is used #### Tested with:
Nightly 89.0a1 (2021-04-08)
Beta 88.0b8
Release 87
#### Tested on:
Windows 10
#### Steps:
1. Launch and sign in to FxA using a long email address account.
2. Open the FxA toolbar menu.
#### Actual result:
The toolbar FxA menu is too wide.
#### Expected result:
The long strings should be displayed as in the Hamburger Menu and the FxA toolbar menu should keep the normal size.
|
[Experiment] The spotlight is still displayed when opening a new tab even if the browser was set as default after enrolling in the “fox-doodle-set-to-default-early-day-graphics” experiment **[Affected versions]:**
- Firefox 115.0 - Build ID: 20230626153624
**[Affected Platforms]:**
- Windows 10 x64
- macOS 13.0.1
- Ubuntu 20.04 x64
**[Prerequisites]:**
- Have a new Firefox profile
- Firefox is not set as the default browser
- Save the [“user.js”]( https://drive.google.com/file/d/1OPnEeNt8k8WOw3mOf3feyBywtdOzJgDA/view?usp=sharing) file to disk
- Save the [“times.json”]( https://drive.google.com/file/d/1F6rxE2FaE8UbByMqQ2GOsz2pF0xcUHli/view?usp=sharing) file to disk
**[Steps to reproduce]:**
1. Open the browser with the profile from the prerequisites.
2. Navigate to the profile folder and paste the “user.js” file from prerequisites
3. Restart the browser
4. Click “Set as a default browser” from the “Make Firefox your default browser” prompt
5. Navigate to the profile folder and paste the “times.json” file from prerequisites
6. Restart the browser
7. Wait 1 minute then open a new tab
8. Observe the behavior
**[Expected result]:**
- The Fox Doodle Set to Default spotlight is not shown
**[Actual result]:**
- The Fox Doodle Set to Default spotlight is shown, despite the browser already being the default one
**[Notes]:**
- This issue is reproducible with “Treatment A”, “B” and “C”
- Attached is a video of the issue:
|
Foreground tab is indistinguishable from background tabs that are multiselect-selected STR:
1. Open 3 or more new tabs.
2. Ctrl-click some background tab that is far away from your foreground tab, to select it.
[Does it look any different from your foreground tab? It looks pretty similar...]
3. Now just click that selected background tab, to make it your foreground tab. Watch the tab very closely as you click it.
ACTUAL RESULTS:
The selected tab and foreground tab are indistinguishable. In particular:
* In step 2, I cannot visually distinguish my foreground tab from my selected tab.
* In step 3 (when the selected tab becomes the foreground tab), the tab's rendering does not change at all.
EXPECTED RESULTS:
There should be some visual distinction so the user can keep track of which tabs are selected vs. which one is the foreground.
|
The Password Import Autocomplete suggestion is displayed on Linux **[Affected versions]:**
- Firefox Nightly 77.0a1 Build ID 20200429215539;
**[Affected Platforms]:**
- Linux Ubuntu 18.04;
**[Prerequisites]:**
- Have at least a pair of credentials saved in latest Chrome (i.e for Facebook)
- In Firefox set “signon.showAutoCompleteImport” pref to “import”
**[Steps to reproduce]:**
1. Open the browser with the profile from prerequisites.
2. Open in Firefox the site foe which you saved the credentials.
3. Click on the username field.
4. The password autocomplete import suggestion is displayed.
**[Expected result]:**
- Nothing should be displayed, because importing passwords is not possible while using Linux.
**[Actual result]:**
- The Password Import Autocomplete option is displayed, and the import wizard can be triggered.
**[Notes}:**
- Finalizing the wizard will have no effect, and the import suggestion will be re-displayed.
- The wizard options are correct - don’t contain password options to be imported.
|
Exit/Copy/Download buttons do not work on certain website with screenshot component enabled Steps to reproduce:
1) Navigate to about:config
2) Make sure `screenshots.browser.component.enabled` is `true`
3) Navigate to https://demos.neolms.com/join_no_access_code
4) Create an account
5) Navigate to https://demos.neolms.com/account/picture
6) Click "Add Picture"
7) Screenshot an area of the page
8) Click "X" or "Copy" or "Download"
Actual result:
Buttons do not work
Expected result:
Buttons work
|
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:[email protected]?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 converted in mailto call via Firefox
"C:\PROGRA~2\MICROS~3\Office16\OUTLOOK.EXE" -c IPM.Note /mailto "mailto:[email protected]?subject=Test%2003:%20MailTo%20-%20Aushändigung%20&body=üäö"
Expected results:
Example with MSEdge and Chrome, Umlauts remain encoded
"C:\PROGRA~2\MICROS~3\Office16\OUTLOOK.EXE" -c IPM.Note /mailto "mailto:[email protected]?subject=Test%2003:%20MailTo%20-%20Aush%C3%A4ndigung%20&body=%C3%BC%C3%A4%C3%B6"
|
PDF browsing font issue User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:132.0) Gecko/20100101 Firefox/132.0
Steps to reproduce:
On my Win10pro, FireFox v132.0, I simply opened different official PDF documents received by mail from distinct administrations, browsing them in FF as I always did.
Actual results:
The same happens since at least 6 versions of FF now. Some of the rather common fonts used are messily displayed. Looking nothing like they appear in other PDF browsing tools. In the latest version, the fonts appeared correctly at first but a simple zooming on the document brought back the messy font display, even when zoomed back at 100%.
Expected results:
Simply have the same appearence as expected for each font, whatever the PDF file, and whatever zoom factor used.
|
"Restore Default Search Engines" button removes tabs, bookmark and history's search shortcuts from the list **[Sugested Severity:]**
S3
**[Description:]**
when I remove search shortcuts in a particular order and then press "Restore Default Search Engines", Bookmarks, Tabs, and History are removed forever.
**[Steps:]**
1. Open Firefox with a new profile.
2. Go to about:preferences#search
3. Remove two search shortcuts immediately above Bookmarks
4. Remove the rest of bookmarks from top to bottom. It's important to press remove twice or thrice after removing all possible search engines.
5. Hit Restore Default Search Engines
**[Actual result:]**
Search engines are restored but bookmarks, tabs, and history are lost forever
**[Expected result:]**
Search engines are restored and bookmarks, tabs, and history are kept
|
The bottom prompt moves up and down after the top prompt is dismissed and slightly overwrites the top prompt if it’s dismissed first **Found in**
* 121.0b1
**Affected versions**
* 122.0a1 (2023-11-20)
* 121.0b1
**Tested platforms**
* Affected platforms: Windows 10, Windows 11
* Unaffected platforms: macOS 12, Ubuntu 22
**Preconditions**
* browser.mailto.dualPrompt:true
* browser.mailto.dualPrompt.os: true
* browser.mailto.prompt.os: true
* new profile
* Firefox not set as default OS mailto application
**Steps to reproduce**
1. Open https://snappymail.eu/demo/ and log in.
2. Hit any button to dismiss the top prompt and observe the bottom prompt.
**Expected result**
* The prompt is correctly moved to the new position.
**Actual result**
* The prompt moves up and down after the top prompt is dismissed.
**Regression**
* New feature. Not applicable.
**Additional notes**
* Attached a screen recording.
* If the bottom prompt is dismissed first slightly overwrites the top prompt.
|
Cannot print/save an edited pdf with a "large" number of pages Attach (recommended) or Link to PDF file here:
https://raw.githubusercontent.com/mozilla/pdf.js/master/test/pdfs/tracemonkey.pdf#page=1&zoom=page-fit,-510,792
Steps to reproduce the problem:
1. Add a text on the first page
2. Scroll the pdf to go to the last page
3. Click on the print button
The print preview shows an empty document.
This bug mirrors https://github.com/mozilla/pdf.js/issues/15780
|
Record Glean metrics upon sidebar initialization The following metrics were added in Bug 1898250, but they are currently only recorded when the corresponding value is changed from the customize panel. They should also be recorded upon browser startup.
- `sidebar_display_settings`
- `sidebar_position_settings`
- `tabs_layout`
|
Cannot screenshot some websites [e.g. Tantek.com homepage] User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36
Steps to reproduce:
Visit Tantek.com, click elipsis, screenshot, full-page.
Actual results:
Nothing happens. No errors, no messages. Nada
Expected results:
Either take screenshot or give me an error code / reason why; in a way that:
I understand what I've done
I understand what Tantek has done
I understand what has gone wrong
|
input field in find bar no longer has a border on Windows Since bug 1901888 the input field in the find bar (Ctrl + F) no longer has a border. Therefore, it's very difficult to see a difference between the input field and the toolbar itself. This could be considered as an a11y issue. The address has the same bad contrast since years, though. So maybe you won't consider it as an a11y problem.
I decided to file it as regression because bug 1901888 only mentions Linux, it is about a textarea and not an input field, and it doesn't mention any change for the find bar at all. So it's not clear if you're aware of that side effect.
Additional note: The border is missing on macOS as well, but already since Firefox 126. So for macOS there is a different cause (bug 1907503).
|
TypeError: can't access property "payload", result is undefined This is happening in the browser console when people are selecting results
|
UX updates for closing tabs remotely feature Based on the feedback from design, there are a few tweak we'll need to do around the closing tabs remotely feature.
Feedback so far:
1. Hover background-color state of close and undo button should match the hover of the tab buttons
2. Alignment of close buttons should match with chevron of inactive tabs
3. ~~Weight of undo icon is too heavy compared to close icon~~
- Replace the undo as an icon and make it a text button
4. Close button is not square when hovered/clicked
|
Middle-clicking the new tab button in the sidebar no longer performs action STR:
1. Start with `sidebar.verticalTabs = true` and `sidebar.revamp = true`.
2. Copy text into the clipboard.
3. Middle-click the new tab button in the sidebar.
Expected:
New adjacent tab is created (Windows) or search done in a new tab using clipboard contents (Linux).
Actual:
Nothing happens.
The new tab button in the titlebar/toolbar is unaffected.
Regression window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=a38ff75405d8540cb07b76bcf576ab87fe33a9bd&tochange=cd29dfbfb3d6a119425aa32eb5450b723baa1f22
Regressed by Bug 1912403.
|
The import browser data button menu doesn't conform to HCM standards ## Prerequisites:
Found in Nightly 133.0a1 (2024-10-25)(64-bit)
Turn on Night Sky High Contrast mode on your device ([steps to do so here](https://firefox-source-docs.mozilla.org/accessible/ColorsAndHighContrastMode.html#operating-system-high-contrast-mode-os-hcm))
## STR:
1. Open `about:welcome` from the URL bar
2. Click the 'Save and Continue' button to go to the next screen
3. Compare menu button styles in Nightly to the styles established in the [High Contrast Mode Figma](https://www.figma.com/design/VHRA9hZ54oJqKKJwPd6FWa/High-Contrast-Mode?node-id=51-2248&node-type=canvas&t=Jb0a2jzI2gZ9jrwz-0)
## Expected/Actual:
The menu buttons should follow the styles established in the [High Contrast Mode Figma](https://www.figma.com/design/VHRA9hZ54oJqKKJwPd6FWa/High-Contrast-Mode?node-id=51-2248&node-type=canvas&t=Jb0a2jzI2gZ9jrwz-0).
|
Some content boxes from about pages are not displayed as expected when Sidebar is active and browser window is small *Affected versions*
* 85.0a1(20201214091023)
* 84.0 (20201211215739)
* 83 (20201112153044)
* 78.6.0esr (20201207224150)
*Affected platforms*
* Windows 10x64
* macOS 10.12
* Ubuntu 20.04
*Steps to reproduce*
1. Open Firefox with a new profile and resize it horizontally until the More tools button is displayed.
2. Enable Sidebar.
3. Visit about:profiles/ about support.
*Expected result*
* Content is displayed as expected.
*Actual result*
* Elements are out of the content box.
*Regression range*
* The issue is reproducible with 43.0a1 (20150920030217) with and without the sidebar opened on about:support page so I think that this is not a regression.
*Notes*
* Attached a screenshot.
**Suggested Severity: S4**
|
Windows fallback filename is too short We currently use a fallback character length of 64 when saving a screenshot with the filepicker. After further testing, Windows allows a filename length of 255 characters in the filepicker and will rename the file under the hood to something like `6FD5~1.PNG`.
We should update the fallback filename length for Windows
|
about:preferences "Default Font" menu gets unexpected text-selections inside of & around it, if you click and hold to open the menu STR:
1. Open Firefox preferences (`about:preferences`)
2. Type "font" into the search field
3. Left-click the dropdown menu for the default font, and **do not release the mousebutton**.
4. Still holding down your mouse button, move your mouse up and down to change the highlighted entry. Move it side to side as well.
ACTUAL RESULTS:
As you move the mouse up and down over the menu, various entries seem to have their text selected (though it's only certain entries that are selectable like this, for some reason -- it always seems to be the same ones).
If you move the mouse side to side, the adjacent text (the "Size" label and the "Advanced" button) get selected as well.
EXPECTED RESULTS:
No such text-selection, when my extended click is really just trying to pick an entry from the menu.
mozregression range:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=0c989b2bcd7882a9e7106e7879ab8933c2e09071&tochange=47c002d3637247e71ee901f32421deaecc9d8ea3
--> Regression from Bug 1805414
I can reproduce in latest Nightly on macOS and on Linux (Ubuntu 22.04, with Wayland)
|
New firefox cert details viewer is unable to view a cert User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0
Steps to reproduce:
Visit https://osa.continuous.pw:5000/ which results in "Warning: Potential Security Risk Ahead" as this is a self signed cert. Next click on "Advanced" then "View Certificate".
I'm attaching the cert in case the cert at that destination changes and no longer reproduces this result.
Actual results:
Firefox opens a new page that says:
Something went wrong.
We were unable to find the certificate information, or the certificate is corrupted. Please try again.
Expected results:
I expected to get the new cert viewer with the cert details.
Chrome is ok with this cert as is openssl s_client. One oddity I notice is there is no OU and maybe the new viewer expects that to be present?
|
Context menu Save Link As... for a PDF opens the file instead of displaying a Save dialog with browser.download.improvements_to_download_panel true Steps to reproduce:
1) In about:config set browser.download.improvements_to_download_panel to true. (The current default value in Nighty.)
2) In a search engine search for "dummy pdf file w3c" (without the quotes) to find an entry for https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf in the results.
3) Right click and select "Save Link As...".
Expected:
3) A Save dialog appears to select a location to save the file, and then the file is saved at that location.
Actual:
3) The file is opened immediately.
Setting browser.download.improvements_to_download_panel to false fixes the problem.
I'm seeing this with XFCE under Linux. Others have reported this type of behavior with Windows.
|
[XFA] A specific PDF file is not loaded / displayed - follow-up **Note**
* When the user loads a specific PDF, he will notice that the file will not load.
**Affected versions**
* Nightly v92.0a1
**Affected platforms**
* all
**Steps to reproduce**
1. Launch browser.
2. Flip the pdfjs.enableXfa to true.
3. Load the attached PDF file.
**Expected result**
* The file is loaded and displayed.
**Actual result**
* The file is NOT loaded and displayed.
**Regression range**
* This is a regression of:
Bug 1717132 - Update pdf.js to version 2.10.146 r=marco
Differential Revision: https://phabricator.services.mozilla.com/D118240
**Additional information:**
* The PDF did not OK (as in Adobe) before this 4regression, but now, it isn't displayed at all.
|
Address Bar Tip okay button is cut off on the right side Nightly 88.0a1 (2021-03-08) (64-Bit)
macOS 11.2.2
1.) Clean Install of Nightly
2.) Start Nightly
3.) Wait until Megabar help text for "less typing"
4.) Take a look at the right side of the okay button
Actual: It is cut-off
Expected: It shouldn't be cut-off
A screenshot is attached.
|
Focus rings are not visible in (at least) permission panels when Proton is enabled We've got focus rings on the checkboxes and menulists, but we appear to be missing them on the buttons.
|
The Private Browsing modal QR code should be visible to a screen reader In the Fx100 Private Browsing page modal, the screen reader will read out "Scan the QR Code to Download" but the QR code itself isn't read. Alt text similar to what is shown on the "More From Mozilla" tab in preferences would help here (eg. "QR code to download Firefox Focus")
|
Keyword search fails with "Hmm. That address doesn’t look right." User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:80.0) Gecko/20100101 Firefox/80.0
Steps to reproduce:
Click address bar, enter "d test" and press return. (dict.cc keyword search)
Actual results:
In FF <79: dict.cc opens as expected
In FF 79: Nothing. Pressing enter again yields result as FF <79 (OK)
In FF 80: Invalid URL page ("Hmm. That address doesn’t look right."). Pressing enter again yields the same error page. Sometimes (very rarely), dict.cc opens as expected instead.
(all on Windows 7)
Expected results:
A keyword search should open the configured page (as described above under FF<79).
|
Year is formatted as a number in CFR MILESTONE_MESSAGE This is the current translation for zh-CN, but the problem happens also on zh-TW where it was originally reported.
```
自{ $date }起,{ -brand-short-name } 已拦截超过 <b>{ $blockedCount }</b> 个跟踪器!
```
The [code is here](https://searchfox.org/mozilla-central/rev/1ebc9745be02eebf7a694f5c527a44a045b8c97a/browser/components/newtab/lib/CFRPageActions.jsm#525-531).
Trying out with a zh-CN build, the language seems correct ("zh-CN"), and formatting is correct too (`2020年1月` for `dateFormat(new Date("2020-01-20"))`), so something happens when the value is passed over to Fluent.
|
The Password Import Autocomplete suggestion is displayed on Linux **[Affected versions]:**
- Firefox Nightly 77.0a1 Build ID 20200429215539;
**[Affected Platforms]:**
- Linux Ubuntu 18.04;
**[Prerequisites]:**
- Have at least a pair of credentials saved in latest Chrome (i.e for Facebook)
- In Firefox set “signon.showAutoCompleteImport” pref to “import”
**[Steps to reproduce]:**
1. Open the browser with the profile from prerequisites.
2. Open in Firefox the site foe which you saved the credentials.
3. Click on the username field.
4. The password autocomplete import suggestion is displayed.
**[Expected result]:**
- Nothing should be displayed, because importing passwords is not possible while using Linux.
**[Actual result]:**
- The Password Import Autocomplete option is displayed, and the import wizard can be triggered.
**[Notes}:**
- Finalizing the wizard will have no effect, and the import suggestion will be re-displayed.
- The wizard options are correct - don’t contain password options to be imported.
|
Uncontrolled connections Steps to reproduce:
Start firefox with following policies.json
```
{
"policies": {
"AppAutoUpdate": false,
"BackgroundAppUpdate": false,
"DisableAppUpdate": true,
"DisableFeedbackCommands": true,
"DisableFirefoxAccounts": true,
"DisableFirefoxStudies": true,
"DisablePocket": true,
"DisableSystemAddonUpdate": true,
"DisableTelemetry": true,
"ExtensionUpdate": false
}
}
```
Actual results:
But uncontrolled connections to the following addresses continue anyway:
* firefox.settings.services.mozilla.com
* aus5.mozilla.org
There are thousands of options in the browser but there is no way to set up full control of outgoing connections on browser startup.
Expected results:
The ability to fully control all outgoing connections that are not related to user web requests.
|
Collapsed tab group labels look unbalanced Collapsed tab group labels look unbalanced as they have unequal margin on the left and right sides.
|
Update existing users' references to old http mailto: provider links We now have some infrastructure to update protocol handlers, cf. https://searchfox.org/mozilla-central/rev/f9ad45c76ba50bdee54bebd14e6625ae14d4d085/uriloader/exthandler/HandlerService.js#235 .
We should use it to migrate any "old" http entries to the new https ones added in the deps in bug 1526890. This should fix the concern raised by Yahoo Japan in https://groups.google.com/u/1/g/firefox-dev/c/ZOxTG-hwPQQ .
I expect we should leave removed entries that are still in people's profiles (where there is no HTTPS equivalent) alone.
|
Locking the Firefox Relay preference doesn't lock the Firefox Relay checkbox. If you use policy to lock "signon.firefoxRelay.feature", the preferences UI is still enabled.
It should disable.
|
Quickactions flash when typing in the urlbar Typing in the urlbar causes QuickActions to flash, this is due to them using `getViewUpdate` and that they are invalidated and redrawn on every urlbar update.
One option would be to have `getViewUpdate` return some type of hash that indicates the number of results returned, if we have the same number of results on subsequent updates then we do not need to create a fresh dom, only update its contents. The issue with this is the results will still flash when we have different number of results.
Another option would be to have QuickActions return plain UrlbarResults, make sure they are grouped together and update the styling to make a column layout. I think this constrains some layout issues we dealt with in FlowState that arent relevant for Desktop at the moment.
|
[Experiment] The spotlights from the Fox Doodle Multi-Action CTA “Early day” and “Existing users” experiments are not displayed after startup **[Affected versions]:**
- Firefox RC 132.0 (Build ID: 20241021175835)
**[Affected Platforms]:**
- Windows 10
- macOS 12.6.4
**[Prerequisites]:**
- Firefox is not set as the default browser.
- Be enrolled in any branch of the Fox Doodle Multi-Action CTA [“Early day”](https://experimenter.services.mozilla.com/nimbus/fox-doodle-multi-action-cta-early-day/summary) or [“Existing users”](https://experimenter.services.mozilla.com/nimbus/fox-doodle-multi-action-cta-existing-users/summary) experiments.
- Change the times.json file to a date older than 28 days if enrolling in the “Existing users” experiment.
**[Steps to reproduce]:**
1. Open the browser with the profile from prerequisites.
2. Tick the “Don’t show this message again” checkbox, then click the “Not now” button from the “Make Firefox your primary browser” notification.
3. Close and reopen the browser.
4. Observe the behavior.
**[Expected result]:**
- The spotlight specific to the branch and experiment enrolled is displayed.
**[Actual result]:**
- The spotlight is not triggered.
**[Notes]:**
- Looking over the recipes, we believe that the following targeting criteria might be the reason why the spotlights are not triggered after we permanently dismiss the “Make Firefox your primary browser” notification:
`!willShowDefaultPrompt && 'browser.shell.checkDefaultBrowser'|preferenceValue`
- To bypass this targeting, a workaround would be to change the targeting "source" from 'startup' to 'newtab'.
|
[Proton] The menulist box is not aligned with the "Remember this decision" string as in the Figma doc **Tested on:**
Nightly 89.0a1
**TestedPlatform:**
Windows 10
MacOS 10.15
Have the following prefs enabled:
browser.proton.enabled
browser.proton.doorhangers.enabled
**Steps to reproduce:**
1. Open https://mozilla.github.io/webrtc-landing/gum_test.html
2. Click on the Camera or Microphone button (make sure you have only multiple devices connected for at least 1 device type)
3. Check the alignment of a menulist with the "Remember this decision" string
**Expected Results:**
The menulist and the “Remember this decision” string should be aligned as in the Figma doc: https://www.figma.com/file/FjUe6ORvXZgJvI3rPuTV33/Desktop-UI-(Mozilla-Confidential-)?node-id=4561%3A40060. (The "Remember this decision" string starts 1 pixel more to the right compared to the menulist box)
**Actual Results:**
The menulist box starts a few pixels more to the right, does not respect Figma spec.
**Notes:**
Please note that we already handled alignment for the device label and "Remember this decision" string in Bug 1701625, but the alignment of the menulist box should also be considered to match the changes in the previous bug. Hope the screenshot is detailed enough.
|
Importing Saved Form History data is slower on low-end computers **Found in**
* 114.0b3
**Affected versions**
* 115.0a1 (2023-05-10)
* 114.0b3
**Tested platforms**
* Affected platforms: Windows 7x64 (HDD), Ubuntu 20.05 (HDD)
* Unaffected platforms: macOS 12, Windows 10x64 (SSD)
**Preconditions**
* have some Saved Form History data
**Steps to reproduce**
1. Open Firefox and import Saved Form History data.
2. Observe the importing time.
**Expected result**
* The action does not take very long.
**Actual result**
* Importing Saved Form History takes some time.
**Regression range**
* Not a regression, started with the implementation of bug 1827425.
**Additional notes**
* Attached a screen recording.
* May be similar to bug 1825239.
* I can reproduce this on my Ubuntu 20.04 and Windows 7x64 machine which has a hard drive. On other systems that have an SSD, the import is performed fast.
* This happens with legacy migratory and with both new migration windows.
|
F6 results in CFR panel showing and hiding when URL bar is focused on "blank" url page or URL string has been altered When the CFR panel is open, clicking F6 results in different behavior on `about:welcome` and `about:newtab` pages than on other web pages (see attached screen grabs). On `about:newtab` and `about:welcome` pages, it hides and reveals the CFR panel. For other pages, it navigates the user between the URL bar and the CFR calls to action.
According to [The Blind Access Journal](https://blindaccessjournal.com/2021/06/f6-is-your-friend/), `In the Google Chrome and Mozilla Firefox web browsers, F6 jumps out of the address bar and moves focus directly into the currently loaded web page.`
Behavior should be consistent across all contexts. The current behavior on `about:newtab` and `about:welcome` pages doesn't allow the user to access the CFR _or_ the page content.
We've found the same issue occurs when the URL has been altered by the user in the URL bar (and it's focused).
|
Permafail [tier 2] SUMMARY: ThreadSanitizer: data race /builds/worker/checkouts/gecko/widget/headless/HeadlessCompositorWidget.cpp:31:15 in NotifyClientSizeChanged **Filed by:** cpeterson [at] mozilla.com
**Parsed log:** https://treeherder.mozilla.org/logviewer?job_id=369902262&repo=try
**Full log:** https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Jno492D5T0az199CgqUCoQ/runs/0/artifacts/public/logs/live_backing.log
---
```
I see the following tsan permafail on tier 2 test-linux1804-64-tsan-qr/opt-mochitest-plain-headless-fis-e10s (7, 9, 12, and 17).
https://treeherder.mozilla.org/jobs?repo=try&revision=23c4934a4a6cd7671e06c63d19b5c25b32ffc416&selectedTaskRun=Jno492D5T0az199CgqUCoQ.0
https://searchfox.org/mozilla-central/rev/7f1db1d2c556b82114b62f5aa4aa29397ad5bce4/widget/headless/HeadlessCompositorWidget.cpp#31
```
|
An element with a redirect link has no effect when clicked **Note**
* When the user loads the corresponding PDF file and clicks the "Visit Assure Dynamics for more solutions | www.assuredynamics.com" linked header, he will notice that the redirect is not happening.
**Affected versions**
* Nightly v91.0a1
**Affected platforms**
* all
**Steps to reproduce**
1. Launch browser.
2. Flip the pdfjs.enableXfa to true.
3. Load the attached PDF file.
4. Click on the linked header.
**Expected result**
* The corresponding link is being opened in a new tab.
**Actual result**
* No redirect is observed.
**Regression range**
* Not a recent regression, but an implementation flaw.
|
Firefox View Feature Callout close button leaves focus in random places +++ This bug was initially created as a clone of Bug #1790382; splitting outt the close button work so it can be parallelized +++
Per :ayeddi
- "When Close button is activated, the programmatic focus lands inconsistently somewhere on the page to any item that was under the Close button. It is expected that the focus would return to the top of the page, if the user did not navigate the page prior to getting on the onboarding popup. But if the user wandered around, the best place to return the focus would be the last focusable element before the onboarding popup was injected in the DOM or on the topmost element right after it, i.e. when the last popup is dismissed, the focus could be placed on the aside section for Colorways, for instance with the tabindex="-1" on the Independent Voices heading, so the user does not miss any piece of the content after the dismissal"
See `featureCallout.mjs` for feature callout code.
|
using backspace to remove website data closes the modal window User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:77.0) Gecko/20100101 Firefox/77.0
Steps to reproduce:
1. Go to Preferences -> Privacy & Security -> Cookies and Site Data -> Manage Data...
2. select a domain from the list
3. press backspace
Actual results:
either:
1. closes the modal window
2. keeps modal window open and navigates back to `General Preferences`
Expected results:
remove domain from list
|
New tab page weather widget overlaps pocket content With the updated layout of the new tab page, the weather widget on the right overlaps the right-most Pocket story at my default browser size and resolution. See attached screenshot.
|
We're having trouble syncing error is displayed after the account is disconnected from the FxA web page **Found in**
* 106.0b8 (20221004185850)
**Affected versions**
* 106.0b8 (20221004185850)
* 107.0a1 (20220929014928)
**Tested platforms**
* Affected platforms: Windows 10x64, Ubuntu 20.04, macOS 11.6
* Unaffected platform: none
**Steps to reproduce**
1. Sign in to FxA account inside Firefox.
2. Open the Firefox App Menu and select the connected FxA Account > Manage Account.
3. Sign out the device that was connected.
4. Return to Firefox View and observe the Tab Pickup area.
**Expected result**
* Not sure about the correct expected result here but I think that the `Switch seamlessly between devices` message should be displayed asking the user to connect to Sync.
**Actual result**
* `Switch seamlessly between devices` message is displayed for a split second and then the `We’re having trouble syncing` error is displayed. Clicking the Try again button does nothing.
**Regression range**
* This started with bug 1768695 when the sync error states were introduced. Also, before bug 1784969 there can be seen a page refresh.
**Additional notes**
* Attached a screen recording.
* Restarting the browser after step4 shows the `Switch seamlessly between devices` message.
|
WebAuthn "Cancel" button in panel is too wide with Proton enabled See screenshot. It's flexing to fill the space, and should instead shrink to its minimum size.
|
"Restore Previous Session" item is always greyed out after landing patch from bug #1622195 [Tracking Requested - why for this release]: Regression
STR:
1. Open few tabs and/or windows
2. Close them by selecting "Exit" item in "hamburger" menu or by pressing Ctrl+Shift+Q keyboard shortcut
3. Restore tabs and/or windows by selecting "Restore Previous Session" item in "hamburger" menu
and see that you can't, because it's always greyed out.
Recent regression, maybe it could be because of bug #1507287.
@ Alphan Chen [:alchen] - Any ideas or it's missed call?
|
Synced tabs results disappear when the 2-lines layout is displayed [screencast attached]
STR:
1. Enter a query in the Urlbar that would cause synced tab results to appear. Just searching the open tabs restriction character, "%", is probably easiest.
2. Shrink the window horizontally until you pass the threshold where 2-line results would appear in the Urlbar.
Expected:
All the same results appear in the Urlbar.
Actual:
All the synced tab results disappear. They reappear when the window is expanded.
|
History: transparent menu in some cases Zooming on History and opening the menu results in visual issue (transparent menu)
See attachment
|
applyMomentsPolicy has at least incorrect comments, may be sending wrong data https://searchfox.org/mozilla-central/rev/81a006cd60c54ce074d7158fafc5a2923717860e/browser/components/newtab/lib/TelemetryFeed.jsm#694 sez:
```
* Per Bug 1484035, Moments metrics comply with following policies:
* 1). In release, it collects impression_id, and treats bucket_id as message_id
* 2). In prerelease, it collects client_id and message_id
* 3). In shield experiments conducted in release, it collects client_id and message_id
```
To implement 3, it appears to be using `this.isInCFRCohort` as proxy for whether something is in an experiment. In fact, what it's really checking is whether it's in an experiment on the `cfr` feature id, which means that in experiments running on other feature ids, it will not collect clientId or `message_id` (but will collect `impression_id`).
My suspicion is that in today's messaging system, we really want any experiment to use this policy, not just ones in CFR.
I'm not sure what the story with `bucket_id` is or the full history is here, that will need more code / bug / issue archeaology than i've got time for at the moment
At the very least we should fix the comments here and on `applyCFRPolicy`.
Bonus points (maybe a spin-off bug) for putting these policies in the Glean dictionary so that there is at least a chance that data scientists will be able to find them. See https://docs.google.com/document/d/1paTna8m7NWnWl_gFG9ZqUQQ3Lw7r8BKomdI28QBRdm4/ for some of the consequences this has on the data we've got now.
|
Privacy pane does not handle small window width well in DE langpack When using the German langpack, the about:preferences#privacy section does not handle small window sizes well due to hboxes/labels that do not wrap at smaller screen sizes. I'm not sure if we can totally prevent the horizontal scrollbar in this case (or for other languages), but we should be able to reduce the width range in which the scrollbar appears. (There's probably a better way to word the title, feel free to change)
I think with this bug, we can close out Bug 1773212 since the original concern of that bug was addressed and fixed.
|
When the x button is displayed, the width of the search box of Library will change. Steps to reproduce:
1. Open Library
2. Type something in the search box.
Actual results:
The width of the search box of Library will change
Screen cast: https://youtu.be/zV9RTOJak4M
Expected results:
not change
|
[XFA] Severe alignment issues - follow-up 1 +++ This bug was initially created as a clone of Bug #1718670 +++
**Note**
* When the user loads a specific PDF, he will notice severe alignment issues.
**Affected versions**
* Nightly v91.0a1
**Affected platforms**
* all
**Steps to reproduce**
1. Launch browser.
2. Flip the pdfjs.enableXfa to true.
3. Load the attached PDF file.
**Expected result**
* The document is correctly displayed (as in Adobe Reader).
**Actual result**
* Severe alignment issues and overlapping are being observed.
**Regression range**
* This is not a regression.
**Additional information:**
* This bug was logged as a follow-up of bug 1718670 since the 2 reported situations appear to be reproduced by different causes.
|
pdfs with content-type application/octet-stream are downloaded without confirmation, even though Preview in Firefox is enabled User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
1. In about:preferences#general -> Applications, make sure the Action for PDFs is "Preview in Firefox
2. click the Download button on e.g. https://github.com/trailofbits/publications/blob/master/reviews/hegic-summary.pdf
Actual results:
The download is immediately started, without a confirmation popup. Given that this is unexpected, the *file downloaded* animation is easy to miss.
Expected results:
Either:
- the pdf should have been previewed with pdf.js
Or:
- the download confirmation popup should have been displayed
Note: I've found a similar Bug, but I belive this to be a different issue:
- Bug 1231127 - "Open with" option missing for files sent as Content-Type: application/octet-stream
|
When using ‘cmd’ to import from other browsers two Firefox windows are opened. **Found in**
* version: 124.0b6
**Affected versions**
* version1:125.0a1
**Tested platforms**
* Affected platforms: Windows.
* Unaffected platforms:
**Preconditions**
* precondition 1: Have Firefox installed.
**Steps to reproduce**
1. Start Firefox with command: “firefox.exe -p --migration”.
2. Select one browser to import (Chrome).
3. Finish the import process. Click done.
4. Hover the Firefox icon from taskbar.
**Expected result**
* Firefox should contain only one window.
**Actual result**
* Firefox contains two windows and only one can be opened/viewed.
**Regression range**
* To be added.
**Additional notes**
* Reproduces for all browsers when using the migration parameter.
|
Add event telemetry for slow script warnings To start with, the event should consist of:
- category: "slow_script_warning"
- method: "shown"
- object: either "content" or "chrome" to indicate which process this happened in
- value/extra : indicate how long the script ran, how long the warning was up, and why/how the warning was dismissed (tab/browser closed, interaction with the warning, automatically when things started behaving better), if uri for hung script is chrome/resource or content-based
There are other things we want, like:
- whether there was user interaction with the content process while it was hung;
- our best guesses as to causes of the hang (system is slow, website is doing bad things, browser code being silly, ...)
- whether the tabs on which the warning was displayed were selected while things were hung (ie how often does this happen in the background)
- whether user interaction started the thing that was slow
but I think we should file follow-ups for those once we have a basic implementation. AIUI the event telemetry supports the extra event being updated with additional keys after the initial implementation, and I wouldn't want to block getting *any* additional info here on getting *all* this additional info.
|
Print button appears enabled but does nothing when clicked, if added to the toolbar +++ This bug was initially created as a clone of Bug #1670907 +++
**Affected versions**
82/83/84
**Affected platforms**
* macOS 10.14
* Ubuntu 18.04
* Windows 10x64
* Windows 7x64
**Steps to reproduce**
1. Launch FF.
2. Go to the burger menu
3. Go to Customize.
4. Put the Print button anywhere on the Toolbar.
**Expected result**
* Button is active and can be interacted with as soon as it has been set on the toolbar.
**Actual result**
* Button is not greyed out, but still doesn't do anything when clicked / activated.
|
Don't hide pref browser.pagethumbnails.capturing_disabled The pref `browser.pagethumbnails.capturing_disabled` should be unhidden because there are reasons for not wanting thumbnails generated that go beyond test purposes.
A web search for this preference will show many discussions by end users wishing to disable thumbnails on their New Tab page.
On my New Tab page, I only want the automatically detected high resolution favicon images or Custom Image Urls that I specify. Never captured thumbnails.
To accomplish this goal, I discovered the `browser.pagethumbnails.capturing_disabled` which I set to **True**.
However, now all my Custom Image Urls that I specified stopped working. This is bug 1551132. But that bug won't be fixed because pref `browser.pagethumbnails.capturing_disabled` is hidden and, therefore, thought to be only for testing purposes.
|
"Keep my Nightly colors" icon changes state for users with dark web appearance enabled Prerequisites: enable dark theme and dark web appearance.
**STR:**
1. Launch existing user onboarding
2. Get to the colorway screen
**Actual result:**
3a. A random balanced colorway is selected
3b. Spotlight modal card becomes light (as underlying theme behind Balanced colorways is light).
3c. “Keep my nightly colors” is presented as a white icon.
4. Click “Keep my nightly colors”, the icon switches to a black one, the spotlight modal card becomes dark.
Screenshots of step 3 and step 4 are attached.
**Expected result:**
We need to discuss this in a bit more detail, as when we started opening a spotlight over a new tab, selecting a balanced theme for users with an existing dark theme became more visually jarring (as the user sees light Firefox Home behind the spotlight).
The goal is to avoid the visual “jump” for users who start with an underlying dark theme.
**Approach 1**
One way forward is to set a colorway with bold intensity if the user’s current underlying theme is dark.
In practice, this can happen when an existing user has:
- Dark theme,
- Old colorways with bold intensity,
- Alpenglow with Dark system theme,
- Alpenglow with Auto system theme and it's night time.
Downsides of this approach:
1. We will create divergence with about:welcome where:
- only balanced intensity will be offered to new users,
- about:welcome respects users's web appearance setting.
**Approach 2**
1. Keep offering dark theme users only balanced colorways.
2. Spotlight modal respects web appearance, like about:welcome does.
3. We don't need to turn off the randomization, as this removes the visual "jump" between the card color and chrome/Firefox Home.
This is also in line with what Colorways in Fx View do.
|
Tab overflow menu: UI desync when changes are made to other windows When you delete a group that is open in another window by right clicking it in the TOM, the group is deleted in the other window but it is still shown in the TOM UI.
|
The “Continue to Firefox accounts” tab is not focused after clicking the “Sign in” link from the intro screen of the “about:welcome” page **[Affected versions]:**
- Firefox Nightly 108.01 (Build ID: 20221017213658)
- Firefox Beta 107.0b1 (Build ID: 20221017134228)
**[Affected Platforms]:**
- Windows 10 x64
- macOS 12.5.1
- Linux Mint 20.2 x64
**[Prerequisites]:**
- Have the Firefox browser installed and opened.
- Have the “browser.aboutwelcome.templateMR” pref set to true.
**[Steps to reproduce]:**
1. Navigate to the “about:welcome” page.
2. Click the “Sign in” link from the top-right corner of the page.
3. Observe what happens.
**[Expected result]:**
- The “Continue to Firefox accounts” page is opened in a new tab, and it is focused.
**[Actual result]:**
- The “Continue to Firefox accounts” page is opened in a new tab and is not focused.
**[Notes]:**
- Attached is a screen recording of the issue.
|
[IAB Medium rectangle] Variant A has hover state of cards and lack rounded corner at the bottom for default state How to reproduce it?
- Being in Variant A of Medium Rectangle IAB
Current behavior:
- When Medium rectangle is visible, not hover, the two bottom corners are not rounded as the top corners.
- When Medium rectangle has mouse hover, the state of hover takes the full length as it happens with content cards.
Expected behavior:
- Medium rectangle state=default has 4 corners rounded.
- Medium rectangle state=hover show the contextual menu and not the container of the card.
|
First recently closed tab in Firefox View is sometimes blank This looks to be a regression of bug 1883876.
Steps to reproduce:
Make sure you have no Recently Closed Tabs in Firefox View
Open the Firefox View page and select the Recently Closed Tabs item to navigate to that page
Open a new tab, then close that new tab with that tab still selected (ie: don't reopen Fx View before closing the new tab)
Switch back to Fx View and notice there is space for a new recently closed tab item but it is blank
|
There is no UI notification that the user has exceeded the maximum limit of characters number of a tag if another tag is already written in the input field of the Pocket doorhanger **[Affected versions]:**
- Firefox Nightly 83.0a1
- Firefox Beta 82.0b5
- Firefox Release 81.0.1
**[Affected platforms]:**
- Windows 10 x64
- macOS 10.15
- Ubuntu 18.04 x64
**[Prerequisites]:**
- Have the Firefox browser installed.
- You are logged into your Pocket account.
**[Steps to reproduce]:**
1. Open the Firefox browser.
2. Navigate to any website (e.g. www.wikipedia.org).
3. Click the "Save to Pocket" button from the right part of the "Address Bar".
4. Type a string in the tags field.
5. Press the comma “,” key.
6. Type at least 26 chars.
7. Observe the “Save” button from the right side of the text field.
**[Expected result]:**
- The “Save” button is greyed-out due to reaching the limit of the chars’ maximum number.
**[Actual result]:**
- The “Save” button is not greyed out, but actionable.
**[Notes]:**
- The “Tags are limited to 25 characters.” warning notice is displayed only after clicking the actionable “Save” button.
- Attached a screen recording of the behavior.
|
Add screen ID to fox doodle message The [fox doodle message](https://searchfox.org/mozilla-central/source/browser/components/asrouter/modules/OnboardingMessageProvider.jsm#1064) sends improper telemetry, most likely due to a missing screen ID. A screen ID should be added to fix this.
|
[win] Sometimes NVDA says "Alert" when hovering over tabs **Found in**
* 129.0.b5
**Affected versions**
* 130.0a1 (2024-07-18)
* 129.0b5
**Tested platforms**
* Affected platforms: Windows 11
* Unaffected platforms: macOS, Ubuntu
**Preconditions**
* tab hover enabled
* NVDA enabled
**Steps to reproduce**
1. Open multiple tabs with random web pages.
2. Hover over tabs.
**Expected result**
* The names of the tabs are read by NVDA.
**Actual result**
* Sometimes `Alert` and the name of the tabs are read by NVDA.
**Regression range**
* Reproducible with Firefox 124.0a1 (2024-02-02). Most likely not a regression.
**Additional notes**
* Attached a screen recording.
|
With x11-fonts/google-fonts (Google fonts) for FreeBSD: showing the bookmarks toolbar and personal-toolbar-empty, whilst the bar is used for items other than bookmarks toolbar items, can make the UI too wide for the window User Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:86.0) Gecko/20100101 Firefox/86.0
Steps to reproduce:
1. require an **additional toolbar** – bug 1215064
2. have many extensions, use the overflow menu for some
3. given the impossibility of an additional toolbar, use the **bookmarks toolbar** for extensions alone
Actual results:
4. with Firefox 85 and 86, the bookmarks toolbar can be so _inflexibly_ wide that UI essentials – including the vertical scroll bar – fall invisibly and unusably **beyond the right-hand edge of the window**
5. in the far right area of the bookmarks toolbar that appears to be **non-flexible dead space**, place the flexible _Search_ field.
### Observations
* Where the wide _flexible Search field_ does work, a narrow _flexible space_ does not
* whilst the Search field works around the bug, it is (with respect) a waste of space in this context – I prefer to use the space for extensions.
Expected results:
1. an additional toolbar, for extensions (or any other reasonable use case)
– or:
4. a non-broken bookmarks toolbar.
|
Close multiple tab confirmation dialog shows up on reset PBM action STR:
1. Enable `browser.privatebrowsing.resetPBM.enabled`
2. Open a private browsing window
3. Open 25+ tabs
4. Click the reset pbm button and confirm in the panel
Expected:
All the tabs in the current window are closed.
Actual:
A tab close confirmation dialog shows up.
|
Combined items (zoom controls, clipboard cut/copy/paste controls, profiler button) are misaligned inside the Overflow Menu while in Customize page Follow up from [bug 758085](https://bugzilla.mozilla.org/show_bug.cgi?id=1758085#c15)
**Affected versions**
- 100.0a1 (2022-03-22)
**Affected platforms**
- Windows 10
- macOS 12
- Ubuntu 20.04
**Steps to reproduce**
1. Go to Menu - More tools - Customize toolbar
2. Drag several items inside the Overflow Menu (make sure to include “Profiler” and “Edit Controls”)
3. Observe the Overflow Menu inside the Customize page
**Expected result**
- All items are aligned.
**Actual result:**
- “Profiler”, “Edit Controls” are not aligned with the rest of the items.
**Regression range**
- Regressor bug: [1747437](https://bugzilla.mozilla.org/show_bug.cgi?id=1747437)
|
Refactor usage of getLastModified() and DB connection closing While working on https://phabricator.services.mozilla.com/D63207 we wanted to remove the duplication of `openCollection()` to retrieve the local timestamp.
We ran into some issues, most notably around DB connection closing.
This would deserve some further investigation.
|
Heartbeat Infobar - informational icon is missing **Affected platforms:**
All
**Affected versions:**
Nightly 90.0a1
Firefox 89 beta 2
**Pre-requisites:**
- make sure that Proton is ON.
**Steps to reproduce:**
1. Launch Firefox.
2. Install https://github.com/mozilla-extensions/normandy-devtools/releases
3. Click the wrench icon
4. From the top right corner of the page, click the environment button and select Stage
5. Find recipe 1375 [cmuresan][pi-957] test heartbeat info bar
6. Click the [...] button and click run
7. Observe the Heartbeat Infobar.
**Expected Results:**
The Heartbeat should be properly displayed.
**Actual Results:**
The informational icon is missing (there used to be an "Information Notification" icon after the proton restyles, before the re-style it used to be a "heart" icon).
**Notes:**
- Found commit message:
Bug 1702201 - Fix Heartbeat info bar with proton enabled r=jaws
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=bd702683bc3c0e964f915158dd03b8662bed429d&tochange=e64f3ba43f11e767f28f35d450337c9ec096d90d
|
Downloading from internal PDF viewer produces the wrong download link if link is copied from library. **Found in**
Firefox 103.0b6
**Affected versions**
Firefox 103.0b6
Firefox 104.0a1
**Affected platforms**
Windows 10
macOS10.13
Ubuntu 20.04
**Steps to reproduce**
1. Open FF.
2. Open pdf file. (I used "http://www.pdf995.com/samples/pdf.pdf ").
3. Download pdf.
4. Open download file (Library).
5. Right click on the downloaded pdf 'Copy Download link'.
6. Paste the copied link to a new tab.
**Expected result**
Copied file should be “http://www.pdf995.com/samples/pdf.pdf”.
**Actual result**
Copied file is "blob:resource://pdf.js/9f79bca1-df79-4060-b207-24dd3f6d5374".
**Regression range**
Will add as soon as possible.
**Additional notes**
* The issue is related to bug 1766030.
* Issue is fixed if downloaded panel is reached from the toolbar button. Only reproducible if downloaded panel is reached from the Library view.
|
my bookmarks continuously copy/sync and duplicate them self User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:75.0) Gecko/20100101 Firefox/75.0
Steps to reproduce:
I delete duplicate bookmarks from my library in the firefox browser
Actual results:
The duplicate bookmarks that I deleted previously, comes back and replicate themselves in my bookmark-library in my Firefox browser.
Expected results:
Resulting in multiple duplicates of the same bookmark in my Firefox bookmark library
|
[Experiment] The text on the “Thank you” card is cut by the “X” button and the survey elements are not aligned **[Notes]:**
- On Windows 11 x64 the text on the “Thank you” card is not correctly displayed, and the elements on the survey are not aligned.
**[Affected versions]:**
- Firefox Beta, 125.0b7, BUILD ID: 20240401091600
- Firefox Release, 124.0.2, BUILD ID: 20240401114208
- Firefox Release 123.0.1, BUILD ID: 20240304104836
**[Affected Platforms]:**
- Windows 11 x64
- Windows 10 x64
- MacOS 14.3
- Ubuntu 22.04
**[Prerequisites]:**
- Have the [“user.js”](https://drive.google.com/file/d/1zJJUXs2r1yA8-iCyGBML4aCBqRvnWRgs/view?usp=sharing) downloaded on your computer.
- Have a Firefox IT locale installed.
- Have a Firefox profile younger than 28 days.
**[Steps to reproduce]:**
1. Navigate to the profile folder and paste the user.js from the prerequisites.
2. Open Firefox using the profile from the prerequisites.
3. Open a new tab.
4. Navigate through the “CSAT Microsurvey” until the “Thank you” card is displayed.
**[Expected results]:**
- The text on the “Thank you” card is not cut by the “X” button and the elements displayed on the survey are aligned.
**[Actual results]:**
- The text on the “Thank you” card is cut by the “X” button and the survey elements are not aligned.
**[Additional Notes]:**
- This issue is also reproducible on the Treatment B branch of the experiment.
- When hovering over the “X” button the missing text is displayed.
- Attached a screenshot of the issue.
|
[Experiment] The Download Firefox Focus URL does not contain the private browsing query **[Affected versions]:**
- Firefox Release Candidate 99.0 Build ID: 20220328190900
**[Affected Platforms]:**
- Windows 10 x64
- MacOS 11.6
- Ubuntu 20.04
**[Prerequisites]:**
- Have the Firefox browser en-GB build installed/extracted.
- Have a new Firefox profile created.
- Have the “browser.search.region” pref set to the “GB” value.
- Have the “nimbus.debug” pref set to true.
**[Steps to reproduce]:**
1. Open the Firefox browser with the profile from prerequisites.
2. Navigate to the “about:studies?optin_slug=cross-promotion-firefox-focus-pbm-fx99&optin_branch=treatment-a&optin_collection=nimbus-preview” link to enroll in the experiment.
3. Open a new private window.
4. Click the "Download Firefox Focus" button from the Firefox Focus promo.
5. Observe the parameters from the opened URL.
**[Expected result]:**
- The ”https://www.mozilla.org/firefox/browsers/mobile/focus/?v=pb” link is opened.
**[Actual result]:**
- The private browsing query is missing and the “https://www.mozilla.org/firefox/browsers/mobile/focus/” link is opened.
**[Notes]:**
- Based on the [Mana page](https://mana.mozilla.org/wiki/pages/viewpage.action?spaceKey=FPS&title=%5BCross+Promotion%5D+Firefox+Focus+on+PBM+-+Fx99), the link should contain the private browsing query.
|
Make urlbar/searchbar placeholder text a bit more contrasted (And closer to spec) When focusing the address bar in Dark mode, the placeholder text and "This time search with" text are the wrong color. They're off-white instead of grey. I can reproduce this on a fresh profile.
|
The elements from the "about:home" page are read by the screen reader software while the Onboarding Modal is displayed **[Affected versions]:**
- Firefox Nightly 106.0a1 - Build ID: 20220908213354
**[Affected Platforms]:**
- Windows 10 x64
**[Prerequisites]:**
- Have a screen reader software installed and enabled (E.G. NVDA, Windows Narator).
- Have an older version of Firefox Nightly installed (E.G. Firefox Nightly 105.0a1).
**[Steps to reproduce]:**
1. Open the browser with the profile from the prerequisites.
2. Update the browser and observe the behavior.
**[Expected result]:**
- The elements from the Onboarding modal for existing users are successfully recognized and read by the screen reader software.
**[Actual result]:**
- The elements from the "about:home" page are read instead.
**[Additional Notes]:**
- This issue is not reproducible with the VoiceOver software on macOS.
- Attached a screen recording of the issue.
|
URL not selected with Ctrl+L/Command-L if a result is highlighted STR:
1) Open https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Guide/Internal_strings
2) Open new tab
3) In awesome bar enter "Mozilla internal string guide" (the title of the page above)
4) Tab down to the entry that has "Switch to tab"
5) Hit CMD(or CTRL) + l
Expected:
The url will be selected
Actual:
The cursor ends up at the end of the URL
Note: You can repeat the above with any URL
This is seems to be a regression, as I do this quiet often to copy/paste urls.
|
Address Bar Tip okay button is cut off on the right side Nightly 88.0a1 (2021-03-08) (64-Bit)
macOS 11.2.2
1.) Clean Install of Nightly
2.) Start Nightly
3.) Wait until Megabar help text for "less typing"
4.) Take a look at the right side of the okay button
Actual: It is cut-off
Expected: It shouldn't be cut-off
A screenshot is attached.
|
iframe doesn't trigger load event when password protected pdf is opened User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:106.0) Gecko/20100101 Firefox/106.0
Steps to reproduce:
i try to open a password protected file using a vanilla html iframe by passing file's filepath into iframe src attribute
Actual results:
the iframe shows the enter password dialog as intended and opens the files after putting right password in the input, now because of the loading times, i put a loading animation in front of the iframe and hide it using onload event, which is triggered in all browsers if file is not protected, however in my case some files are password protected and onload event is triggered in chrome edge and safari but not on firefox thus user is stuck in an endless loading animation
Expected results:
iframe should fire onload event for password protected pdf's so the loading animation is hidden and user can enter password to see the document as in other browsers
|
Turning the Review Checker off after finishing a Survey will show an empty Review Checker **Found in**
* Nightly 122.0a1 (2023-12-04)
**Affected versions**
* Nightly 122.0a1 (2023-12-04)
* Beta 121.0b7
**Affected platforms**
* ALL
**Preconditions:**
Set the browser.shopping.experience2023.enabled - TRUE
Set the browser.shopping.experience2023.optedIn - 1
Set the browser.shopping.experience2023.ads.enabled - TRUE
browser.shopping.experience2023.ads.userEnabled - TRUE
**Steps to reproduce**
1. Reach a few product details pages until the micro survey is displayed.
2. Submit the your answers for the Micro Survey.
3. Turn off the Review checker.
**Expected result**
* The Onboarding card should be displayed and the user should be asked to try it again.
**Actual result**
* A Blank sidebar is displayed.
* Refreshing the page will still show an empty sidebar.
**Regression range**
Not a regression since this issue occurs since it was implemented in 119.
|
Stop image is displayed when page is fully loaded User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0
Steps to reproduce:
**This is not consistent, but happens quite frequently.**
If you can't reproduce it on the first try, restart FF and try again.
Go to:
https://www.20il.co.il
(It occurs in some other sites as well).
Actual results:
When the page is fully loaded, the Stop image is displayed instead of the Refresh one.
Clicking on Stop, does not change anything.
*Switching to another tab and back, the expected Refresh image is displayed.*
***
I think the problem started in FF 87 or 86.
|
Prevent opening new windows when policy notification via the messaging system is in progress See Jira tickets filed by QA [1](https://mozilla-hub.atlassian.net/browse/FIDE-2492), [2](https://mozilla-hub.atlassian.net/browse/FIDE-2494).
|
CFR 'icon_and_message' layout broken after `addon_recommendation` CFR is shown CFR default 'icon_and_message' layout is showing ratings section by default. This breaks all messages live with layout as 'icon_and_message'
https://experimenter.services.mozilla.com/nimbus/device-migration-existing-users-sumo-switch-device-cfr-rollout/summary
https://searchfox.org/mozilla-central/source/browser/components/newtab/lib/OnboardingMessageProvider.jsm#81
This issue seems to happen in same session after a CFR message with layout `addon_recommendation` is shown and is replicable in Fx114 and could be possible fallout of Bug 1825658 fix
STR:
1. Open about:newtab#devtools and [copy message](https://gist.github.com/punamdahiya/4a8d7808a96c0619dbef0a4558cb8c90) with layout 'addon_recommendation' and hit Show
https://experimenter.services.mozilla.com/nimbus/dictionary-addon-all-users/summary
2. Search for CFR message e.g `CFR_FULL_VIDEO_SUPPORT_EN ` with layout as `icon_and_message`. Click Show
Expected Result
Icon and Message shouldn't show ratings section
|
Tab pickup shows no tabs if only desktop devices are connected to the account until restarting STR:
* Sign in to an account that has other desktop devices connected but no mobile devices.
Expected:
* While a CTA to connect a mobile device is expected, it should also be possible to see the tabs from the connected desktop devices.
Actual:
* No tabs are shown, even though the hamburger menu shows them. See screenshot showing both Firefox View (no tabs listed) and the hamburger menu (tabs from the connected desktop device listed)
|
[Experiment] [Intermittent]The Picture-in-picture callout message is not displayed on YouTube videos **[Affected versions]:**
- Firefox Beta 122.0b6 (Build #2015981850)
**[Affected Platforms]:**
- Windows 10 x64
- Windows 11 x64
- macOS 13.5
- Ubuntu 22.04 x64
**[Prerequisites]:**
- Have the latest Firefox Beta 122.0b6 installed.
- Have the browser's channel set to "release" in the channel-prefs.js file.
- Have a browser client enrolled in a Nimbus experiment that enables the PiP callout. https://experimenter.services.mozilla.com/nimbus/picture-in-picture-first-time-use-callout/summary
**[Steps to reproduce]:**
1. Open the browser with the profile from prerequisites.
2. Navigate to youtube.com and open any video.
3. Observe the addressbar.
**[Expected result]:**
- The PiP address bar icon and callout are displayed.
**[Actual result]:**
- Only the icon is displayed and the callout is not triggered.
**[Notes]:**
- The issue is reproducible when using an adblocker as well (Ublock Origin)
- In some cases, the callout was briefly displayed before the video's ads loaded.
- The issue is also reproducible on amazon.com videos.
- The following error is displayed in the browser console: Unknown event: ["messaging_experiemnts", "reach", "featureCallout"]
- Attached a screen recording of the issue:
|
PDF not rendered correctly User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:97.0) Gecko/20100101 Firefox/97.0
Steps to reproduce:
Load the attached PDF
Actual results:
Much of the PDF is not rendered, eg, the words "Railway line", "woods", etc, and the right hand panel.
Expected results:
PDF should have rendered as Adobe reader.
|
Pasting & navigating to a link in the URL bar that results in a download (rather than navigation) changes the address bar and does not return back Firefox for Android
Steps to reproduce:
To demonstrate this, copy the address https://notgreendewald.online/dd.php and paste it into the address bar.
Actual results:
The address bar will change to the address we inserted, but after loading, the address bar will not be cleared, causing an error. The value in the address bar has changed, but the page content has not.
Expected results:
When requesting to download a file, I expect the address bar to be cleared after downloading or canceling.
|
Data field changes from 2024 to Dec 31 1969 when trying to print PDF Attach (recommended) or Link to PDF file here:
https://www.fidelity.com/bin-public/060_www_fidelity_com/documents/participnot.pdf
Steps to reproduce the problem:
1. Type any date into date field at bottom
2. Select Print at top
What is the expected behavior? (add screenshot)
Prints with date entered
What went wrong? (add screenshot)
Prints with 12 31 1969 in date field
Works in Chrome's pdf viewer
|
Search Engine Removal Info bar is showing up when default engine is unchanged A Nightly user has reported the removal of search engine info bar shows up when their default engine is still duck duck go.
Ddg was still working as the user's default search engine.
Questions
1. Was it on startup or whilst FF was already running?
The infobar appeared on browser startup after a new version had been installed.
2. Is it reproducible?
Yes. This was reproducible on engineering side. The bug is caused by a race condition, sometimes the `add-on manager` would start up after the `Search Service` initialization. However, `add-on manager` should start up **before** the `Search Service` initialization. That's why we see this bug sometimes but not all the time due to the race condition.
In order to reproduce this on the engineering side, we had to modify the code and force `add-on manager` start up after Search Service initialization. When `add-on manager` started after the search service initialization, we will see the infobar appear.
More information on the logs and race condition can seen in Bug 1691706.
|
[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 few days/builds before and in todays Nightly build it is broken again :(
A screenshot is attached.
Thanks.
|
[MSIX] Small delay untill next scren is displayed when setting Firefox as the default browser from the about:welcome page **Found in**
* 125.0b2 MSIX
**Affected versions**
* 125.0a1 (2024-03-21) MSIX
* 125.0b2 MSIX
* 124.0 MSIX
**Tested platforms**
* Affected platforms: Windows 10x64, Windows 11 (with or without Microsoft one-click rollout)
* Unaffected platforms: macOS 12, Ubuntu 23.10
**Preconditions**
* Chromium or Firefox browser set as the default browser
**Steps to reproduce**
1. Open about:welcome and select to set Firefox as the default
2. Firefox is set as default and the next screen is displayed almost instantly.
**Expected result**
* No delay until the next welcome screen is displayed as on normal Firefox builds
**Actual result**
* There is a small delay until the next welcome screen is displayed compared with normal Firefox builds.
**Regression range**
* It seems that bug 1882413 is not the regressor since this is also reproducible with the Firefox 124.0 MSIX store build. I will search for one ASAP if there is one.
**Additional notes**
* Attached a screen recording.
* The delay is not so noticeable, but it seems this works faster with normal Firefox builds than on MSIX builds.
* Please close this as invalid if this is the expected result on MSIX builds. Thank you!
|
Themes: sidebar_text is not applied to the “Synced Tabs” sidebar User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:109.0) Gecko/20100101 Firefox/117.0
Steps to reproduce:
- Apply the following theme with a sidebar_text color defined: https://addons.mozilla.org/en-CA/firefox/addon/dim-a-simple-dark-theme/
- Show the Bookmarks sidebar (Ctrl/Cmd + B)
Bookmarks should appear with light grey text, as specified in the theme’s sidebar_text value.
- Click the dropdown “Bookmarks” header
- Select “Synced tabs”
Synced tab titles appear black.
Actual results:
The Synced Tabs are extremely difficult to read, as they appear as black text on a near black background.
Expected results:
The text should adhere to the sidebar_text color shown in the Bookmarks and History tabs (#c8c2c5). As noted in https://bugzilla.mozilla.org/show_bug.cgi?id=1418602#c55, the sidebar* attributes were meant to apply to Synced Tabs as well.
|
Keep closed message appears on opt-in UI empty state after turning off RC STR:
1. For the sake of testing, set these prefs:
- browser.shopping.experience2023.showKeepSidebarClosedMessage = true
- browser.shopping.experience2023.survey.pdpVisits = 5
- browser.shopping.experience2023.autoOpen.enabled = true
- browser.shopping.experience2023.autoOpen.userEnabled = true
2. On a PDP, close RC using the X icon
3. The "keep closed" message should appear in RC
4. Instead of interacting with the message, go to the settings card and press the "turn off" button
Expected:
- The "keep closed" message disappears when the empty state is rendered
Actual:
- The "keep closed" message remains when the empty state is rendered
Notes:
- We render the message as a litelement template in our shopping-container: https://searchfox.org/mozilla-central/rev/f41e8cacb8e8ce254204e2526e98d49d024f1674/browser/components/shopping/content/shopping-container.mjs#599-612. Currently, we rely on a `showingKeepClosedMessage`, and we do not actually check the value of the `showKeepSidebarClosedMessage` pref again after opt-out.
- I'm curious if we can pass in `showingKeepClosedMessage: false` when we [detect the optIn state change and try to clear content](https://searchfox.org/mozilla-central/rev/f41e8cacb8e8ce254204e2526e98d49d024f1674/browser/components/shopping/ReviewCheckerChild.sys.mjs#262). The [reset function](https://searchfox.org/mozilla-central/rev/f41e8cacb8e8ce254204e2526e98d49d024f1674/browser/components/shopping/ReviewCheckerChild.sys.mjs#608-617) passes in several props to the shopping-container.
|
[Experiment] The "Sign in" hiperlink from the about:welcome is not working while enrolled in the "msw-no-titles" branch [Affected versions]:
- Firefox Beta 82.0;
[Affected Platforms]:
- Windows 10 x64;
- Windows 8.1 x32;
- Windows 7 x64;
[Prerequisites]:
- Have a new Firefox profile created.
- Have the [User.js](https://drive.google.com/file/d/1ci9BMCsHSr9uZlsYtAGovRF7jqM3SsBY/view?usp=sharing) saved in the profile folder before opening the profile. (Note there should only be 2 files in the folder, times.json and the user.js)
- Have the Terminal opened.
[Steps to reproduce]:
1. Dag and drop the Firefox.exe in the terminal and add the "--first-startup" argument at the end.
2. Press the "Enter" key and select the new FIrefox profile created in prerquisties.
3. From the about:wlecome page click the "Sign in" hiperlink.
4. Observe the behavior.
[Expected results]:
- The "Sign in to Firefox Sync" page is loaded.
[Actual results]:
- Nothing happens.
[Notes]:
- This issue is not reproducible when enrolled in the "treatment-deafult" branch,.
- This issue is not reproducible on the latest Nigntly 83.0a1 build with the deafult behavior.
- No errors are displayed in the browser console when clicking the "Sign in" link. Only the following message: "AboutWelcomeParent: Received content event: AWPage:TELEMETRY_EVENT AboutWelcomeParent.jsm:173".
- Unfortunatelly I didn't managed to enrolled in the experiment on Nightly 83.0a1. However, probably the issue will also reporduce on these builds. Considering this I will also set the flag to "affected" for 83. As soon as we will have the Beta 83 build availbable I will try to reproduce the issue and add a comment.
- Attached screen recording off the issue.
|
Firefox lets editable PDF's mutually-exclusive checkboxes become simultaneously checked (as shown in print-preview or in other PDF viewers) User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.0 Safari/605.1.15
Steps to reproduce:
I'm using Firefox nightly (121.0a1).
Open Sample pdf file.pdf file with FF.
Focusing on page 2 where there are some radio and checkbox buttons.
After clicking on any radio and checkbox buttons, go to print view.
After repeating these steps (maybe several times) and changing boxes, you will see the print view doesn't display correctly.
Please watch the attached video.
Actual results:
Print view does not display the actual form.
|
quick swipes never show the arrow icon at full opacity If I do a quick swipe the arrow is never drawn with 100% opacity, so it's not very visible.
|
browser.helperApps.neverAsk.saveToDisk is ignored (still get prompted) when downloading files for which we offer to "open in firefox" **Prerequisites:**
*1. Latest Firefox x64 installed (current version is 81.0.1)*
*2. A selenium project using latest geckodriver (current version 0.27.0)*
*3. The following geckodriver preferences set in the project (on my case, set on serenity.properties):*
* *browser.helperApps.neverAsk.saveToDisk=application/xml;*
* *browser.helperApps.alwaysAsk.force=false;*
*4. A website where an XML file can be downloaded (file MIME-TYpe is application/xml)*
**Steps to reproduce:**
1. On the selenium automated framework, try to download an XML file, without displaying the Firefox Download popup
**Actual result:**
With the latest Firefox and geckodriver versions, the Firefox popup is always displayed.
**Expected result:**
The XML file should be directly downloaded to the default or specified downloaded directory.
The response I am getting when I click on the Save button is:
> HTTP/1.1 200 OK
> Date: Mon, 12 Oct 2020 12:09:10 GMT
> Content-Length: 8170
> Content-Type: application/xml; charset=UTF-8
> Content-Disposition: attachment; filename=signed_test.xml
**NOTE:**
My framework is based on serenity v.2.3.5
My complete Firefox configuration on serenity.properties can be found attached to this ticket.
|
Home and newtab small link text colour issue with wallpaper Fairly small issue.
Step to test:
1. Set browser.newtabpage.activity-stream.newtabWallpapers.enabled to true
2. Set browser.newtabpage.activity-stream.newtabWallpapers.v2.enabled to true
3. Set a dark colour wallpaper
4. Inspect the "Learn more" link in the pocket section header
5. On that element in the inspector, right click, change pseudo class, and select visited
Expected: Nothing should change
Actual: It switching to light mode text colour
|
[Experiment] The strings from the "Popular Topics" section, that are part of the "New Tab Layout Study", are not bolded on Windows **[Affected versions]:**
- Firefox Beta 78.0b8 - Build ID: 20200616235426
- Firefox Nightly 79.0a1 - Build ID: 20200616235426
**[Affected Platforms]:**
- Windows 10 x64
**[Prerequisites]:**
- Have a Firefox profile with the following pref in the "about:config" page:
- "browser.newtabpage.activity-stream.discoverystream.config" set to `{"api_key_pref":"extensions.pocket.oAuthConsumerKey","collapsible":true,"enabled":true,"show_spocs":true,"hardcoded_layout":false,"personalized":true,"layout_endpoint":"https://getpocket.cdn.mozilla.net/v3/newtab/layout?version=1&consumer_key=$apiKey&layout_variant=topics-improved-layout","unused_key":"unused_3"}`
**[Steps to reproduce]:**
1. Open the browser with the profile from prerequisites and open a new tab.
2. Observe the element's strings from the "Popular Topics" section.
**[Expected result]:**
- The strings from the "Popular Topics" section are bolded.
**[Actual result]:**
- The strings are not bolded.
**[Notes]:**
- This issue is reproducible for all the elements from the "Popular Topics" section.
- This issue is also reproducible with the "Learn more" button.
- According to the [specifications](https://www.figma.com/file/puN61TVQAm3wqpsOvEM9UU/Firefox-78-Spec?node-id=61%3A235) the strings from the "Popular Topics" section should be bolded.
- Attached a screenshot of the issue.
|
[Tab group panel] Tabbing to a color is broken Turns out `display:none` breaks keyboard access.
|
Ensure we persist search engine metadata between locale changes User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:82.0) Gecko/20100101 Firefox/82.0
Steps to reproduce:
In UK locale (I understand the dictionary may differ, or the bug may not occur, in another locale), start firefox. Use options to remove "Chambers UK" from the one-click search engines, close and restart firefox.
Actual results:
"Chambers UK" dictionary added back in to the one-click search engines list.
Expected results:
No explicitly removed search engine should be added.
N.B. I'm classing this as a "defect" rather than "enhancement request" because it's silently undoing an explicitly changed setting.
|
Deleting bookmark from tag view doesn't delete bookmark, deletes tag instead (Context menu option is misleading) User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Firefox/91.0
Steps to reproduce:
Go to tag.
Highlight bookmark(s).
Press Delete or Right-click - Delete Bookmark.
Actual results:
Bookmark isn't deleted.
Instead, tag is deleted from bookmark.
Bookmark is still somewhere in the Bookmarks Menu.
Have to then fish for it there to delete it.
Huge mess.
I had no idea this was the behavior, now I have a bazillion rogue bookmarks which I intended to delete but turns out are still there, some have other tags, some have none.
Total mess.
Expected results:
Like the button says, delete the bookmark.
There are already two ways to delete the tag (uncheck from tag list or remove from the Tags form), but apparently there is no way to delete the bookmark, other than going back to Bookmark Menu and fishing for it from there, hoping you get the right one.
|
new tab page shows sponsored content in wrong language There is sponsored content in the Pocket section of the new tab page. But the sponsored content does not follow the language of Firefox. I attached a screenshot that shows a German Firefox with German Pocket stories and an English sponsored story. This one is not the only one in English I saw today. Firefox should never show content in the wrong language because not everyone speaks English.
(I am using Firefox Nightly 75)
|
Address bar overlays web page content after using hidden menu bar I wasn't able to make this happen every time on a fresh profile, but it happens consistently on my main profile.
Steps to reproduce:
1. Navigate to a web page on www
2. press "alt"
3. Navigate to Help > About Nightly
What happens:
The address bar gets moved into page content and stays there.
Expected result:
The address bar is chrome and belongs outside page content.
|
Tab pickup in Firefox view should ignore updates to synced tabs if they are identical to the previous set of tabs (to alleviate blinking/flashing of that section when the update happens) STR:
1. Have Firefox Sync configured (so that your Firefox View "Tab Pickup" section will be populated)
2. Trigger the Firefox View Tour (by e.g. resetting `browser.firefox-view.feature-tour` to its initial value and then visiting a Firefox View tab)
3. Click through the tour, carefully watching your "Tab Pickup" section.
ACTUAL RESULTS:
Whenever a tour popup fades out of view, the Tab Pickup favicon images disappear, and the "Last Active" text disappears (with the "Last Active" badge collapsing to be a little contentless circle instead of a wide badge)
EXPECTED RESULTS:
No such layout shift / blinking.
|
[Vertical tabs] Selected tab shadow is cut off on the left and right sides Seeing this on Ubuntu. Probably a regression from bug 1902083?
|
Unable to tab past keywordoffer results with update2 enabled Bug 1657676 changed keywordoffer results to preview search mode when they are selected. That means they show the search mode indicator and clear the Urlbar value. However, this breaks the behaviour changed in bug 1616880, where tab only cycles through results when there's no search string.
We probably just need to update [allowTabbingThroughResults](https://searchfox.org/mozilla-central/rev/3d53187b90605ccef321c9cadbba762ad06a6381/browser/components/urlbar/UrlbarController.jsm#325) to allow tabbing when search mode is active and `!!searchMode.isPreview`. We should check for `isPreview` to avoid breaking our a11y tab behaviour when the user is in "full" search mode, blurs the Urlbar with no search string, then refocuses it; in this case, Tab should still move to the next toolbar element.
|
Super slow restore of tabs doing update I'm using the nightly build of Firefox and every time I update my tabs are super slow at loading. I click on them and they just seem to keep loading and loading.
After around 5-10 minutes the normally load
Is there a way for me to debug what is going on since I can reproduce this on all updates.
|
Marionette tests for the search component are not being run Running `$ ./mach test browser/components/search/test/marionette/` from the command line results in an `UNKNOWN TEST` error. This is because our moz.build file should reference `MARIONETTE_UNIT_TESTS` rather than `MARIONETTE_LAYOUT_TESTS`.
[Correct example from the migration component's moz.build](https://searchfox.org/mozilla-central/rev/8acfbe4ba09b46b91c862dc2fbc064d4fc1bac9a/browser/components/migration/moz.build#9) vs. [the search component's current moz.build](https://searchfox.org/mozilla-central/rev/8acfbe4ba09b46b91c862dc2fbc064d4fc1bac9a/browser/components/search/moz.build#20)
|
[High Contrast] The "Privacy policy" and "Terms of use" links from the Fakespot onboarding sidebar disappear when clicked **Found in**
* Nightly 118.0a1 (2023-08-18)
**Affected versions**
* Nightly 118.0a1 (2023-08-18)
**Affected platforms**
* Windows
**Preconditions:**
Set the browser.shopping.experience2023.enabled - TRUE
Set the toolkit.shopping.useOHTTP - TRUE
Enable High Contrast
**Steps to reproduce**
1. Reach about:preferences and turn off feature recommendations.
2. Reach the Amazon https://www.amazon.com/dp/B09B6ZXD2V/ref=sbl_dpx_office-desks_B0B4CYW8FB_0 link
3. Click and Hold each link from the Onboarding Shopping sidebar.
**Expected result**
* The Text should still be visible.
**Actual result**
* The Text from each link disappears.
**Regression range**
Not Applicable
|
The “Continue to Firefox accounts” tab is not focused after clicking the “Sign in” link from the intro screen of the “about:welcome” page **[Affected versions]:**
- Firefox Nightly 108.01 (Build ID: 20221017213658)
- Firefox Beta 107.0b1 (Build ID: 20221017134228)
**[Affected Platforms]:**
- Windows 10 x64
- macOS 12.5.1
- Linux Mint 20.2 x64
**[Prerequisites]:**
- Have the Firefox browser installed and opened.
- Have the “browser.aboutwelcome.templateMR” pref set to true.
**[Steps to reproduce]:**
1. Navigate to the “about:welcome” page.
2. Click the “Sign in” link from the top-right corner of the page.
3. Observe what happens.
**[Expected result]:**
- The “Continue to Firefox accounts” page is opened in a new tab, and it is focused.
**[Actual result]:**
- The “Continue to Firefox accounts” page is opened in a new tab and is not focused.
**[Notes]:**
- Attached is a screen recording of the issue.
|
Bookmarks toolbar button menu styling looks broken The bookmarks toolbar button menu was kind of broken by bug 1682522, because it's a menu that's styled to look like a panel and the "panel" styling wasn't updated. I think what we might want is to undo some of the new styles just for that element (by it's ID `BMB_BookmarksPopup`) so that it continues looking like a panel.
|
Version bump for old colorways After bug 1771961 and bug 1772364 I've noticed that a previous colorway failed to load its manifest due to the resource URL changing. We should bump versions to ensure resources are up to date.
|
using improper casesensitive format - about:Crashparent shows an empty page **Affected versions**
* 75.0b5, 76.0a1 (2020-03-17);
**Affected platforms**
* macOS 10.15, Windows 10, Ubuntu 18.04;
**Steps to reproduce**
1. Launch Firefox, access any webpage;
2. Paste the following string in the address bar: about:Crashparent
3. Press Enter;
**Expected result**
* message that the URL is invalid is dispalyed;
**Actual result**
* blank page is loaded;
**Regression range**
* will check asap, probably not a regression;
|
[Experiment] The Embedded Import Spotlight is wrongly displayed at browser first-startup [Affected versions]:
- Firefox Release 126.0, BUILD ID: 20240509170740.
- Firefox Release 127.0, BUILD ID: 20240606181944.
- Firefox Release 128.0, BUILD ID:20240704121409.
[Affected Platforms]:
- Windows 10 x64.
- Windows 11 x64.
[Prerequisites]:
- Have the [user.js](https://drive.google.com/file/d/1AXPDN9gj-Cfmqq0XCjdUvsFkBOspDO_z/view?usp=sharing) file downloaded on your computer.
- Create a new Firefox profile using the `--first-startup` flag but don’t open it.
[Steps to reproduce]:
1. Navigate to the profile folder and paste the user.js from prerequisites.
2. Launch the browser using the profile from the prerequisites.
3. Observe the behavior.
[Expected result]:
- The “Embedded Import” spotlight is not displayed at first-startup.
[Actual result]:
- The “Embedded Import” spotlight is displayed.
[Notes]:
- This issue is reproducible with both Existing and Early Day Users experiments.
|
Correct pref names for UserMessaging I somehow flipped the prefs for UserMessaging.
|
Accent border around address bar looks out of place on macOS, other apps use a light gray Noticed this while comparing the accidental new search bar in bug 1632034 to the address bar which looks really good (has occlusion, looks more Mac like).
The address bar looks out of place on macOS - the harsh accent color border is not used in apps like Safari, Edge or Chromium - or Maps and Finder.
I'd personally want to reconsider bug 1584355, but this bug makes sense even without that enhancement and would make the popup fit in better on the platform.
|
[Caret browsing] Caret is at the wrong position when moving up on a highlighted text Attach (recommended) or Link to PDF file here:
Steps to reproduce the problem:
1. Set caret browsing mode
2. Highlight some text.
3. Put the caret in the middle of a line just under the highlighted text
4. Move the caret up.
What is the expected behavior? (add screenshot)
The caret should be in the middle.
What went wrong? (add screenshot)
The caret is at the beginning of the line.
|
Context menus are missing block padding (need 4px spacing at the top and bottom between first/last visible item and the edge of the menu) The context menu is supposed to have 4px of block padding. So items are flush next to each other but the top/bottom items should have the 4px of space from the edge of the context menu.
|
[macOS] The dropdowns from the Settings panels in the Permission section are not rendered correctly **Steps to reproduce**
1. Open a Firefox with a clean profile.
2. Go to this [test](https://browserleaks.com/geo) page, select "Remember this decision" option and click on "Allow".
3. In the "Permissions" section from about:preferences -> "Privacy & Security" section, click on the Location's "Settings..." button.
4. Click on the Allow dropdown from the visited site.
**Expected result**
* The dropdown is rendered correctly. The dropdown option are displayed below the dropdown.
**Actual result**
* The dropdown is not rendered correctly. The dropdown options overlap the dropdown element.
**Suggested Severity**
* S4
**Regression range**
* I will look for a regression as soon as possible.
**Additional notes**
* Screenshot attached to observe the issue.
* Issue can also be observed in the other Permissions "Settings..." buttons.
|
message_system pings missing columns snippets: `source`, `id`
whats_new_panel: `bucket_id`, `browser_session_id`
[Source dash](https://sql.telemetry.mozilla.org/queries/76699)
|
background image theme doesn't seem to apply on latest build, the Alpenglow theme does not apply properly (nor do https://addons.mozilla.org/en-US/firefox/addon/save-the-bees-plz/ for example)
|
Resizing the browser horizontally while in customize mode does not respect the minimum width *Affected versions*
* 86.0a1 (20210117214903)
* 85.0b9 (20210114193053)
* 84.0.2 (20210105180113)
* 78.6.1esr (20210105204613)
*Affected platforms*
* Windows 10x64
* MacOS 11
* Ubuntu 18.04
*Steps to reproduce*
1. Open Firefox and go to the Customize menu.
2. Resize the browser horizontally making it smaller.
*Expected result*
* Browser is resized as expected respecting the minimum width.
*Actual result*
* On Windows 10x64 the Minimize, Maximize buttons are cut off: [screenshot](https://drive.google.com/file/d/1CYDnV_mK1glRU6BZEQlH1eZGqrhqV1m6/view?usp=sharing)
* On macOS 11 there is only Back and Forward buttons displayed: [screenshot](https://drive.google.com/file/d/15PubKbI_IuIJoVe0ZfQ_B9uNgECVtfdd/view?usp=sharing)
* On Ubuntu 18.04 the entire browser can be hidden while resizing (see attached screen recording)
*Regression range*
* Last good revision: caf55914ccddba34d462a1206530d7868b6c4992 (2019-11-09)
* First bad revision: 72c52c0101cfd102b207224646c3007d6872e65c (2019-11-10)
* Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=caf55914ccddba34d462a1206530d7868b6c4992&tochange=72c52c0101cfd102b207224646c3007d6872e65c
*Notes*
* Attached a screen recording.
* The issue can be reproducible only in customize mode.
|
Firefox View websites in window cannot be browsed anymore after following specific steps **Found in**
- Firefox 124.0b6
**Affected versions**
- Firefox 124.0b6
- Firefox 125.0a1
**Tested platforms**
- Affected platforms: Ubuntu 22.04, macOS 13.6.4, Windows 10
**Precondition**
- Have multiple windows with ongoing media from Youtube
**Steps to reproduce**
1. Restart Firefox after setting up the precondition
2. Access Open Tabs in Firefox View
3. Tab through the websites in the Window list
4. Select a media indicator and press space/enter
**Expected result**
- The media icon mutes/unmutes (depends on the case)
**Actual result**
- The media icon disappears, focus is lost and the websites on that respective window cannot be browsed anymore by keyboard
**Additional notes**
- The issue can be seen in the attachment
- Autoplay is blocking the websites from starting after a restart, so maybe there shouldn't be any media indicator in these cases? (some Youtube sessions will retain the indicator and some don't, as seen in the attachment too).
|
Remove ghost shadow on feature callout on MacOS Follow up to [1900984](https://bugzilla.mozilla.org/show_bug.cgi?id=1900984), which fixes the ghost shadow on the arrow icon but we also need the entire callout to have `moz-window-shadow` set to `none` so the shadows are consistent.
|
Quick action shortcut "scr" does not work **Found in**
* 127.0b2
**Affected versions**
* 127.0b2
* 128.0a1 (2024-05-16)
* 126.0
**Tested platforms**
* Affected platforms:
* MacOS 12.6
* Ubuntu 22.04
* Windows 11
**Steps to reproduce**
1. Open firefox and navigate to a webpage
2. In the address bar type "scr"
**Expected result**
* Quickaction is shown in the address bar selecting the option opens the screenshot interface.
**Actual result**
* Screenshot interface is not activated and the quick action option is not present in address bar.
**Regression range**
* Will look for one ASAP.
|
Themes.jsx - ESLint error when upgrading eslint-plugin-jsx-a11y: A form label must be associated with a control When upgrading eslint-plugin-jsx-a11y to 6.8.0, there is an error generated:
```
browser/components/aboutwelcome/content-src/components/Themes.jsx
22:17 error A form label must be associated with a control. jsx-a11y/label-has-associated-control (eslint)
```
Please can someone take a look at fixing this? I am starting to investigate upgrading to ESLint v9, and want to make sure we have all the plugins up to date as there may be plugin changes needed as well.
To test the upgrade locally:
* Update `package.json` to set `eslint-plugin-jsx-a11y` to `"6.8.0"`
* Run `rm -r node_modules package-lock.json && ./mach npm install` to regenerate the node modules installation.
* Run ESLint as normal, e.g. `./mach eslint .` or `./mach eslint browser/components/aboutwelcome/content-src/components/Themes.jsx`
|
Tab close button isn't visible in Touch mode density STR:
Go to about:config and set browser.proton.tabs.enabled=true
Go to Customize mode and enable Touch mode
ER:
The close button on the tab should be visible
AR:
The close button icon is not visible but clicks where the button resides do work to close the tab
|
Open tabs links don't have the title tooltip to show the whole, non-truncated URL The item links in the recently closed tabs list all have a title attribute which shows the full URL on hover. Even though the open tabs links do a slightly different thing, we could still use the same tooltip there to disambiguate.
|
The titlebar-button buttons don't have a tooltip or accessible label The Minimize, Maximize/Restore, and Close buttons in the tabs toolbar, outside the tab list, have no accessibility label. These toolbar-buttons probably need tooltip text, or if that isn't wanted, aria-labels.
STR:
1. On Windows, inspect the buttons with a class of titlebar-button with accessibility inspector.
* Expected: These should have names.
* Actual: Names are empty/null.
Setting an access-p2 because these functions are also available via the Alt+Space System window menu.
|
Remove EARLY_BETA_OR_EARLIER use from DLL Blocklist Code In [DLLBlockList.cpp IsDependentModule()](https://searchfox.org/mozilla-central/rev/b4de9fa6fe3fb425129093c3deb1dae0686f7a2b/browser/app/winlauncher/freestanding/DllBlocklist.cpp#263), we use `#if defined(EARLY_BETA_OR_EARLIER)`. We should not use EARLY_BETA_OR_EARLIER for blocking code because we want Beta to be a viable test for compatibility with Release. It's confusing for 3rd parties to have changes like this on some Beta builds, but not all. We should either ship that code, limit it to Nightly, or remove it.
|
Firefox does not load search plugins from /usr/share/firefox/distribution/searchplugins/common/ User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0
Steps to reproduce:
Update Firefox from version 77 to version 78
Actual results:
The Debian search plugin is no longer found.
Expected results:
The Debian search plugin would appear, and I could use the keyword I added to search with it.
|
Vertical pinned tabs can be closed by clicking the top left corner I keep accidentally closing my pinned tabs and I finally realized that even though there is no X icon on hover for the pinned tabs, they still close when you click there.
|
BrowserUsageTelemetry should distinguish between bookmark items and history items I noticed while working on additional telemetry for the bookmarks library and sidebar (bug 1819081) that regardless of whether a history item or a bookmark item is clicked in the app menu or library navbar, it's being reported as 'bookmark-item' due to [this line of code](https://searchfox.org/mozilla-central/source/browser/modules/BrowserUsageTelemetry.jsm#700) and because both history items and bookmark items both contain the `.bookmark-items` class.
I'm not sure if this was intentional with work done in bug 1620358, or something changed since that was implemented but we should probably distinguish between 'history items' and 'bookmark items'.
I haven't investigated all of the toolbar surfaces this telemetry covers to see if it applies to all surfaces, I only happened to notice the two surfaces previously mentioned while stepping through the debugger.
|
Pressing Ctrl+D on the new tab page opens the bookmark dialog pointing to the magnifying glass If you open a new tab and press Ctrl+D, you get a bookmark popup that points to the magnifying glass.
If the page is bookmarkable, it should have the star and the popup should point to that.
If we don't want folks to bookmark it, Ctrl+D should do nothing.
Although we allow bookmarking of all our about pages, so I'm not sure why we wouldn't allow bookmarking this one.
|
The Suggest Rust backend will stop serving suggestions for a while after a schema update If you update Firefox and the new version contains a Suggest schema version update, the Suggest Rust component will delete your existing Suggest database, and desktop won't attempt to re-ingest until the ingest timer fires, which could take up to 24 hours. That means Suggest will stop serving suggestions entirely for up to 24 hours.
I found this by updating my Nightly today, and I think this is the cause of problems I saw in development where restarting a local build caused Suggest to stop serving suggestions until I forced it to ingest.
|
Downloading from internal PDF viewer produces the wrong download link STR
1. Set Firefox to internally handle PDFs
2. Navigate to a PDF
3. Press the download button in the PDF UI
4. Confirm the download.
5. Open the downloads menu
6. Right-click on the item you downloaded and select "Copy Download Link"
Expected Result:
Get the actual URL
Actual Result:
Get a URL of the form blob:resource://pdf.js/...
|
Proton : Mac 10.14 - panels should have the correct border colour Proton : Mac 10.14 - panels should have the correct border colour
**Affected**
Firefox Beta 89
Firefox Nightly 90.0a1
**OS affected**
Only mac 10.14.6 seems affected, on mac 15, win10, and Ubuntu 20 i see it correctly
**steps to reproduce**
go to https://permission.site
Click on notifications
check border color with Xscope on notification box
**Actual**
color shows ececf1
**expected**
color should be #f0f0f4,
|
The weather current conditions box isn't vertically centered anymore Bug 1851481 removed `align-items: start` for `.urlbarView-row-inner`, which the weather row was relying on to center the current conditions box. We'll need to add a rule specifically for weather. I noticed the quick suggest contextual opt-in (also a dynamic result type) has such a rule already.
|
No telemetry ping is displayed in the Browser Console after dismissing the CFR panel, e.g., TCP Thank You **[Affected versions]:**
- Firefox Nightly 104.0a1 (Build ID: 20220628191450)
- Firefox Beta 103.0b2 (Build ID: 20220628190840)
**[Affected Platforms]:**
- Windows 10 x64.
- macOS 12.3.1
- Linux Mint 20.2
**[Prerequisites]:**
- Have the Firefox Beta 103 browser installed/extracted and opened.
- Have the following prefs in the "about:config" page set to true:
- “browser.newtabpage.activity-stream.asrouter.devtoolsEnabled”;
- “browser.ping-centre.log”
- Have the Browser Console opened.
**[Steps to reproduce]:**
1. Open a new tab and click the “Expand tools” button from the top right corner of the page.
2. Search for the “tcp-cfr-thank-you” message.
3. Click the “Show” button displayed on the right side of the message.
4. Dismiss the doorhanger by pressing the “Esc” key and focus the Browser Console.
5. Observe the displayed pings.
**[Expected result]:**
- A “DISMISS” event is displayed.
**[Actual result]:**
- No telemetry probe is displayed for the “DISMISS” action.
**[Notes]:**
- This issue is also reproducible if the doorhanger is dismissed by clicking outside of it.
- Attached is a screen recording of the issue.
|
Super slow restore of tabs doing update I'm using the nightly build of Firefox and every time I update my tabs are super slow at loading. I click on them and they just seem to keep loading and loading.
After around 5-10 minutes the normally load
Is there a way for me to debug what is going on since I can reproduce this on all updates.
|
[Windows] [New users] The background of the images from the "about:welcome" page is not visible if the "High Contrast Mode" is enabled **[Affected versions]:**
- Firefox Nightly 107.0a1 (Build ID: 20221002212226)
**[Affected Platforms]:**
- Windows 10 x64
**[Prerequisites]:**
- Have the latest version of the Firefox Nightly build installed and opened.
- Have the system "High Contrast Mode" enabled.
**[Steps to reproduce]:**
1. Open the browser with the profile from the prerequisites.
2. Navigate to the "about:welcome" page.
3. Navigate through the "Onboarding" screens and observe the images' backgrounds.
**[Expected result]:**
- The background of the images is visible.
**[Actual result]:**
- Only the image assets are visible.
**[Additional notes]:**
- Attached is a screenshot of the issue.
|
Disabling top sites on new tab causes top sites not to be shown in the urlbar after restarting Firefox [Tracking Requested - why for this release]:
If you hide top sites on new tab (set `browser.newtabpage.activity-stream.feeds.topsites` to false) and restart Firefox, focusing the urlbar doesn't show the top sites anymore. That's because `this.activityStream.store.getState().TopSites.rows` is an empty array here: https://searchfox.org/mozilla-central/rev/c1e3d3edd4a9b784971555dc74a5de23d768b2e1/browser/modules/AboutNewTab.jsm#115 Which makes total sense because top sites are disabled.
Ed, how might we fix this? We need to show the top sites in the urlbar view even when they're hidden on new tab. Setting the pref to true, calling `AboutNewTab.getTopSites`, and then resetting it to false actually works, but it's hacky, and it also causes the top sites to flicker on and off if the current tab is new tab.
Requesting tracking because we want to enable top sites in the urlbar on release on 74.
|
The Firefox View "Tab Pickup" section's "Last Active" badge blink/flash/change size when Tab Pickup list is re-rendered/updated (Spinning this off from bug 1791089).
STR:
1. Visit Firefox View; ensure that "Tab Pickup" shows some tabs (from Sync)
2. In devtools, manually force your tab-pickup-list to update by executing the following in web console:
```
document.getElementsByTagName("tab-pickup-list")[0].getSyncedTabData()
```
3. (optional) Repeat step 2.
ACTUAL RESULTS:
Every time the tab pickup list updates, there's a brief visual glitch -- the "Last Active" badge briefly collapses away to be a small circle and then comes back.
EXPECTED RESULTS:
No such visual glitch.
Right now this happens at every step of the tour as noted in bug 1791089. But I assume it also happens in the background when the synced tab list is updated, too.
|
Callout container and its secondary buttons on the Firefox View Discoverability panel are missing proper HCM treatments The FX_VIEW_DISCOVERABILITY_ALL_USERS panel includes the following issues with [the High Contrast](https://firefox-source-docs.mozilla.org/accessible/ColorsAndHighContrastMode.html#operating-system-high-contrast-mode-os-hcm) themes on Windows that may resolve in some themes not providing an expected, readable experience for the text of the container and missing an expecting indication that both `Dismiss` and `V` buttons are, in fact, active UI elements that could be clicked (`access-S3`-[level issues](https://wiki.mozilla.org/Accessibility/Triage))
Observed in Release for the "Didn't mean to close that tab?" alertdialog treatment after closing a few tabs in a row.
*Recommendation* is to follow [the HCM secondary button pattern (Figma reference, requires SSO to access)](https://www.figma.com/design/VHRA9hZ54oJqKKJwPd6FWa/High-Contrast-Mode?node-id=0-1) and [HCM media queries for forced-colors mode](https://firefox-source-docs.mozilla.org/accessible/HCMMediaQueries.html) by:
1. Secondary buttons:
1. Adding 1px border to each `Dismiss` and `V` secondary buttons - use `ButtonText` color (the background of buttons should be `ButtonFace`)
2. Ensure hover styling is provided for both secondary buttons - use `SelectedItem` for the background and `SelectedItemText` for the border and label text (color pair)
3. `:active` state would get the hover styling combo with `ButtonText` used for the border alone
2. The callout container is using button treatments for its static text elements:
1. use `Canvas` for the background of the container
2. use `CanvasText` for the foreground color of the container (its headings text)
|
Every function exposed by the preferences WEE API bundled with doh-rollout should restrict input pref names with enums Currently a few of the functions omit enums... not sure when/why/how this happened but patch is incoming.
|
Search bar panel is not readable in High Contrast Mode **Note**
* Mac OSX 10.14 is not affected
**Affected versions**
* Fx89.0a1 2021-04-01
**Affected platforms**
* Windows 10 64-bit
* Ubuntu 20.04
**Preconditions**
* Windows: Activate OS High Contrast Theme / Ubuntu: Set OS to dark theme
* The following prefs are enabled in about:config:
browser.proton.enabled
browser.proton.toolbar.enabled
browser.proton.urlbar.enabled
**Steps to reproduce**
1. Launch Firefox and enable the search bar.
2. Observe the search bar panel
**Expected result**
* Search bar panel is consistent with Proton theme
**Actual result**
* Search bar panel doesn't follow OS's theme and the text is not visible
**Regression range**
* This was introduced with bug 1695276
|
The in-content "Search bar" placeholder is no longer displayed if the “about:privatebrowsing” page is refreshed after the “Get Firefox Focus” spotlight modal is triggered **[Notes]:**
- I also observed that the “Private Browsing” tab title changes in the “about:privatebrowsing#” name if the page is refreshed after the “Get Firefox Focus” spotlight modal was opened.
**[Affected versions]:**
- Firefox Nightly 100.0a1 (Build ID: 20220320213921)
**[Affected Platforms]:**
- macOS 11.6
- Windows 10 x64
- Ubuntu 20.04 x64
**[Prerequisites]:**
- Have the Firefox browser installed and opened.
- Have the “browser.search.region” pref set to “US”.
**[Steps to reproduce]:**
1. Restart the browser and open a new private window. (Ctrl+Shift+P)
2. Click the “Download Firefox Focus” button from the “Firefox Focus” promo message.
3. Refresh the page.
4. Observe the Search Bar.
**[Expected result]:**
- The Search Bar is correctly displayed and contains a placeholder.
**[Actual result]:**
- The Search bar placeholder text is missing.
**[Additional notes]:**
- This issue is still reproducible after a page refresh.
- This issue is reproducible with all of the Search engines.
- This issue is no longer reproducible when opening a new private tab.
- Attached is a screen recording of the issue.
|
Vertical tabs in "collapsed" state are too wide In the current Nightly, 20250214215152, the vertical tabs in the "collapsed" state are too wide, see the attached screenshot. This is a regression from the previous build.
|
Homepage opens blank instead of custom URL set User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36
Steps to reproduce:
I configured Firefox to open a Custom URL (https://start.me) as my homepage.
Actual results:
When my computer (Windows 10) has rebooted and I launch Firefox, the homepage is blank. The custom URL doesn't open. When I click the home-icon, I am taken to the correct URL.
Expected results:
I expect Firefox to open the Custom URL that I set as homepage.
The problem occurs with different URLs as well (for example setting https://cnet.com as homepage also doesn't work).
We have received 7 reports from other users with the same problem. Some of these users are on Linux machines as well.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.