@Luke, I made a small change to the lib in a branch that enables lazy/ delayed loading of the lib, to cut down the initial download size. I opened a code review issue for the branch, but I suspect nobody is monitoring that.
Example is here: http://google-maps-utility-library-v3.googlecode.com/svn/branches/infobubble_delayed/examples/delayed_loading.html lib won't load until you clicked marker, or any of the open/add/ setStyle button. Let me know what you think, I can merge it to trunk if it's a go. --Nianwei On Nov 14, 9:25 pm, Luke Mahé <[email protected]> wrote: > Hi Mark, > > I've fixed this, the click was still propagating though the infobubble to > the map. Just download the source code again and you should be good to go. > > -- Luke > > On Mon, Nov 15, 2010 at 4:46 AM, Mark <[email protected]> wrote: > > Hi Luke, > > > If I add a click event to the map that, say, moves the infoBubble to > > the click point, when I click the infoBubble the map's click event is > > fired and the infoBubble moves. This is a problem, for example, when a > > tab is clicked... > > > Is there a way to prevent the map's the click event firing when the > > infoBubble is clicked? > > > Cheers. > > > On Sep 16, 2:14 am, Luke Mahé <[email protected]> wrote: > > > Hey guys, > > > > I thought I would let you know of a new utility library that I've been > > > working on called InfoBubble which is like a CSS3 InfoWindow with tabs. > > > > Its not fully complete and probably has some bugs but I thought I would > > > release it as v0.8 so those who are interested can have a play and give > > some > > > feedback. > > > > You can download the code fromhttp:// > > google-maps-utility-library-v3.googlecode.com/svn/trunk/infobu... > > > play with an examplehttp:// > > google-maps-utility-library-v3.googlecode.com/svn/trunk/infobu... > > > > -- Luke > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps JavaScript API v3" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-maps-js-api-v3%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-js-api-v3?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
