Closed Bug 1133573 Opened 9 years ago Closed 9 years ago

Fix warnings when using ruby in vertical text

Categories

(Core :: Layout, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla38
Tracking Status
firefox38 --- fixed

People

(Reporter: xidorn, Assigned: xidorn)

References

Details

Attachments

(1 file)

When the writing-mode is set in the root element, currently there are warnings like:

[7176] WARNING: have unconstrained inline-size; this should only result from very large sizes, not attempts at intrinsic inline-size calculation: 'AvailableISize() != NS_UNCONSTRAINEDSIZE', file c:\mozilla-source\mozilla-central\layout\generic\nsHTMLReflowState.cpp, line 360
[7176] WARNING: have unconstrained inline-size; this should only result from very large sizes, not attempts at intrinsic inline-size calculation: 'NS_UNCONSTRAINEDSIZE != computedISizeCBWM && NS_UNCONSTRAINEDSIZE != availISizeCBWM', file c:\mozilla-source\mozilla-central\layout\generic\nsHTMLReflowState.cpp, line 2384
[7176] WARNING: have unconstrained inline-size; this should only result from very large sizes, not attempts at intrinsic inline-size calculation: '(mFrameType == NS_CSS_FRAME_TYPE_INLINE && !frame->IsFrameOfType(nsIFrame::eReplaced)) || type == nsGkAtoms::textFrame || ComputedISize() != NS_UNCONSTRAINEDSIZE', file c:\mozilla-source\mozilla-central\layout\generic\nsHTMLReflowState.cpp, line 436
Attached patch patchSplinter Review
This is basically a trivial patch.
Assignee: nobody → quanxunzhen
Attachment #8565156 - Flags: review?(roc)
https://hg.mozilla.org/mozilla-central/rev/ffbe94ad05f9
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: