Martin Vindahl Olsen

Results 6 issues of Martin Vindahl Olsen

The three functions share the common trait that they use the native setTimeout function. In angular, it's best practise to use $timeout instead. It offers the same signature, and on...

We should be able to provide a list of which browsers and handheld devices will support the panzoom library.

I.e. drag doesn't work; instead a ghosted minature of the image will follow the cursor. Workaround: attach style="-webkit-user-drag: none" on the image. To do: Check if we can be helpful...

We don't have any right now. This could surely be improved.

In panzoom.js, we are assigning too many things to the scope and we are dotting all the way through these far too often. As a result the code becomes difficult...

When zooming across several zoom levels there is an impression of "bumpiness". This is caused by the zooming coming to a temporary stop until it receives a new mouse wheel...