[win] A Windows icon is displayed inside the About Firefox Nightly Window
Categories
(Core :: Widget: Win32, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox122 | --- | unaffected |
firefox123 | --- | unaffected |
firefox124 | --- | verified |
People
(Reporter: atrif, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
Found in
- 124.0a1 (2024-02-13)
Affected versions
- 124.0a1 (2024-02-13)
Tested platforms
- Affected platforms: Windows 10x64
- Unaffected platforms: macOS 12, Ubuntu 22
Steps to reproduce
- Open App Menu > Help > About Nightly.
Expected result
- No icon is displayed.
Actual result
- A Windows icon is displayed.
Regression range
- Last good revision: 011c3a1fb16cd9bff43d7206be75258524d629c8
1:58.64 INFO: First bad revision: a00b8173b0b2773667d84e38c929a3195e317fd2
1:58.64 INFO: Pushlog:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=011c3a1fb16cd9bff43d7206be75258524d629c8&tochange=a00b8173b0b2773667d84e38c929a3195e317fd2
Unfortunately, I don’t know which is the patch that causes this or if this is intentional, so I will leave a ni? on Emilio.
Additional notes
- Attached a screenshot.
Assignee | ||
Comment 1•2 years ago
|
||
This restores the behavior pre-patch.
Bug 1878037 removed this flag because it didn't affect borders, as
documented in MSDN:
https://learn.microsoft.com/en-us/windows/win32/winmsg/extended-window-styles
But apparently it has other side effects like suppressing the icon (?).
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
This changes behavior (keeps the icon, but fixes it), but I think this
is better / more consistent, and avoids relying on mis-documented window
style flags in MSDN.
Comment 5•2 years ago
|
||
Comment on attachment 9380299 [details]
Bug 1880226 - Approach 2 - Give the icon to the dialog window class. r=#win-reviewers
Revision D201894 was moved to bug 1880394. Setting attachment 9380299 [details] to obsolete.
Comment 6•2 years ago
|
||
bugherder |
Reporter | ||
Comment 7•2 years ago
|
||
Verified fixed with Firefox 124.0a1 (2024-02-15) on Windows 10x64. The icon is no longer displayed inside the About Firefox window and profile creation windows.
Description
•