princejwesley / minimap

A preview of full webpage or its DOM element with flexible positioning and navigation support
http://www.toolitup.com/minimap.html
MIT License
244 stars 51 forks source link

Minimap does not scroll all the way to the top #6

Open roryok opened 9 years ago

roryok commented 9 years ago

On the demo, once the minimap has been engaged it will not scroll all the way to the top (in webkit / Opera). The issue seems to be that the top of the viewport is always where the mouse pointer is, but at the start the viewport is above the minimap.

The mouseover event of the minimap obviously doesn't extend past itself, so the viewport can never get back up to the top unless the page scrollbar is used.

I've put a border around the minimap to illustrate.

Starting position: 2015-07-16 20_02_20-minimap - a jquery plugin _ js _ toolitup com - opera

Scrolled to the "top" after activation 2015-07-16 19_59_26-minimap - a jquery plugin _ js _ toolitup com - opera