You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// не работаетvarimg=newImage;img.onload=function(){context2d.drawImage(img,0,0);// Type Error};// работаетvarimg=document.createElement('img');img.onload=function(){context2d.drawImage(img,0,0);};
Когда запущено расширение функция
выбрасывает исключение.
Пример http://jsfiddle.net/lavrovdv/GAAHJ/2/.
Так же при выключенном расширении есть проблема с отображением http://maps.yandex.ru/ карт, изображение карты пропадает при изменении масштаба или сдвиге карты.
The text was updated successfully, but these errors were encountered: