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
I have the unfortunate situation where I have to use zero-width white space characters. They are zero width, so they don't show up, but they still count as a character when rangy is counting character positions. Not sure if you want to handle this situation, but if your aim is to provide a method to get to the visible 5th character, then you might want to ignore this special character (U200B).
From [email protected] on February 19, 2014 05:45:02
I have the unfortunate situation where I have to use zero-width white space characters. They are zero width, so they don't show up, but they still count as a character when rangy is counting character positions. Not sure if you want to handle this situation, but if your aim is to provide a method to get to the visible 5th character, then you might want to ignore this special character (U200B).
Original issue: https://code.google.com/p/rangy/issues/detail?id=198
The text was updated successfully, but these errors were encountered: