Skip to main content
June 14, 2010
Question

Popup (hyperlink) closes when using scroll bar

  • June 14, 2010
  • 3 replies
  • 602 views

Robohelp (RH8).  The popup (hyperlink) closes when I use the scroll bar.  However, if I use the mouse wheel to scroll the popup does not close.  I am sure this is normal behavior however I would like it the stay open when using the scroll bar.  Is there a way to do this?

This topic is closed to new replies. Start a new post to keep the conversation going.

3 replies

Known Participant
June 29, 2010

On my system (RH8.0.2.208, Windows XP, HTML Help (CHM) output) I can scroll a popup with the vertical scrollbar but not with the mouse wheel. When I use KatMouse both scrollbars and mouse wheel work.

In the preview window (eyeglasses icon) both scrollbars and mouse wheel work.

The call I use is:

<a href="javascript:BSSCPopup('Welcome.htm');" id="a5">welcome</a>

which I make with Insert > Hyperlink, Display in auto-sizing popup.

--- Derek

RoboColum_n_
Legend
June 14, 2010

Hi pajamaham and welcome to the RH community.

To be honest I don't think you can do this with the method you are using. Popups were never designed to work that way. Perhaps a workaround would be to display the popup information in a new window. Not exactly elegant but it would do what you want.



  • Read the RoboColum(n) for a tips, tricks and musings on the Technical Communication Suite products.
  • Follow the RoboColum(n) on Twitter
June 14, 2010

Thank you, Colum.

I thought about doing that but I was hoping that someone may have a simple solution.  Thanks again!

Vic