To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73841





------- Additional comments from [EMAIL PROTECTED] Wed Jan 24 16:40:03 -0800 
2007 -------
We were able to stop the crashing by changing one style definition in
content.xml, from this:

<style:style style:name="fr6" style:family="graphic"
style:parent-style-name="Frame">
<style:graphic-properties style:vertical-pos="from-top"
style:vertical-rel="paragraph" style:horizontal-pos="from-left"
style:horizontal-rel="paragraph" style:writing-mode="tb-rl"/>
</style:style>

to this:

<style:style style:name="fr6" style:family="graphic"
style:parent-style-name="Frame">
<style:graphic-properties style:vertical-pos="from-top"
style:vertical-rel="paragraph" style:horizontal-pos="from-left"
style:horizontal-rel="paragraph" style:writing-mode="lr-tb"/>
</style:style>

I.e. style:writing-mode="tb-rl" to style:writing-mode="lr-tb"

This style applies to the two text frames that start with "EMC".

If the above change is made to the XML from the crashing doc, the .odt file can
be opened with no problem. If the non-crashing .odt is opened and the second of
the two "EMC" frames ("Frame2") is changed to "Text Direction: Right-to-left
(vertical)" I get an immediate lockup at 100% cpu (OOo 2.1.0). Making the
direction change to the first frame does NOT cause the crash.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to