Skip to main content
GilMichelini
Inspiring
July 30, 2020
Answered

Cursor not in TEB when loading screen

  • July 30, 2020
  • 2 replies
  • 293 views

I am doing a software simulation. On each slide is one TEB.

 

When loading the screen, I am not seeing the cursor within the TEB. When I press Tab, the cursor is displays within the TEB but according the the Tab Order, it is the only item on the canvas.

 

I read that this was a known issue in 2012 but I can't find where it has been fixed. 

This topic has been closed for replies.
Correct answer GilMichelini

OH POOP!! The slide executes JS on enter. I did not have the "Continue Playing the Project" ticked on. The cursor was not in TEB because the play head never moved.

 

I will leave this post in case anyone else runs into this issue

2 replies

GilMichelini
GilMicheliniAuthorCorrect answer
Inspiring
July 31, 2020

OH POOP!! The slide executes JS on enter. I did not have the "Continue Playing the Project" ticked on. The cursor was not in TEB because the play head never moved.

 

I will leave this post in case anyone else runs into this issue

RodWard
Community Expert
Community Expert
July 31, 2020

If you want to use TAB ordering of objects on the slide, make each object that needs to be TAB ordered into an interactive object by selecting Use as Button in Properties.  The TAB ordering list should then show those objects.  The theory here is that you only need to TAB to items that require user interaction.