Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

<br/> not working in Internet Explorer #23

Closed
dtslvr opened this issue Nov 20, 2018 · 2 comments
Closed

<br/> not working in Internet Explorer #23

dtslvr opened this issue Nov 20, 2018 · 2 comments

Comments

@dtslvr
Copy link
Contributor

dtslvr commented Nov 20, 2018

The example from https://jsfiddle.net/shbqy0mv/9/ is not working correctly in Internet Explorer 11.

typewriter.typeString('<strong>Human: </strong>')
  .typeString('Hello how are you?')
  .pauseFor(2500)
  .typeString('<br/>')
  .typeString('<strong>Bot: </strong>')
  .typeString('I am fine thanks, how are you?')
  .pauseFor(2500)
  .typeString('<br/>')
  .typeString('<strong>Human: </strong> ')
  .typeString('I am great!')
  .pauseFor(2500)
  .start();

<br/> tags get lost and all strings are displayed in one line :/ Unfortunately I don't see an error message in the developer tools.

Do you have an idea how to solve it?

@tameemsafi
Copy link
Owner

The issue has now been fixed in v2.5.0. Let me know if it is working for you.

@dtslvr
Copy link
Contributor Author

dtslvr commented Nov 21, 2018

Great, thank you very much for your quick update! It works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants