Closed
Bug 428863
Opened 18 years ago
Closed 18 years ago
non-spacing marks (inc UnderBar) in munder are off center or too long
Categories
(Core :: MathML, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.1a1
People
(Reporter: karlt, Assigned: karlt)
References
()
Details
Attachments
(1 file)
|
5.09 KB,
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
See UnderBar in URL.
Current rendering is shown in attachment 314223 [details].
| Assignee | ||
Comment 1•18 years ago
|
||
There is code to handle this for mover (but not munder).
http://bonsai.mozilla.org/cvsblame.cgi?file=mozilla/layout/mathml/base/src/nsMathMLmoverFrame.cpp&rev=1.62&mark=360-367#358
| Assignee | ||
Comment 2•18 years ago
|
||
Added similar code for munder.
Also detecting non-spacing characters in GetPreferredStretchSize so that they don't make the stretch size too large (and for consistency with Place).
Attachment #315436 -
Flags: review?(roc)
Comment on attachment 315436 [details] [diff] [review]
use rightBearing - leftBearing when width == 0
I don't really like treating width-0 from width-very-small, but I don't have any better ideas.
Attachment #315436 -
Flags: superreview+
Attachment #315436 -
Flags: review?(roc)
Attachment #315436 -
Flags: review+
| Assignee | ||
Comment 4•18 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.1a1
You need to log in
before you can comment on or make changes to this bug.
Description
•