Closed (fixed)
Project:
Popup
Version:
6.x-3.22
Component:
Documentation
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2011 at 05:07 UTC
Updated:
12 Nov 2013 at 20:50 UTC
Jump to comment: Most recent
Comments
Comment #1
FuXXz commentedwith version 3.1 it works, except the correct link format
Comment #2
Scheepers de Bruin commentedI am unsure as to exactly what you are trying to accomplish...
Using this tag:
[popup title="testlink" link="www.google.com" text=Search Google]
Will simply create an anchor with title "testlink" and maybe stick the word "Search" in the popup. (You need to use quotes for attributes that contain spaces.)
This is per design. If you specify click activation, the HREF attribute will be removed from this anchor, also per design, as clicking it should show the popup. The link attribute is only there for no script fallback.
What I think you're trying to do is to create an actual "Search for this in Google" link in the popup body?
If so, you'll have to programmatically create that link and then insert that into the popup body.
Comment #3
jacobolsen commentedJust had the same issue here... the problem arises whenever you wish to add a popup as a tooltip to an existing link. Here's an ugly hack I used as a workaround: Wrap it in a div:
Comment #4
Scheepers de Bruin commentedFixed in 6 and 7 versions