A while back I started annotating some text in an Irish dialect, using ruby to show variant words in standard spelling. Today when I opened the document (in 7.2.0.4) I found that the base text is invisible.
I can’t see that there is anything special about the formatting and changing fonts, removing formatting, changing line spacing and removing styles makes no difference. Some of them started out with comments as well, but even those without comments are also invisible.
Examples
XML
<text:ruby text:style-name="Ru1">
<text:ruby-base>dtiobharfaidh</text:ruby-base>
<text:ruby-text>dtabharfaidh</text:ruby-text>
</text:ruby>
XML
<text:ruby text:style-name="Ru1">
<text:ruby-base>
<text:span text:style-name="T13">F</text:span>
<text:span text:style-name="T11">uaigh</text:span>
</text:ruby-base>
<text:ruby-text>Chuaigh</text:ruby-text>
</text:ruby>
If I create a new document, then it seems to work, but there is nothing I can see that’s different about the markup.
XML
<text:ruby text:style-name="Ru1">
<text:ruby-base>dtiobharfaidh</text:ruby-base>
<text:ruby-text>dtabharfaidh</text:ruby-text>
</text:ruby>
Does anyone have a clue why this is happening?