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?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | gmap_blocks_js-998616-2.patch | 2.44 KB | dboulet |
Comments
Comment #1
ejohnson commentedAnyone find a fix for this yet?
Comment #2
dboulet commentedThe 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.
Comment #3
Anonymous (not verified) commentedIs 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?