diff options
author | the_systech <the_systech@users.sourceforge.net> | 2001-12-28 20:27:32 +0000 |
---|---|---|
committer | the_systech <the_systech@users.sourceforge.net> | 2001-12-28 20:27:32 +0000 |
commit | 2a5ce3cfe1cfc27fc0c5817e7c069ae4ff33f10e (patch) | |
tree | dff3829a940bb2616006261c922e9a4035750ef0 /phpBB/templates | |
parent | 608c2c542758fca63e840b9d67239fb56db95d26 (diff) | |
download | forums-2a5ce3cfe1cfc27fc0c5817e7c069ae4ff33f10e.tar forums-2a5ce3cfe1cfc27fc0c5817e7c069ae4ff33f10e.tar.gz forums-2a5ce3cfe1cfc27fc0c5817e7c069ae4ff33f10e.tar.bz2 forums-2a5ce3cfe1cfc27fc0c5817e7c069ae4ff33f10e.tar.xz forums-2a5ce3cfe1cfc27fc0c5817e7c069ae4ff33f10e.zip |
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
Diffstat (limited to 'phpBB/templates')
-rw-r--r-- | phpBB/templates/subSilver/posting_body.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
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 |