Little bug in outline view?

Having trouble installing Oxygen? Got a bug to report? Post it all here.
stdu
Posts: 81
Joined: Mon Mar 05, 2012 5:23 pm

Little bug in outline view?

Post 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
Radu
Posts: 9051
Joined: Fri Jul 09, 2004 5:18 pm

Re: Little bug in outline view?

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Radu
Posts: 9051
Joined: Fri Jul 09, 2004 5:18 pm

Re: Little bug in outline view?

Post by Radu »

Hi,

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

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply