Posted by maverick14 on September 1, 2010 at 1:30pm
3 followers
Jump to:
| Project: | Share Buttons (AddToAny) by Lockerz |
| Version: | 6.x-3.3 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (duplicate) |
Issue Summary
I recently upgraded to the latest version of Addtoany. Unfortunately the dropdown does not appear anymore, when hovering on the button. You automatically get directed to the Addtoany page.
It worked fine before. Anyone else with this issue ?
Comments
#1
Are you using ckeditor? If so, check out this issue:
http://drupal.org/node/884404
This fixed the problem for me.
#2
If it's not an issue with ckeditor, can you post the source code of a page that has AddToAny on it, or just link us? Either the JavaScript file isn't being called in the first place, or you have a blocking JavaScript error.
#3
Hello,
We're using FCKeditor. The url is for example http://www.solide-ict.nl/solide/blogs/eric/de-nieuwe-browser-oorlog. Thanks a lot.
#4
Fixed in the next version and available in the next dev release.
See #884404: dropdown doesn't appear after editing properties (due to ckeditor)
Note that excluding the Additional Options box in FCKeditor (as mentioned by kenwest in the issue linked above) would also resolve this.
Note: Be sure to remove "
<br/>" in the Additional Box once the WYSIWYG helper is gone!#5
Thanks!