1.8rc3 and googleMapApi conflict!

1.8rc3 and googleMapApi conflict!

Hi - i found bug with new 1.8rc3 - conflict with google maps api.

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.