Commit 4e594b28 authored by GoshaZotov's avatar GoshaZotov

fix bug 33604

parent 95f71751
......@@ -6020,7 +6020,7 @@ PasteProcessor.prototype =
//TODO пересмотреть! node.getAttribute("width") в FF возврашает "auto" -> изображения в FF не всталяются
if((!nWidth || !nHeight))
{
if(AscBrowser.isMozilla)
if(AscBrowser.isMozilla || AscBrowser.isIE)
{
nWidth = parseInt(node.width);
nHeight = parseInt(node.height);
......
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