Closed
Bug 1086883
Opened 10 years ago
Closed 10 years ago
block with vertical-rl writing-mode is totally misplaced relative to its (horizontal) containing block
Categories
(Core :: Layout: Block and Inline, defect)
Core
Layout: Block and Inline
Tracking
()
RESOLVED
FIXED
mozilla36
People
(Reporter: jfkthame, Assigned: jfkthame)
References
(Blocks 1 open bug)
Details
Attachments
(3 files, 1 obsolete file)
861 bytes,
text/html
|
Details | |
2.73 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
8.43 KB,
patch
|
smontagu
:
review+
|
Details | Diff | Splinter Review |
See attached testcase. The red-bordered test <div> should remain in the same place within the black-bordered <div> that contains it; but when writing-mode is set to vertical-rl, it disappears far off the bottom of the screen. (Scroll all the way down to find it, with garbled border as well as misplaced.)
Assignee | ||
Comment 1•10 years ago
|
||
AFAICT, this is caused by writing-mode mixup in nsBlockReflowContext::ComputeCollapsedBStartMargin, resulting in a margin of NS_UNCONSTRAINEDSIZE (or thereabouts) above the orthogonal <div> in this example. I've got an experimental patch that I'll post for review if tryserver is happy with it.
Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8509538 -
Flags: review?(smontagu)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jfkthame
Status: NEW → ASSIGNED
Assignee | ||
Comment 3•10 years ago
|
||
Here's a reftest for the issue here, checking that the writing-mode of an inner div doesn't affect its placement. It'll pass harmlessly when writing-mode support isn't enabled.
Attachment #8509539 -
Flags: review?(smontagu)
Assignee | ||
Comment 4•10 years ago
|
||
Minor update to fix a failure in conjunction with bug 1083892's patch and test.
Attachment #8510150 -
Flags: review?(smontagu)
Assignee | ||
Updated•10 years ago
|
Attachment #8509538 -
Attachment is obsolete: true
Attachment #8509538 -
Flags: review?(smontagu)
Updated•10 years ago
|
Attachment #8509539 -
Flags: review?(smontagu) → review+
Updated•10 years ago
|
Attachment #8510150 -
Flags: review?(smontagu) → review+
Assignee | ||
Comment 5•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/8f0b367ed696
https://hg.mozilla.org/integration/mozilla-inbound/rev/c0b74388316a
Target Milestone: --- → mozilla36
https://hg.mozilla.org/mozilla-central/rev/8f0b367ed696
https://hg.mozilla.org/mozilla-central/rev/c0b74388316a
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•