Having used GMap, I'm excited to find this module, to not need the api key, and especially to have the directions feature, but I'm concerned if it is currently supported.

With jquery.ui 1.6 and no jquery_update it works fine, but with w/ jquery_update 6.x-2, using Directions, I get the "Plan route…" link, but it does nothing on click. Shows this js error debugging on Safari + FF:

Syntax error, unrecognized expression: [@name=bid][@value=1]

Has anyone got the Directions link to work with jquery_update 6.x-2?

CommentFileSizeAuthor
#2 gmap_blocks_js-998616-2.patch2.44 KBdboulet
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ejohnson’s picture

Anyone find a fix for this yet?

dboulet’s picture

Title: Directions link incompatible with jquery_update 6.x-2 » GMap Blocks incompatible with jQuery 1.3+
Version: 6.x-1.0 » 7.x-1.x-dev
Category: feature » bug
Status: Active » Needs review
FileSize
2.44 KB

The problem is with the syntax of those attribute selectors, the '[@attr]' style selector was removed in jQuery 1.3 (see http://api.jquery.com/category/selectors/attribute-selectors/).

Bumping this up to 7.x. We can backport it to 6 later.

cmseasy’s picture

Bumping this up to 7.x. We can backport it to 6 later.

Is there a patch for Drupal 6 for testing?

II made the (patch) changes for d6: it worked! Thanks for that, maybe time for a release?