Closed
Bug 1133573
Opened 10 years ago
Closed 10 years ago
Fix warnings when using ruby in vertical text
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla38
Tracking | Status | |
---|---|---|
firefox38 | --- | fixed |
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
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
Assignee | ||
Comment 1•10 years ago
|
||
This is basically a trivial patch.
Assignee: nobody → quanxunzhen
Attachment #8565156 -
Flags: review?(roc)
Attachment #8565156 -
Flags: review?(roc) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•