Skip to main content
wdolphin
Known Participant
September 20, 2017
Answered

Text Entry Boxes always in the front after publishing in HTML5 block other objects

  • September 20, 2017
  • 1 reply
  • 411 views

I have text entry boxes that I have placed at the back but after publishing in HTML5 they always appear in front.  I have tried to create an Advanced Action that when the user clicks on a button that goes to next state it hides the TEB until the user clicks the button again so that the TEB does not block the image. Although this causes the slide to auto advance even though the user had not entered anything in the TEB and I do not have Continue project enabled on this button.  

Need to know how to change the order of the TEB so once published it does not move to the front or need to know an Advanced Action that lets me temp hide the TEB without it advancing the slide.

-Thank you 

This topic has been closed for replies.
Correct answer Lilybiri

Sorry misunderstood what you were asking. 

object_state_panel


Just for testing reasons, can you try to replace the present action you were using by a conditional action. You'll have to create a user variable, will label it v_popup. GIve it a start value of 0 (popup not visible). Action will be:

IF v_popup is equal to 0

     Hide TEB

     Toggle v_popup

     Change State of Button to .Directions

ELSE

     Change State of Burront to Normal

      Toggle v_popup

       Show TEB

1 reply

Lilybiri
Legend
September 20, 2017

Can you post some screenshots: timeline and the advanced action which you trigger by which event?

Can you also check the exact version number, please.?

wdolphin
wdolphinAuthor
Known Participant
September 20, 2017

This is the screen shot where the white box appears in front of the pop up that appears when user clicks button and it goes to next state. 

 Image where the white box appears in front of the Next State when button pressed.

 

Timeline for this slide.

timeline

Here is slide shot before user clicks on button to go to next state.

slide_where_they_enter_the_white_box

This is one of the two advanced actions I tried.

advanced_action_1

This is the second of the two Advanced Actions I tried.

advanced_action_2

This is the version of Captivate I am using.

version

Lilybiri
Legend
September 20, 2017

Which event did you use to trigger the actions?