chellymehdi / vopenlayers

Automatically exported from code.google.com/p/vopenlayers
0 stars 0 forks source link

internal error #50

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a listener to a marker
2. Clicking on the marker causes a vaadin internal error.

What is the expected output? What do you see instead?
Pop up to be displayed. The popup is displayed but followed with internal error.

What version of the product are you using? On what operating system?
Version 0.6 on windows 7 & ubuntu 10.4

Please provide any additional information below.

The logs displays number format exception while trying to convert string "null" 
to an integer in AbstractCommuniactionManager.
On further investigation we realized at some point, one variable being passed 
to vaadin is null. This is the zoom. the others: left, top, right, bottom have 
values. We were not able to get the source of these variables.

Original issue reported on code.google.com by john.k.m...@gmail.com on 8 Feb 2012 at 6:17

GoogleCodeExporter commented 9 years ago
Hi,

Could you add a short code snippet where the issue can be reproduced?

__
m

Original comment by ma...@vaadin.com on 5 Mar 2012 at 8:20