Issue 90560 - import MathML : Pb with <msqrt>
Summary: import MathML : Pb with <msqrt>
Status: CLOSED DUPLICATE of issue 84002
Alias: None
Product: Math
Classification: Application
Component: code (show other issues)
Version: OOo 2.4.0
Hardware: All All
: P2 Trivial (vote)
Target Milestone: ---
Assignee: michael.ruess
QA Contact: issues@sw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-10 15:30 UTC by apourche
Modified: 2008-06-12 16:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
MathML that show the pb (891 bytes, text/mathml)
2008-06-10 15:31 UTC, apourche
no flags Details
bad view in openOffice (12.85 KB, image/png)
2008-06-10 15:31 UTC, apourche
no flags Details
Good View in Firefox (12.30 KB, image/png)
2008-06-10 15:32 UTC, apourche
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description apourche 2008-06-10 15:30:46 UTC
The import of a MML that contains <msqrt> and <mfrac> is bad. ex :
<math xmlns="http://www.w3.org/1998/Math/MathML">
    <mstyle fontfamily="serif">
        <msqrt>
            <mrow>
                <mfrac>
                    <mrow>
                        <mrow>
                            <msub>
                                <mi>O</mi>
                                <mi>A</mi>
                            </msub>
                        </mrow>
                    </mrow>
                    <mrow>
                        <mrow>
                            <msubsup>
                                <mi>n</mi>
                                <mi>A</mi>
                                <mn>2</mn>
                            </msubsup>
                        </mrow>
                    </mrow>
                </mfrac>
            </mrow>
        </msqrt>
    </mstyle>
</math>
Comment 1 apourche 2008-06-10 15:31:12 UTC
Created attachment 54370 [details]
MathML that show the pb
Comment 2 apourche 2008-06-10 15:31:38 UTC
Created attachment 54371 [details]
bad view in openOffice
Comment 3 apourche 2008-06-10 15:32:14 UTC
Created attachment 54372 [details]
Good View in Firefox
Comment 4 michael.ruess 2008-06-10 19:48:46 UTC
Same root cause as issue 84002.

*** This issue has been marked as a duplicate of 84002 ***
Comment 5 michael.ruess 2008-06-10 20:48:12 UTC
Closing duplicate.
Comment 6 Joost Andrae 2008-06-12 15:42:08 UTC
what about using 

sqrt { O _A over n^2_A}

?
Comment 7 apourche 2008-06-12 16:01:56 UTC
Yes, it is what i would like. So, bad interpretation of the MML by OO