Download & Extend

Drop down shows up really far at the bottom-right (not visible)

Project:Announcements
Version:6.x-1.x-dev
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#1

Project:AddThis» Announcements
Version:6.x-2.0» 6.x-1.x-dev

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

Status:active» postponed (maintainer needs more info)

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

Status:postponed (maintainer needs more info)» fixed

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

Status:fixed» closed (fixed)
nobody click here