minimize to dock doesn't work
Categories
(Core :: Widget: Cocoa, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | + | verified |
firefox71 | --- | verified |
People
(Reporter: fiveNinePlusR, Assigned: mstange)
Details
(Keywords: regression, regressionwindow-wanted)
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-beta+
|
Details | Review |
Double clicking on the titlebar in mac os doesn't minimize firefox to the dock with the "Double click a window's titlebar to minimize the dock" preference enabled.
Comment 1•6 years ago
|
||
I suppose this never worked ever since we put tabs in the title bar? Or is this a recent regression?
Reporter | ||
Comment 2•6 years ago
|
||
it's worked for a long time only recently breaking in the past few days. there might be a relevant about:config item that shows the titlebar though that some people don't have set.
Comment 3•6 years ago
|
||
What version of Firefox are you using?
Reporter | ||
Comment 4•6 years ago
|
||
It for sure was broken in 70.0a1 (2019-08-27) (64-bit) and is still broken in 70.0a1 (2019-08-30) (64-bit)
Updated•6 years ago
|
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
I found the problem in the code, but it's not clear to me how this could have broken recently. It should have been broken ever since macOS 10.11.
Assignee | ||
Comment 6•6 years ago
|
||
I got these names from https://forums.developer.apple.com/thread/30166 .
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 7•6 years ago
|
||
I do use this feature fairly often and I'm positive I've used it since 10.11 rolled around. perhaps it's some other cause that changed that preference value from working? I'm on 10.13.6 fwiw and have usually updated close to the release of each OS. (except 10.14+ because hardware incompatibilities)
![]() |
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 8•6 years ago
|
||
n-i just in case my phabricator r+ was missed. Thanks!
![]() |
||
Comment 11•6 years ago
|
||
bugherder |
Assignee | ||
Comment 12•6 years ago
|
||
Thanks for landing it!
Updated•6 years ago
|
Reporter | ||
Comment 13•6 years ago
|
||
on latest nightly and it looks like this patch is included but the issue still remains. can someone else verify this?
Assignee | ||
Comment 14•6 years ago
|
||
(In reply to fiveNinePlusR from comment #13)
on latest nightly and it looks like this patch is included but the issue still remains. can someone else verify this?
Oh, that is unfortunate. I've filed a new bug about this (bug 1581433) so that we can keep this one closed, because we try to have one landing per bug and the patch definitely fixed the problem on my 10.12 machine.
![]() |
||
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Was this something we intended to uplift to Beta for Fx70? RC week is next week.
Assignee | ||
Comment 16•6 years ago
|
||
Yes, let's uplift. We'll also want to uplift bug 1581433 but I've only just written the patch for that one.
Assignee | ||
Comment 17•6 years ago
|
||
Comment on attachment 9089477 [details]
Bug 1577587 - Check the correct preference in -[ChildView shouldMinimizeOnTitlebarDoubleClick] on 10.11 and up. r=spohl
Beta/Release Uplift Approval Request
- User impact if declined: Double clicking on toolbars doesn't minimize the window despite the system setting.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): It just adds a check to another system preference. I've tested it on multiple macOS versions.
- String changes made/needed:
![]() |
||
Comment 18•6 years ago
|
||
Comment on attachment 9089477 [details]
Bug 1577587 - Check the correct preference in -[ChildView shouldMinimizeOnTitlebarDoubleClick] on 10.11 and up. r=spohl
Fix for new regression in 70, OK for beta 14 uplift.
![]() |
||
Comment 19•6 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
Updated•6 years ago
|
Comment 20•6 years ago
|
||
Reproduced the initial issue using an old Beta build: 20191007220302
Verified - fixed on latest Beta 70.0b14 (Build id: 20191010142853) and latest Nightly 71.0a1 (Build id: 20191010214019) on Mac OS 10.14 and Mac OS 10.15
Description
•