mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-14 21:56:39 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user