Open
Bug 1728559
Opened 4 years ago
Updated 1 year ago
Nightly icon is no longer displayed in prompt to install if reopened after user chooses to not install it on first run
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
NEW
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox91 | --- | unaffected |
| firefox92 | --- | unaffected |
| firefox93 | --- | affected |
People
(Reporter: atrif, Unassigned)
References
(Blocks 1 open bug)
Details
Affected versions
- 93.0a1 (20210901034805)
Affected platforms
- macOS 10.15
Preconditions
- Firefox .dmg containing patches from bug 1728339 downloaded
Steps to reproduce
- Open the .dmg and double-click the installer.
- Choose
Don't installand close Firefox. - Close the .dmg file and open it again.
- Double click on Firefox.
Expected result
- Icon for Firefox is displayed.
Actual result
- No icon is displayed for Firefox.
Regression range
- Not a regression, this was added by bug 516362.
Notes
- Attached a screen recording: link.
| Reporter | ||
Updated•4 years ago
|
Has STR: --- → yes
Comment 1•4 years ago
|
||
This is surprising. NSAlert is supposed to pick the right icon. From the docs:
By default, the image used in an alert is the app icon.
Comment 2•4 years ago
|
||
(In reply to Markus Stange [:mstange] from comment #1)
This is surprising. NSAlert is supposed to pick the right icon. From the docs:
By default, the image used in an alert is the app icon.
Yeah, that's exactly why I didn't set it explicitly. Sounds like it might be worth doing that though to see if that helps, although it doesn't seem to high a priority.
Assignee: nobody → jwatt
Updated•4 years ago
|
Summary: Nightly icon is no longer displayed if installer is reopened after user chooses to not install it on first run → Nightly icon is no longer displayed in prompt to install if reopened after user chooses to not install it on first run
Updated•1 year ago
|
Assignee: jwatt → nobody
You need to log in
before you can comment on or make changes to this bug.
Description
•