Bug #18467 ยป rtehtmlarea_bugfix_7886.patch
typo3/sysext/rtehtmlarea/htmlarea/plugins/InlineElements/inline-elements.js (working copy) | ||
---|---|---|
range.collapse(false);
|
||
}
|
||
}
|
||
parent.normalize();
|
||
try { // normalize() is not available in IE5.5
|
||
parent.normalize();
|
||
} catch(e) { }
|
||
}
|
||
}
|
||
} else {
|
typo3/sysext/rtehtmlarea/htmlarea/plugins/TextStyle/text-style.js (working copy) | ||
---|---|---|
range.collapse(false);
|
||
}
|
||
}
|
||
parent.normalize();
|
||
try { // normalize() not available in IE5.5
|
||
parent.normalize();
|
||
} catch(e) { }
|
||
}
|
||
}
|
||
} else {
|