You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note this only happens in Firefox -- Chrome, Safari, and IE all work as expected, but in FF, the highlighted string is a solid block of color, instead of reversing the text.
Activity
kontur commentedon May 13, 2013
Can you post a jsfiddle or other online example showing that behaviour in a repeatable way?
spaceninja commentedon Mar 19, 2014
You can see the issue on the typer.js demo page: http://cosmos.layervault.com/typer-js.html
Note this only happens in Firefox -- Chrome, Safari, and IE all work as expected, but in FF, the highlighted string is a solid block of color, instead of reversing the text.
vpugh commentedon Apr 3, 2014
Set textColor to a value instead of leaving at null. This worked for me.
sasindu555 commentedon Oct 1, 2015
Use this
.css('color', 'rgb(255, 255, 255)')
instead of.css('color', color)