when the effects are on, if I have Share in the node body and in a block, then upon clicking one "Share" link both pop-up open and then immediately close. I guess the switch is shared and gets triggered twice.

Otherwise - an extremely useful module!

Comments

greenskin’s picture

Status: Active » Closed (fixed)

This has been tested for in the latest dev release and does not seem to occur. Please update Share to the latest release.

andrabr’s picture

Priority: Normal » Minor
Status: Closed (fixed) » Active

The problem is still there in 5.x-1.x-dev dated Dec 20.

Even with Effects OFF, there is an interaction wehn to copies of Share (with Group Service links ON) are present on the same page.

Is there a jQuery version requirement?

The simple workaround, of course, is not to have two copies of Share icon on the same page, - I just wonder if it may indicate some real problem :-)

I am running Drupal 5.3, PHP 4.3.11, no jQuery update

greenskin’s picture

Status: Active » Postponed (maintainer needs more info)

I just tested with not having jQuery Update installed and it works. The block you are using, is it the one provided by the Share module, or is it one created by Views or something else?

Check the source for the page. What is the 'id' for the share link for the node, it should be like share# with '#' being the node id. The block link should have no id but should have the class 'share_link'.

greenskin’s picture

Version: 5.x-1.x-dev » 5.x-1.0
greenskin’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)