Fix for Bug # 491400.. Added an additional call to storeCaret for safety after bbcode insert

git-svn-id: file:///svn/phpbb/trunk@1735 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
the_systech 2001-12-28 20:27:32 +00:00
parent 608c2c5427
commit 2a5ce3cfe1

View file

@ -125,6 +125,7 @@ function bbfontstyle(bbopen, bbclose) {
document.post.message.focus();
return;
}
storeCaret(document.post.message);
}
@ -192,7 +193,7 @@ function bbstyle(bbnumber) {
document.post.message.focus();
return;
}
storeCaret(document.post.message);
}
// Insert at Claret position. Code from