#5342 closed bug (notabug)
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 ..."
Change History (3)
comment:1 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
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.
Note: See
TracTickets for help on using
tickets.
We need a lot more information than that. Please ask for help on the forums.