Closed IvanDanchev closed 3 years ago
The fix for this issue causes a JS error Object doesn't support property or method 'remove'
in IE in the following scenario:
if(!!br.nextSibling && dom.isWhitespace(br.nextSibling)) {
br.nextSibling.remove();
}
Bug report
Reproduction of the problem
Dojo example. Video available in ticket id: 1496525 (first post).
Current behavior
Two new lines are created instead of one.
Expected/desired behavior
One new line is created.
Environment