mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 17:28:56 +00: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:
parent
608c2c5427
commit
2a5ce3cfe1
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue