Closed
Bug 1148670
Opened 10 years ago
Closed 10 years ago
Correct MenuItemActionView.onLayout calculation
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(firefox40 fixed)
RESOLVED
FIXED
Firefox 40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: mcomella, Assigned: mcomella)
Details
Attachments
(1 file, 1 obsolete file)
We shouldn't use padding - it should be
if (width < widthForViewInParent
where
width = right - left;
parentMeasuredSize = parentMeasuredWidth - parentPadding
Basically, we're checking to see if there is another child View next to us or if we take up the whole container width.
Assignee | ||
Updated•10 years ago
|
No longer blocks: share-overlay-v2
Assignee | ||
Comment 1•10 years ago
|
||
/r/6241 - Bug 1148670 - Correct onLayout calculation in MenuItemActionView. r=mhaigh
Pull down this commit:
hg pull review -r b1187135037bee81ceb99e12a28cb983eb5626e9
Attachment #8584907 -
Flags: review?(mhaigh)
Comment 2•10 years ago
|
||
Comment on attachment 8584907 [details]
MozReview Request: bz://1148670/mcomella
https://reviewboard.mozilla.org/r/6239/#review5393
Ship It!
Attachment #8584907 -
Flags: review?(mhaigh) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 40
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8584907 -
Attachment is obsolete: true
Attachment #8619901 -
Flags: review+
Assignee | ||
Comment 6•10 years ago
|
||
Updated•5 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•