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!
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
Comment #1
greenskin commentedThis has been tested for in the latest dev release and does not seem to occur. Please update Share to the latest release.
Comment #2
andrabr commentedThe 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
Comment #3
greenskin commentedI 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'.
Comment #4
greenskin commentedComment #5
greenskin commented