Page MenuHomePhabricator

VisualEditor: JS error on load in IE 10
Closed, ResolvedPublic

Description

Seen in my JS console during loading in IE 10 on Windows 8 Release Preview:

SCRIPT5007: Unable to get property 'to' of undefined or null reference
ve.ui.Context.js, line 120 character 2


Version: unspecified
Severity: normal

Details

Reference
bz37851

Event Timeline

Line is:

if (selection.to > selection.from) {

in Context.PositionIcon ...

I haven't been able to reproduce this in IE10. Though, this same error happens randomly in all browsers. I suspect it to be related to a recently closed context icon bug. Though, I'm failing to find it since I marked it as resolved.

Confirmed fixed in newly-deployed version.