Closed
Bug 416429
Opened 17 years ago
Closed 17 years ago
The words in the content of various mathml elements are displayed vertical
Categories
(Core :: MathML, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla1.9beta4
People
(Reporter: john.s.thomsen, Assigned: karlt)
References
Details
(Keywords: regression, testcase)
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3) Gecko/2008020513 Firefox/3.0b3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b3) Gecko/2008020513 Firefox/3.0b3
The words between the start- and endtag of various mathml elements including mtext, mi, mo, and mn are displayed vertical and not horizontal as they should.
Reproducible: Always
Steps to Reproduce:
1. Load the test case
Actual Results:
The content is displayed *vertically* as a stack of words.
<mi>foo bar</mi>
foo
bar
Expected Results:
The content is displayed *horisontally* as normal text.
<mi>foo bar</mi>
foo bar
Comment 2•17 years ago
|
||
A regression range might be useful to blame someone.
Comment 3•17 years ago
|
||
The testcase in today's trunk build is showing different characters to that of older builds, so I'm not sure if the range I have found is relevant. Please see the attached screenshot. If the characters don't mind, and the important thing is the change in position of the characters, then:
Works: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007101104 Minefield/3.0a9pre
Broken: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a9pre) Gecko/2007101204 Minefield/3.0a9pre
Checkins to module PhoenixTinderbox between 2007-10-11 03:00 and 2007-10-12 05:00 :
http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=PhoenixTinderbox&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2007-10-11+03&maxdate=2007-10-12+05&cvsroot=%2Fcvsroot
Assignee | ||
Comment 5•17 years ago
|
||
The patch in bug 363240 fixes this, although we don't need all of that patch to fix this.
Flags: blocking1.9? → blocking1.9+
Assignee | ||
Comment 6•17 years ago
|
||
With changes in bug 363240, the test case now renders as expected.
Status: NEW → RESOLVED
Closed: 17 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9beta4
Version: unspecified → Trunk
Updated•7 years ago
|
Assignee: nobody → karlt
You need to log in
before you can comment on or make changes to this bug.
Description
•