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.
Webhelp Responsive 21.1 - Word boundaries not respected on window resize
-
- Posts: 221
- Joined: Tue Jul 01, 2014 11:48 am
Re: Webhelp Responsive 21.1 - Word boundaries not respected on window resize
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:
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
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;
}
Regards,
Bogdan
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Re: Webhelp Responsive 21.1 - Word boundaries not respected on window resize
OK thanks. I'm honestly seeing it everywhere now! Here's another example: https://i.imgur.com/6lPKv7V.jpg
-
- Posts: 221
- Joined: Tue Jul 01, 2014 11:48 am
Re: Webhelp Responsive 21.1 - Word boundaries not respected on window resize
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
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
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Re: Webhelp Responsive 21.1 - Word boundaries not respected on window resize
It's fixed now, thanksl