Nested indexterm display in WebHelp Responsive
Post here questions and problems related to editing and publishing DITA content.
-
- Posts: 38
- Joined: Thu May 25, 2023 4:08 pm
Nested indexterm display in WebHelp Responsive
Hello there,
Oxygen XML Editor version 26.0 here.
I'm using nested <indexterm> elements as metadata in my topics, for example:
However, when I run the default WebHelp Responsive transformation scenario, I get the following result:
As you can see, instead of having the nested <indexterm> directly underneath its "parent" <indexterm>, the nested one goes into the second column.
I was expecting the following result instead, but I can't really get it to work:
Konrad
Oxygen XML Editor version 26.0 here.
I'm using nested <indexterm> elements as metadata in my topics, for example:
Code: Select all
<metadata>
<keywords>
<indexterm>project
<indexterm>structure</indexterm></indexterm>
</keywords>
</metadata>
image.png
As you can see, instead of having the nested <indexterm> directly underneath its "parent" <indexterm>, the nested one goes into the second column.
I was expecting the following result instead, but I can't really get it to work:
image.png
Kind regards,Konrad
You do not have the required permissions to view the files attached to this post.
-
- Posts: 145
- Joined: Mon Jun 12, 2017 10:50 am
Re: Nested indexterm display in WebHelp Responsive
Post by cosmin_andrei »
Hi,
Thank you for your feedback!
This issue will be further investigate by our development team. Meanwhile, you can modify this behavior using a CSS customization. More details are available here:
https://www.oxygenxml.com/doc/versions/ ... h-css.html
Thank you for your feedback!
This issue will be further investigate by our development team. Meanwhile, you can modify this behavior using a CSS customization. More details are available here:
https://www.oxygenxml.com/doc/versions/ ... h-css.html
Regards,
Cosmin
--
Cosmin Andrei
oXygen XML Editor and Author Support
Cosmin
--
Cosmin Andrei
oXygen XML Editor and Author Support
-
- Posts: 665
- Joined: Wed Oct 16, 2019 3:47 pm
Re: Nested indexterm display in WebHelp Responsive
Post by julien_lacour »
Hello,
The problem is browser related, our default CSS rules already indicate that no column break should occur between and indexterm and its children:
But the "avoid-column" value is not supported by Firefox as you can see in MDN Browsers Compatibility table:
Regards,
Julien
The problem is browser related, our default CSS rules already indicate that no column break should occur between and indexterm and its children:
Code: Select all
.wh_term > ul > .wh_term:first-child {
break-before: avoid-column;
}
image.png
The same output is correctly displayed in Edge or Chrome:
image.png
One solution, if you can only use Firefox, is to disable the column display (at least for it - using @-moz-document url-prefix() selector).Regards,
Julien
You do not have the required permissions to view the files attached to this post.
Return to “DITA (Editing and Publishing DITA Content)”
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service