Zn2O / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

Right click event dont work on MapWidget #196

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
v811 from SVN, also in demo 'HelloMaps'

Detailed description:
MapRightClickHandler is not called on MapWidget

In HelloMaps demo when we choose 'MapEventHandlers' 
and add MapRightClickHandler - event is not fired when it should be

Workaround if you have one:
patch from Issue 60 (?) - custom implementation of RigthClick

Original issue reported on code.google.com by mikolaj....@gmail.com on 21 Oct 2008 at 7:58

GoogleCodeExporter commented 9 years ago
I just tested this and found that it works in most places in my environment, but
fails in Mac FF3. Does this match what you see?

Linux Hosted Mode ok
Linux Firefox 2/3 ok
Mac Hosted Mode ok
Mac Safari 3 ok
Mac FF3 FAILS
Windows IE 7 ok
Window FF3 ok

Original comment by galgwt.reviews@gmail.com on 21 Oct 2008 at 3:08

GoogleCodeExporter commented 9 years ago
Dear Sir,

I have conducted more tests, and results are rather bad :)
I have tested it under (also I have asked my friend):
winXP SP3 FF3 (3 different PCs)
winXP SP3 Chrome

Test subject:
http://gwt.google.com/samples/HelloMaps-1.0.0/HelloMaps.html#Map%20Event%20Handl
ers
with added Handlers:
1 MapRightClickHandler
2 MapClickHandler

every left click I see: onClick((33.780859506378675, -84.33448791503906))
very rare (1 of 20) right click shows something (same situation on my friends 
PC)

Moreover I have build v811 from sources - same error.

Firebug shows this after failure (hope it helps):
invalid 'instanceof' operand $wnd.GGeoXmlOverlay
[Break on this error] _=clb.prototype=new nhd();_.gC=glb;_.tI=...d(new
tjd(),lA)}return w3b(new v3b(),a)}

Original comment by mikolaj....@gmail.com on 21 Oct 2008 at 6:22

GoogleCodeExporter commented 9 years ago
Ok, that explains it - this must be a dup of issue 179, committed in r866. You 
can 
check out that rev from 
http://gwt-google-apis.googlecode.com/svn/releases/maps/1.0

Original comment by galgwt.reviews@gmail.com on 21 Oct 2008 at 10:36

GoogleCodeExporter commented 9 years ago
Sorry for trouble, I should have searched better.

Thanks for support - works great :).

Original comment by mikolaj....@gmail.com on 22 Oct 2008 at 5:50

GoogleCodeExporter commented 9 years ago
Updating account names

Original comment by zundel@google.com on 21 Dec 2009 at 2:00