Page 1 of 1

Little bug in outline view?

Posted: Wed Aug 07, 2013 2:40 pm
by stdu
We have a XML structure like this:

Code: Select all


<div>
<head>
<persName>Friedrich</persName>
<origDate>20 Juni 1880</origDate>
<origPlace>Frankfurt</origPlace>
</head>
<div>
<p>... some text ...</p>
</div>
</div>
In the Authormode we would like to hide the element persName with CSS property "display: none;". This functions well, but if I do this, the outline view hides also origDate and origPlace - i.e. there is no text shown beside element div in outline view. Is this intended?

Greets,
Stefan

Re: Little bug in outline view?

Posted: Wed Aug 07, 2013 4:05 pm
by Radu
Hi Stefan,

I added this as an issue and we'll probably fix it in version 15.1 in a couple of months. I'll update this forum thread when we do.
In the meantime if you want to take control over the content displayed in the Outline we have a Java extension which can be created in the extensions bundle corresponding to your document type:

ro.sync.ecss.extensions.api.ExtensionsBundle.createAuthorOutlineCustomizer()

Regards,
Radu

Re: Little bug in outline view?

Posted: Wed Oct 23, 2013 10:55 am
by Radu
Hi,

Oxygen 15.1 is released and should contain a fix for this issue.

Regards,
Radu