Scroll bar always on right side in Oxygen XML Webhelp v26.0

Having trouble installing Oxygen XML WebHelp? Got a bug to report? Post it all here.
chrispitude
Posts: 907
Joined: Thu May 02, 2019 2:32 pm

Scroll bar always on right side in Oxygen XML Webhelp v26.0

Post by chrispitude »

Starting with the v26.0 release of WebHelp, there is always a scroll bar placeholder on the right side of Chrome browser windows:

image.png
image.png (86.23 KiB) Viewed 300 times

The window is high enough that no scroll bar actually appears, but the placeholder is still there and cannot be removed.

In v26.0, this happens only with Chrome and browsers that use the Chromium engine (e.g. Edge). Firefox does not do this.

In v25.1 and earlier releases, this does not happen in any browser.

Does anyone else see this?
chrispitude
Posts: 907
Joined: Thu May 02, 2019 2:32 pm

Re: Scroll bar always on right side in Oxygen XML Webhelp v26.0

Post by chrispitude »

It seems to be caused by this CSS rule:

Code: Select all

html{overflow-y:scroll
which is in

out/oxygen-webhelp/app/topic.css

This rule is not there in the 25.1 output. If I comment it out or set the property to "auto", the problem is avoided.
radu_pisoi
Posts: 403
Joined: Thu Aug 21, 2003 11:36 am
Location: Craiova
Contact:

Re: Scroll bar always on right side in Oxygen XML Webhelp v26.0

Post by radu_pisoi »

Thank you for reporting this!

Indeed, this behavior was introduced in v26 as a side effect of an issue from the search page. I have registered it in our internal issue tracker to be analyzed and fixed in the next minor version.
Radu Pisoi
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply