Page 1 of 1

Webhelp Responsive 21.1 - Word boundaries not respected on window resize

Posted: Sat Jul 13, 2019 1:17 am
by mdslup
Using Oxygen 21.1, build 2019061404.

See this gif: https://i.imgur.com/cNrSOUC.gifv

Note how, as I resize the window, the word "charging" is broken up in the middle of the word. This wasn't happening in Oxygen 20, I don't think.

Re: Webhelp Responsive 21.1 - Word boundaries not respected on window resize

Posted: Mon Jul 15, 2019 4:41 pm
by bogdan_cercelaru
Hello,

Thank you for reporting this behavior.
I've registered an issue in our internal bug tracking system to be fixed in the next maintenance build. In the meantime, you can use a custom CSS to fix this. The following CSS may be used to fix this:

Code: Select all

.topictitle1, .topictitle2, .topictitle3, .topictitle4, .topictitle5, .topictitle6 {
    word-break: break-word;
}
Here you can find more information about how to use a custom CSS file: How to Use CSS Styling to Customize the Output

Regards,
Bogdan

Re: Webhelp Responsive 21.1 - Word boundaries not respected on window resize

Posted: Tue Jul 16, 2019 10:06 pm
by mdslup
OK thanks. I'm honestly seeing it everywhere now! Here's another example: https://i.imgur.com/6lPKv7V.jpg

Re: Webhelp Responsive 21.1 - Word boundaries not respected on window resize

Posted: Mon Jul 22, 2019 3:29 pm
by bogdan_cercelaru
Hello,

I cannot figure out which component is in your last screenshot but I cannot reproduce this behavior using the latest build of Oxygen (v21.1 build number 2019071807).
Please try to install the latest build of Oxygen (v21.1 build number 2019071807) in a new, clean location (do not uninstall the current Oxygen) and let us know if the issue is still present.

Regards,
Bogdan

Re: Webhelp Responsive 21.1 - Word boundaries not respected on window resize

Posted: Tue Aug 13, 2019 3:48 am
by mdslup
It's fixed now, thanksl