Closed
Bug 1204585
Opened 9 years ago
Closed 9 years ago
[css-grid] wrong abs pos CB position with some writing-mode combinations
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)
References
Details
(Keywords: testcase)
Attachments
(3 files)
1.88 KB,
text/html
|
Details | |
2.49 KB,
patch
|
dholbert
:
review+
|
Details | Diff | Splinter Review |
35.76 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8661225 -
Flags: review?(dholbert)
Assignee | ||
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
This is for an earlier version of the patch:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=1d218f409200
before I realized I could move the expression outside of the loop.
It doesn't seem necessary to run another job for that minor change
(I checked they still pass locally though).
Comment 4•9 years ago
|
||
Comment on attachment 8661225 [details] [diff] [review]
fix
Review of attachment 8661225 [details] [diff] [review]:
-----------------------------------------------------------------
::: layout/generic/nsGridContainerFrame.cpp
@@ +2425,5 @@
> const LogicalPoint gridOrigin(wm, pad.IStart(wm), pad.BStart(wm));
> const LogicalRect gridCB(wm, 0, 0,
> aContentArea.ISize(wm) + pad.IStartEnd(wm),
> aContentArea.BSize(wm) + pad.BStartEnd(wm));
> + const nsSize gridCBPysicalSize = gridCB.Size(wm).GetPhysicalSize(wm);
Nit: s/gridPysical/gridPhysical/ (missing an "h")
Attachment #8661225 -
Flags: review?(dholbert) → review+
https://hg.mozilla.org/mozilla-central/rev/a31775ecf4e2
https://hg.mozilla.org/mozilla-central/rev/c87dd24d1143
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•