g3ortega / polygonzo

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

Mouse Events Not Firing #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using a checkout of the code from earlier today.

The mouse events passed to PolyMap in testmap.js on line 104 never get fired. 
Clicking or interacting with the features being drawn never causes anything to 
happen.

Reading through the code and tracing it through the classes, I tried putting a 
simple alert into the event detection code on line 260 of polygonzo.js in 
wireEvent but that never gets triggered either.

Don't know what's going on here.... maybe a change to the maps API has broken 
it and caused events to stop being seen by the canvas object?

Original issue reported on code.google.com by Albert....@wsj.com on 5 Oct 2010 at 9:08

GoogleCodeExporter commented 9 years ago
Any update on the issue with mouse events mentioned above? Is there previous 
working version i can download to use?

Original comment by ryogan...@gmail.com on 23 Oct 2010 at 10:37

GoogleCodeExporter commented 9 years ago
I'm very sorry, I broke the mouse events when I added marker support. Adding 
insult to injury, I didn't have the project configured to email me when issues 
were added or updated.

The mouse events are fixed in rev 42, and I should get emails on future issues.

To answer the question about a previous working version, a good way to do that 
for any project that uses any kind of source control is to try updating your 
local copy to an older revision and see if it works. That's how I found where I 
broke this - by updating to previous revisions and testing. Once I found the 
latest working revision, it was easy to see how I'd broken it.

Original comment by mike%gea...@gtempaccount.com on 24 Oct 2010 at 8:32

GoogleCodeExporter commented 9 years ago

Original comment by m...@mg.to on 14 Jul 2011 at 3:33