Drop down shows up really far at the bottom-right (not visible)
AlexisWilke - August 23, 2008 - 07:47
| Project: | Announcements |
| Version: | 6.x-1.x-dev |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Somehow, when I want to click on the Add This button on my Announcements page, the drop down goes "banana"
You need to install the Announcements module and post at least two announcements, then it goes bad.
This bug is most certainly coming from the Javascript code downloaded from the addthis.com website. For this reason, I implemented "a fix" as follow:
in addthis_link(), add at the end of the if() condition:
&& $node->type != "announcements"
Then it simply does not show the buttons and it works just fine.
Thank you.
Alexis Wilke

#1
Since JS library from addthis.com is not in our control I will reassign this to Announcements module. We could only implement workaround kludges like the one you already mentioned in Addthis module. I hope there is an easy way to fix this in Announcements module.
#2
Welcome to the Drupal.org site, Alexis. I wish your first experience was better.
I have never even heard of the "Add This Button" module. Obviously I don't use it. Perhaps one of our other users may have some idea what to do. The only thing I can suggest is checking the CSS that's used and see if it conflicts with any being used by Announcements.
#3
Indeed the CSS was duplicated (as found out by the author). It is fixed in version 2.2
Thank you for the quick response!
Alexis W.
#4