Skip to main content
Known Participant
December 22, 2015
Answered

X in text entry box

  • December 22, 2015
  • 3 replies
  • 1207 views

I am working in Captivate 8 & IE 11 and have uploaded a course that contains a text entry box.  When the user begins typing into the text box - the large X displays taking half of the space of the text box.

Any solutions?

This topic has been closed for replies.
Correct answer Cozmicone

The X appearing is specific to HTML publishing and viewing the file in IE. My initial impression when I saw the same thing was that it's the TEB indicating that what is being typed is incorrect, but it's actually a button to clear the text. Not very intuitive, but if you check the option "Show Scrollbar" the X won't appear. Enabling the scrollbar also means that text starts at the top of the TEB and will wrap inside it.

3 replies

jwessmiller
Participating Frequently
August 31, 2017

You can also eliminate the X by using CSS.  Open the index.html file in notepad and add the following just above the <script> tag:

<style>

::-ms-clear {

     display:none;

}

</style>

CozmiconeCorrect answer
Inspiring
January 15, 2016

The X appearing is specific to HTML publishing and viewing the file in IE. My initial impression when I saw the same thing was that it's the TEB indicating that what is being typed is incorrect, but it's actually a button to clear the text. Not very intuitive, but if you check the option "Show Scrollbar" the X won't appear. Enabling the scrollbar also means that text starts at the top of the TEB and will wrap inside it.

Lilybiri
Legend
December 22, 2015

Oops, never did see that

Can you check the exact version number? If it ends with 145, could you install the patch (Window, Updates)? Of course I'm not sure it will help, but let us start with that.

Known Participant
December 22, 2015

Lilibiri,

I am using Captivate 8.0.1.242 and IE 11.0.9600.17843CO

Lilybiri
Legend
December 22, 2015

That is the updated version. Did you try in another browser? Is this SWF or HTML output?