Merge pull request #313 from jhollinger/fix_ie_cursor

Fix cursor jump in IE when clicking edit buttons
This commit is contained in:
John McLear 2012-01-08 06:43:38 -08:00
commit dc2448d0e1

View file

@ -4050,8 +4050,6 @@ function OUTER(gscope)
catch (e) catch (e)
{} {}
if (!origSelectionRange) return false; if (!origSelectionRange) return false;
var selectionParent = origSelectionRange.parentElement();
if (selectionParent.ownerDocument != doc) return false;
return true; return true;
} }