CSS rendering improvement with full tags

Post here questions and problems related to oXygen frameworks/document types.
Johann
Posts: 198
Joined: Wed Jun 17, 2015 12:46 pm

CSS rendering improvement with full tags

Post by Johann »

Hello,

I would like to know if it is possible to improve the rendering of the Author view when displaying all tags.

When we create style sheets, we create them in keeping in mind our main goal : the view without tags. The problem is that if we want to display tags in this Author view, the display is not always very clean because of CSS. Blocks or tags sometimes overlap.

Example :
NoTags ==>
https://ibb.co/Mc5cBdP

FullTags ==>
https://ibb.co/TqF0Gj2

Is there a possibility to improve this rendering?

Thank you in advance,

Johann
Radu
Posts: 9049
Joined: Fri Jul 09, 2004 5:18 pm

Re: CSS rendering improvement with full tags

Post by Radu »

Hi Johann,

Once you start positioning elements someplace else, placing an element over something else is bound to happen.
The only workaround I can think of is to force no-tags mode on the elements which are positioned outside of their parent elements:

https://www.oxygenxml.com/doc/versions/ ... -tags.html

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