Comment 34 for bug 168164

Revision history for this message
John Smith (john-smithi) wrote :

OK I can reproduce Issue 4 now.
It happens when the font size is stored as em in the doc and its due to bug #1036010.
If you check the text in the XML Editor, the font-size:3.33333em will change to font-size:m; when changing font faces.
Basically a std library function is interpreting this 3.3em value as scientific "e" notation like 1.2e03 and fails.