Marcelo,

I have created a jsfiddle.net page for you if you are able to test it.
http://jsfiddle.net/compumatter/psxxs/4/

I have also just added a jQuery function which effectively stops the
infobox from dragging with the map. However, the mouse functions are
still not enabled for the fields ie;
        // Disable map Dragging when cursor enters infoBox div
        jQuery("#infobox_test").live("mouseenter", function(){
         //      alert('in');
               theMap.setOptions( {
                    draggable:false
               } );
        })
        jQuery("#infobox_test").live("mouseleave" , function(){
         //      alert('out');
               theMap.setOptions( {draggable:true} );
        });

I have tried using the overlayLayer to no avail.

Would be happy to pay you through paypal for your solution ?

Jay
CompuMatter


On Dec 20, 9:02 am, Marcelo <[email protected]> wrote:
> Another thing you can try is to append it to a different pane, for
> example, instead of
> pane: "floatPane",
> try
> pane: "overlayLayer",
>
> ... or 
> other:http://code.google.com/apis/maps/documentation/javascript/reference.h...
>
> Sorry that I am just guessing here. If you didn't have so many
> externally linked scripts I'd give it a try locally before
> posting. :-)
>
> --
> Marcelo -http://maps.forum.nu
> --
>
> On Dec 20, 9:51 am, CompuMatter <[email protected]> wrote:
>
>
>
>
>
>
>
> > Marcello,
>
> > Good eye on that tabbing. I didn't recognize that.  So, only the mouse
> > events are failing. I tried enableEventPropagation: true previously
> > and it had no effect on anything.
>
> > Hopefully someone will recognize this symptom.
>
> > Sincerely,
>
> > Jay
>
> > On Dec 20, 5:08 am, Marcelo <[email protected]> wrote:
>
> > > InfoBox is not part of the API so I am not familiar with it, but try
> > > adding
> > > enableEventPropagation: true
> > > in the optoins.
>
> > > Note that you can enter the input fields and type by using the TAB
> > > key, so it looks as if mouse events are not propagating up the
> > > hierarchy.
>
> > > --
> > > Marcelo -http://maps.forum.nu
> > > --
>
> > > On Dec 19, 11:14 pm, CompuMatter <[email protected]> wrote:
>
> > > > Hello and Thank you for reading on,
>
> > > > I have settled on the infobox instead of infowindow for styling
> > > > reasons.
>
> > > > I have created an ultra simple form inside of a single infobox for
> > > > testing.  However, despite my best efforts I cannot click within a
> > > > text field and enter text.
>
> > > > When you click on the target, the form correctly appears within the
> > > > infobox, however it seems to treat the form fields as though they are
> > > > behind a 'panning' div as a result mousedown on the text field allows
> > > > you to drag the entire map instead of copying text.
>
> > > > The test page can be seen athttp://sta.cascadetap.com/sandbox/maps/
>
> > > > What sayeth the group ?
>
> > > > Sincerely,
>
> > > > Jay Lepore
> > > > Owner
> > > > CompuMatter

-- 
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.

Reply via email to