Open
Bug 1148236
Opened 10 years ago
Updated 2 years ago
Border style check in SetNonClientMargins is always false
Categories
(Core :: Widget: Win32, defect, P3)
Core
Widget: Win32
Tracking
()
NEW
People
(Reporter: khuey, Unassigned)
References
Details
(Whiteboard: tpi:+)
Because eBorderStyle_none is 0.
http://hg.mozilla.org/mozilla-central/annotate/59554288b4eb/widget/windows/nsWindow.cpp#l2281
Flags: needinfo?(jmathies)
Comment 1•10 years ago
|
||
That's been around a while longer.
https://bugzilla.mozilla.org/attachment.cgi?id=8513495&action=diff
Flags: needinfo?(gijskruitbosch+bugs)
Comment 3•8 years ago
|
||
The (mBorderStyle & eBorderStyle_none) never hits since the result is always false. Easy fix, but I wonder what the side effects will be.
Flags: needinfo?(jmathies)
Priority: -- → P1
Whiteboard: tpi:? → tpi:+
Updated•8 years ago
|
Priority: P1 → P2
Comment 4•6 years ago
|
||
Moving to p3 because no activity for at least 1 year(s).
See https://github.com/mozilla/bug-handling/blob/master/policy/triage-bugzilla.md#how-do-you-triage for more information
Priority: P2 → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•