Chrome and Flare HTML5 double scrollbar behavior (Solved)

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
bunnycat
Propeller Head
Posts: 70
Joined: Tue Nov 03, 2015 6:44 am

Chrome and Flare HTML5 double scrollbar behavior (Solved)

Post by bunnycat »

Has anybody noticed a very recent behavior (within last couple days of a Chrome patch) that you see scrollbars on HTML5 outputs (Tripane and TopNav) in places they never were before?

We noticed: TopNav side menu (miniTOC) now has a scrollbar, when its style sheet does not have any selectors defined for any overflow: scroll behavior.

In Tripane, on some long topics, we are seeing double-scrollbars (One is obviously outside the tripane content, but one is inside.)

Not seeing this behavior in IE or in FF. We noticed that Chrome pushed a patch to our machines on 11.15.

EDIT: Adding a style selector for overflow: unset; to the ul.menu._Skins_yourSkinName.mc-component fixed this Chrome interaction:

ul.menu._Skins_mySkinName.mc-component
{
overflow: unset;
}
asbahr+
Propeller Head
Posts: 18
Joined: Tue Sep 29, 2015 4:54 am

Re: Chrome and Flare HTML5 double scrollbar behavior (Solved

Post by asbahr+ »

I don't know if this is related, but I now have no scroll bar in my search results. I implemented the style selector you suggested for the double scroll bar, but I am not sure if this is the culprit.

ul.menu._Skins_mySkinName.mc-component
{
overflow: unset;
}

Any thoughts?

Thanks, Ana
Post Reply