Project

General

Profile

Bug #18467 ยป rtehtmlarea_bugfix_7886.patch

Administrator Admin, 2008-03-17 16:42

View differences:

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 {
    (1-1/1)