Skip to main content
delasoup
Known Participant
November 23, 2016
Question

Scrolling Text Learning Interaction widget layering isssue

  • November 23, 2016
  • 1 reply
  • 296 views

I have not found any threads similar to the issue I am experiencing.

I have implemented a fix from this post: Captivate 9.0.1 - web object z-order because I needed to be able to have objects on top of Web Objects in my project (otherwise, Web Objects are always placed on top of everything, regardless of layer order in the timeline).

Now I am also using a Scrolling Text Learning Interaction widget. I am trying to put a simple shape background behind it, but this seems to disable/block the scrollbar on the widget in HTML5 output. If I remove the background shape, the widget scrollbar functions properly. I made certain that they are layered appropriately in the timeline. I have tried to use javascript to change the CSS z-index in HTML5 output, but that's not working either. It works fine in Flash output.

Is it likely that the same solution that fixes the z-order of the Web Objects is affecting the layering ability of the Scrolling Text widget? I can't really think of another way to place a background behind the Scrolling Text widget (it overlays a video, so needs to have a background for the text to be readable).

Any ideas are appreciated.

Thanks,

j

This topic has been closed for replies.

1 reply

Lilybiri
Legend
November 23, 2016

Yes, the widgets/interactions are affected by this setting as well, can confirm this.

delasoup
delasoupAuthor
Known Participant
November 28, 2016

Thanks for confirming Lilybiri.

I have addressed the issue by using a background color for the Scrolling Text widget, and building a frame and close button around it- so there aren't any objects behind it.

This works great on desktop, but still have scrolling issues on iPad iOS 9.x, Safari and Chrome. Just doesn't seem to want to scroll.