Closed
Bug 1169750
Opened 10 years ago
Closed 10 years ago
UIButtonLabel constraint errors at startup
Categories
(Firefox for iOS :: General, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: bnicholson, Assigned: sleroux)
References
Details
Attachments
(1 file, 1 obsolete file)
Several UIButtonLabel/InsetButton constraint errors are appearing at startup:
(
"<<SnapKit.LayoutConstraint:0x7f8c71ef2ca0> <UIButtonLabel:0x7f8c71ef3420>.width == 18.0>",
"<NSLayoutConstraint:0x7f8c71e6b490 UIButtonLabel:0x7f8c71f5af10'0'.width <= Client.InsetButton:0x7f8c71f58de0'0'.width>",
"<NSAutoresizingMaskLayoutConstraint:0x7f8c71ef17c0 h=--& v=--& H:[Client.InsetButton:0x7f8c71f58de0'0'(0)]>"
)
(
"<<SnapKit.LayoutConstraint:0x7f8c71c98300> <UIButtonLabel:0x7f8c71c8f570>.height == 18.0>",
"<NSLayoutConstraint:0x7f8c71ef1440 UIButtonLabel:0x7f8c71f5af10'0'.height <= Client.InsetButton:0x7f8c71f58de0'0'.height>",
"<NSAutoresizingMaskLayoutConstraint:0x7f8c71ef1b60 h=--& v=--& V:[Client.InsetButton:0x7f8c71f58de0'0'(0)]>"
)
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → sleroux
| Assignee | ||
Comment 1•10 years ago
|
||
Looks like I forgot to remove the autoresizing constraints as well as the constraints for the tab button clone inside the URLBarView.
Attachment #8613590 -
Flags: review?(bnicholson)
| Reporter | ||
Comment 2•10 years ago
|
||
Attachment #8613590 -
Attachment is obsolete: true
Attachment #8613590 -
Flags: review?(bnicholson)
Attachment #8613596 -
Flags: review?(bnicholson)
| Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8613596 [details] [review]
Pull request
Nice!
Attachment #8613596 -
Flags: review?(bnicholson) → review+
| Assignee | ||
Comment 4•10 years ago
|
||
Merged
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
| Reporter | ||
Updated•10 years ago
|
tracking-fennec: ? → +
tracking-fxios:
--- → +
You need to log in
before you can comment on or make changes to this bug.
Description
•