Closed
Bug 1912939
Opened 6 months ago
Closed 6 months ago
[Windows] Default state of the Firefox notification inside the notification center changes if expanded and has the text cut
Categories
(Firefox :: Shell Integration, defect)
Tracking
()
People
(Reporter: bmaris, Unassigned)
Details
Attachments
(1 file)
652.56 KB,
image/gif
|
Details |
Found in
- Nightly 131.0a1
Affected versions
- Nightly 131.0a1
- Nightly 128.0a1
Tested platforms
- Affected platforms: Windows 11 and Windows 10
- Unaffected platforms: macOS 13 and Ubuntu 22.04
Preconditions
- Have "devtools.chrome.enabled" set to "true"
Steps to reproduce
- Open the Browser Console
- Paste the following
await Cc[
"@mozilla.org/browser/shell-service;1"
].getService(Ci.nsIWindowsShellService).pinCurrentAppToTaskbarAsync(true);
- Click the notification center icon from the right bottom site of the screen, bell icon (W11), chat cloud icon (W10).
- Click the expand icon from the Firefox notification
Expected result
- The notification is correctly displayed inside the notification center.
Actual result
- Notification text is cut after expanding and collapsing the notification info. Also the first time the notification is displayed in its normal form is different from the one shown after toggling the arrow icon twice.
Regression range
- Not a regression since this happens in older builds as well before using the new taskbar API.
Additional notes
- Not sure if this is something that we can control or if this is just how the Win notifications are displayed. I do have a feeling that this is just what Microsoft does but I had to log this just to have it on file.
Comment 1•6 months ago
|
||
This does seem like something out of our control and just how Windows manages notifications. I'm going to mark this is as closed with the idea that we can reopen it if evidence comes to light that we can control this.
Status: NEW → RESOLVED
Closed: 6 months ago
Resolution: --- → INVALID
Updated•6 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•