https://bugs.documentfoundation.org/show_bug.cgi?id=128610

Xisco FaulĂ­ <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|"Import MathML from         |"Import MathML from
                   |Clipboard", is broken on    |Clipboard", is broken on
                   |linux                       |linux ( steps in comment 19
                   |                            |)

--- Comment #19 from Xisco FaulĂ­ <[email protected]> ---
Steps to reproduce:
1. Copy

<?xml version="1.0" encoding="UTF-8"?>
<math xmlns="http://www.w3.org/1998/Math/MathML"; display="block">
 <semantics>
  <mrow>
   <msub>
    <mi>f</mi>
    <mi>c</mi>
   </msub>
   <mo stretchy="false">=</mo>
   <mfrac>
    <mn>1</mn>
    <msub>
     <mi>K</mi>
     <mi>m</mi>
    </msub>
   </mfrac>
  </mrow>
 </semantics>
</math>

2. Open Math
3. Go to Tools - Import MathML from Clipboard

-> Nothing happens.

This issue is only happening on Linux. On windows, it was fixed by Regina in
bug 117091.
On linux, the issue is fixed if 

-                                    bForceUTF16 = true;
+                                    bForceUTF16 = false;

is changed in starmath/source/view.cxx:1847

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to