Posted by TCRobbert on September 24, 2009 at 8:23am
| Project: | Hovertips and Clicktips |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | major |
| Assigned: | Unassigned |
| Status: | reviewed & tested by the community |
Issue Summary
It took me a while to figure out what the problem was why it was not working for me, but it appeared there is a selector in the javascript file with a reference using the @ sign which is no longer supported by jQuery 1.3.
Simply removing it is enough to get it working for both jQuery 1.2.6 (standard in drupal 6.x) and jQuery 1.3.
Comments
#1
Thanks TCRobbert! I will give this a try. I have had the same issue and the solution I had was very Rube Goldbergish! It involved creating hook_preprocess_page and overriding the jquery_update module to use the old one for certain urls... not pretty, but functional.
#2
that worked out great! here is the [very simple] patch based on tcrobbert's solution.
this is my 2nd patch contribution and i am still trying to figure the process out, so forgive (and point out) any non-compliance...
#3
The patch worked for me. I am hoping this will be put in the next release.
#4
This patch worked for me.
Can we get this patch applied and get a full release (or at least a beta release) posted? This module has NEVER had a full release, in more than four years of existence! It's time to move SOMETHING out of dev.
Happy to test if there are other bugs, but it seems like this is a pretty straightforward module that just includes the plugin. Let's get a real release posted.