Webhelp content and search frame changed in 13.2

Post here questions and problems related to editing and publishing DITA content.
jpond
Posts: 16
Joined: Fri Apr 06, 2012 9:10 pm

Webhelp content and search frame changed in 13.2

Post by jpond »

Hi,

Formerly, the content and search frame, when resized, would result in the TOC links wrapping. It no longer wraps. Is there a reason for this? Does anyone know how to make the TOC behave as it used to?

Thanks!
Julia
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Re: Webhelp content and search frame changed in 13.2

Post by sorin_ristache »

Hi Julia,

In a previous version the Table of Contents was constructed in a different way. In the current version (Oxygen 13.2) you can add a horizontal scroll bar in the frame containing the Table of Contents by adding the following line at the end of the ul.dt-container selector in file [Oxygen-install-dir]\frameworks\dita\DITA-OT\plugins\com.oxygenxml.webhelp\oxygen-webhelp\resources\css\ui.dynatree.css:

Code: Select all

  overflow-x:auto; 
The ul.dt-container will look like:

Code: Select all

ul.dt-container
{

...

overflow-x:auto;
}
In the next Oxygen version we will try to allow wrapping in the Table of Contents frame as in previous versions.


Regards,
Sorin
jpond
Posts: 16
Joined: Fri Apr 06, 2012 9:10 pm

Re: Webhelp content and search frame changed in 13.2

Post by jpond »

Thank you for the explanation. I look forward to the return of the wrapping functionality.
Post Reply