Closed
Bug 1081641
Opened 10 years ago
Closed 10 years ago
mathml operator like ⇒ becomes longer with a longer superscript
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 687807
People
(Reporter: limweizhong, Unassigned)
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0
Build ID: 20140923194127
Steps to reproduce:
The following MathML code should render the right arrow with its usual length:
<math>
<mstyle>
<mrow>
<msubsup>
<mo>⇒</mo>
<mn>1</mn>
<mn>11111111111111111111111111111111</mn>
</msubsup>
</mrow>
</mstyle>
</math>
Actual results:
As the superscript gets longer, the arrow gets longer. Both the <mstyle> and <mrow> are necessary for the bug to show up.
Expected results:
The arrow should stay the same length.
It's already fixed in FF35 by bug 687807.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•