Commit 8cea4e18 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

http://bugzserver/show_bug.cgi?id=24894 - Копирование из строки формул с...

http://bugzserver/show_bug.cgi?id=24894 - Копирование из строки формул с использованием горячих клавиш работает некорректно под Firefox

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@57783 954022d7-b5bf-4e40-9824-e11837661b57
parent 8d82ea4b
......@@ -2470,6 +2470,7 @@
{
firstWidth = t.element.style.width;
t.element.style.width = document.body.offsetWidth - 1 + "px";
t.element.focus();
}
else
document.body.style.overflow = 'hidden';
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment