IE11 Bug in getStartPositionOfChar() method -when on an element with a single empty space as text content, (" "), I get a "JavaScript runtime error: IndexSizeError".
Confirmed Issue #105243 • Assigned to Travis L.
Steps to reproduce
URL = http://jsfiddle.net/5rbVv/25/
URL:
Always Happens
REPRO STEPS:
It should return either the screen position after rendering a “space” character, or 0,0. Either would be acceptable, but it is currently throwing an error.
EXPECTED RESULTS:
JavaScript runtime error: IndexSizeError
ACTUAL RESULTS:
You need to sign in to your Microsoft account to add a comment.
Sign in