jedediah / wetbanana

Click+drag extension with physics for Google Chrome
https://chrome.google.com/extensions/detail/ljecomdaijmibecakcpjadigpfkollbh
9 stars 9 forks source link

don't zoom in/out when dragging solo image #17

Open jedediah opened 14 years ago

jedediah commented 14 years ago

When a large image is being viewed alone, the default action of zooming/unzooming is not prevented by the standard mechanism. I don't know off hand how to fix this.

chastell commented 14 years ago

IMHO this is the same behaviour as with pasting the contents of the mouse cursor into the currently-focused textarea – the middle click is not prevented (hence the contents get pasted or the image gets zoomed).

jedediah commented 14 years ago

it's different from a technical perspective.. theoretically, it should work but I think there may be a chrome bug here

chastell commented 14 years ago

Ah, right – I can see this after #19 is fixed here.