Commit 361a6475 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

Правка бага http://bugzserver/show_bug.cgi?id=24426 (в FF не пропадал tooltip о размере)

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@56438 954022d7-b5bf-4e40-9824-e11837661b57
parent 14a722a3
...@@ -787,6 +787,9 @@ ...@@ -787,6 +787,9 @@
this._onDocumentPlaceChanged(); this._onDocumentPlaceChanged();
} }
ws.draw(); ws.draw();
// Отсылаем окончание смены размеров (в FF не срабатывало обычное движение)
this.handlers.trigger("asc_onMouseMove", [new asc_CMM({type: c_oAscMouseMoveType.None})]);
}; };
// Обработка автозаполнения // Обработка автозаполнения
......
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