Skip to main content

Search and Top Navigation

#5342 closed bug (notabug)

Opened March 14, 2010 09:55PM UTC

Closed March 15, 2010 12:56AM UTC

Last modified October 11, 2012 09:15PM UTC

1.8rc3 and googleMapApi conflict!

Reported by: wojtekk Owned by:
Priority: critical Milestone:
Component: ui.core Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Hi after change version of jquery UI to 1.8rc3 i have problem with the google map api library.

When i drag a marker i have javascript error:

"a is undefined ..."

Attachments (0)
Change History (3)

Changed March 15, 2010 12:56AM UTC by scottgonzalez comment:1

resolution: → invalid
status: newclosed

We need a lot more information than that. Please ask for help on the forums.

Changed March 16, 2010 11:23PM UTC by wojtekk comment:2

it simple to check

includes: '/js/jquery-1.4.2.min.js', '/js/jquery-ui-1.8rc3.custom.min.js' and

'http://maps.google.com/maps?file=api&v=3&sensor=true&key={mykey}'

then i create simple map and put marker...

GEvent.addListener(marker, "dragend", function() {

//blabla

});

and here is problem. When i start drag my marker on google maps - it's work, when i try drop it - it doesn't !

when i back to 1.7 of jquery UI everything is fine.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:3

milestone: TBD

Milestone TBD deleted