enyo / opentip

Opentip is an open source javascript tooltip based on the protoype framework.
http://www.opentip.org
1.25k stars 401 forks source link

completely disable automatic repositioning #102

Closed rossi-jeff closed 10 years ago

rossi-jeff commented 10 years ago

I am trying to implement opentips as info windows on google maps, because google decided that info windows should cover the markers for whatever reason.

I have managed to get positioning working pretty well using map event listeners.

I have both containInViewport and autoOffset set to false, but if you scroll the window the opentip will still reposition itself, often not on the map, and almost always not where it should be.

What am I missing?

enyo commented 10 years ago

That's strange... containInViewport should definitely work. Make sure you are using the latest version and that your configuration options are passed properly.