jasadams / imagezoom

Image Zoom addon for Firefox
14 stars 12 forks source link

right-click on image after loading -> zooming doesn't work #22

Open Djfe opened 10 years ago

Djfe commented 10 years ago

Load a page with an image bigger than your screen so that you see a plus symbol on your mouse while hovering over it. press right-click -> context menu is opened

click on the image to zoom in -> only the mouse symbol changes to a minus but the image isn't zoomed in

if you reload the page and click on the image before pressing right-click then zooming works fine and you can press right-clicking as often as you want

the issue only appears for the first time a key is pressed I think.

this might has to do something with:

17

megamurmulis commented 9 years ago

This problem is caused by issue #23 (as it sets inline style="width:...px; height:...px" which then overrides attributes width="..." height="...", that firefox uses for zoom..)

Djfe commented 9 years ago

thx for clarification I'm not sure though whether @jasadams will fix this