Webhelp Responsive 21.1 - Word boundaries not respected on window resize

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 21.1 - Word boundaries not respected on window resize

Post 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.
bogdan_cercelaru
Posts: 222
Joined: Tue Jul 01, 2014 11:48 am

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

Post 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
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
mdslup
Posts: 167
Joined: Tue Mar 06, 2018 1:34 am

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

Post by mdslup »

OK thanks. I'm honestly seeing it everywhere now! Here's another example: https://i.imgur.com/6lPKv7V.jpg
bogdan_cercelaru
Posts: 222
Joined: Tue Jul 01, 2014 11:48 am

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

Post 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
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
mdslup
Posts: 167
Joined: Tue Mar 06, 2018 1:34 am

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

Post by mdslup »

It's fixed now, thanksl
Post Reply