I’m currently working on a project in which i use the OpenLayers Plugin for VAADIN.
Im using VAADIN 6.8.13 and the Plugin version 1.3.1
My base layer is an XYZLayer with the maptiles from TomTom.
On this map i have a VectorLayer with some PointVectors and some PolyLines.
On click i display a baloon/popup with some info about the clicked vector and a button and on hover i show some other information about the vector.
This is all working fine with Chrome 31.0.1650.63 an FireFox 25.0.1, but not with IE 9/10/11.
The hover functionality doesn’t seem to be working at all and the popup/baloon, only works with te polyline.
Anyone have any idea what I can do to fix this for IE ?
Hi Matti,
By making a new Project i’ve come closer to the core of the problem.
It seems to go wrong in IE when using an image on a PointVector.
I’ve attached my Demo program/projcet (Eclipse).
When I run it, in eclipse on a tomcat 7.0 server, and open Firefox or Chrome, i can click the VAADIN logo and a popup appears. Furthermore when I mouse over the logo, a tooltip is shown.
When i try this in IE 9/10/11 (and 11 in IE 7/8 modes) this doesn’t seem to work.
Thank you in advance for your time!