Open
Bug 663339
Opened 13 years ago
Updated 3 years ago
Remove the double-flip hack in Cocoa widget added for MacOS 10.4
Categories
(Core :: Widget: Cocoa, defect, P4)
Core
Widget: Cocoa
Tracking
()
REOPENED
People
(Reporter: mounir, Unassigned)
References
Details
(Whiteboard: tpi:+)
Attachments
(1 file)
(deleted),
patch
|
mstange
:
review-
|
Details | Diff | Splinter Review |
We don't support 10.4 anymore so you should probably not worry about that and save some cycles.
Attachment #538464 -
Flags: review?(mstange)
Reporter | ||
Updated•13 years ago
|
Flags: in-testsuite-
Whiteboard: [needs review]
Reporter | ||
Comment 1•13 years ago
|
||
By "you", I meant "we".
Comment 2•13 years ago
|
||
Comment on attachment 538464 [details] [diff] [review]
Patch v1
Looks like this works in principle, but this patch on its own changes the vertical position of some buttons. For example the regular-sized buttons on the General preferences pane are two pixels higher.
It may well be that there's a bug in the current flipping code and that we're passing in wrong margins; but whatever causes the difference, it needs to be fixed before we can land this patch.
Attachment #538464 -
Flags: review?(mstange) → review-
Reporter | ||
Comment 3•13 years ago
|
||
The code used to render the button seems old and hacky: the button doesn't take the entire frame and |pushButtonSettings| doesn't even seems up to date. Interface Builder gives me different values for the height. Though, changing them makes it worse :(
Comment 4•13 years ago
|
||
Now you know why I've been reluctant to touch that code :)
Reporter | ||
Comment 5•13 years ago
|
||
(In reply to comment #4)
> Now you know why I've been reluctant to touch that code :)
Eh :)
I will keep this bug open and will get back to it some day or another. I'm not using a Mac in my day to day work so it might take some time before I work on it. Though, I like to distract myself with that kind of bug :)
Reporter | ||
Updated•13 years ago
|
Whiteboard: [needs review]
MacOs 10.4 is no longer supported.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → INCOMPLETE
Comment 7•7 years ago
|
||
(In reply to opi123 from comment #6)
> MacOs 10.4 is no longer supported.
Yes. This bug is dealing with removal of code that we no longer need.
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
Updated•7 years ago
|
Priority: -- → P4
Whiteboard: tpi:+
Updated•3 years ago
|
Assignee: mounir → nobody
Updated•3 years ago
|
Severity: normal → S4
You need to log in
before you can comment on or make changes to this bug.
Description
•