Hello.
Very nice module, thanks for that! I've installed it on my Drupal 7 page, no problems there.
The jquery_scroll_follow script therefore seems to conflict with several Drupal core AJAX functionality.
For example ,in Views some buttons don't react anymore, and the filter option in the Fields option isn’t responding.
But there are more modules that have trouble with this jQuery script! In the microdata module some AJAX functionality doesn't work anymore.
I had to disable the module to get the functionality back.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | remove_duplicate_function-1813476-1.patch | 482 bytes | jibus |
Comments
Comment #1
jibus commentedConfirmed ! There is a duplicate drupal_add_js function which cause unexpected breaks.
Patch attached. On my side, Views seems to work correctly now
Thanks for your report
Comment #2
juzzuu commentedThanks for your quick response. Problems solved. Patch did the trick!
Comment #3
jibus commentedCommited to 7.x-1.x head
A new 7.x-1.x dev package should be available shortly.
Plan to release 7.x-1.1 next week.
Thanks !