Webhelp responsive - text formatting errors

Post here questions and problems related to editing and publishing DITA content.
mdslup
Posts: 167
Joined: Tue Mar 06, 2018 1:34 am

Webhelp responsive - text formatting errors

Post by mdslup »

Can you guys please look at this screenshot, which is the result of a webhelp responsive transformation: https://i.imgur.com/zqvvEXi.jpg

Note how the bottom of the "g" in "Moving" "Storage" and "Troubleshooting" is cut off?
ionela
Posts: 407
Joined: Mon Dec 05, 2011 6:08 pm

Re: Webhelp responsive - text formatting errors

Post by ionela »

Hi,

Thank you for your feedback.

Indeed, this is a bug in the current oXygen XML WebHelp implementation. I have logged it to our issue tracking tool in order to be resolved in a future version. As a workaround, you can use a CSS as follows:

Code: Select all

.wh_tile_title {
line-height: 1.7em;
}
Then, reference the above CSS in the WebHelp Responsive transformation scenario as described in our user manual:
https://www.oxygenxml.com/doc/versions/ ... aid-title5

Let us know if the problem persists.

Regards,
Ionela
Ionela Istodor
oXygen XML Editor and Author Support
mdslup
Posts: 167
Joined: Tue Mar 06, 2018 1:34 am

Re: Webhelp responsive - text formatting errors

Post by mdslup »

Wonderful, thank you.
sorin_carbunaru
Posts: 417
Joined: Mon May 09, 2016 9:37 am

Re: Webhelp responsive - text formatting errors

Post by sorin_carbunaru »

Hello,

Just wanted to update this thread and say that the issue has been fixed starting with oXygen 20.1.

Best wishes,
Sorin Carbunaru
oXygen XML
Post Reply