Closed Bug 1869853 Opened 6 months ago Closed 6 months ago

Window transparency logic got reversed after refactoring

Categories

(Core :: Widget: Cocoa, defect)

defect

Tracking

()

RESOLVED FIXED
122 Branch
Tracking Status
firefox-esr115 --- unaffected
firefox120 --- unaffected
firefox121 --- unaffected
firefox122 --- fixed

People

(Reporter: sev, Assigned: sev)

References

(Regression)

Details

(Keywords: regression)

Attachments

(1 file)

As part of a rewrite of the window transparency logic https://searchfox.org/mozilla-central/source/widget/cocoa/nsCocoaWindow.mm#1239 :

-BOOL currentTransparency = ![mWindow isOpaque];
+BOOL currentTransparency = mWindow.isOpaque;

the "not" part got omitted.

One-liner to fix the accidental omission of the "not" sign in window
transparency logic.

Assignee: nobody → sev
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Pushed by ealvarez@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f6bc1cd43803
Reversed window transparency logic r=emilio
Status: ASSIGNED → RESOLVED
Closed: 6 months ago
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
Duplicate of this bug: 1870069
Duplicate of this bug: 1870006
Regressions: 1870309
Regressions: 1870481
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: