From 2a5ce3cfe1cfc27fc0c5817e7c069ae4ff33f10e Mon Sep 17 00:00:00 2001 From: the_systech Date: Fri, 28 Dec 2001 20:27:32 +0000 Subject: [PATCH] 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 --- phpBB/templates/subSilver/posting_body.tpl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpBB/templates/subSilver/posting_body.tpl b/phpBB/templates/subSilver/posting_body.tpl index bbf4df33b9..aae4588d3d 100644 --- a/phpBB/templates/subSilver/posting_body.tpl +++ b/phpBB/templates/subSilver/posting_body.tpl @@ -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