Opened 15 years ago
Closed 15 years ago
#265 closed defect (fixed)
MapGuide Tooltip Hyperlinks Not Clickable
Reported by: | amorsell | Owned by: | madair |
---|---|---|---|
Priority: | P1 | Milestone: | 2.0 |
Component: | Widgets | Version: | 2.0 - beta |
Severity: | Critical | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
Fusion 2.0 beta (or whatever is in MGOS 2.1 beta) Tooltip hyperlinks do not appear as clickable hyperlinks anymore. The text of the hyperlink appears though. Both FF and IE.
Change History (4)
comment:1 by , 15 years ago
Status: | new → assigned |
---|
comment:2 by , 15 years ago
Could you do it conditionally? If the <a> tag already exists don't wrap it again and if it doesn't already exist then wrap it?
comment:3 by , 15 years ago
MG Studio does not insert the anchor tags. In Studio, the user has a free form edit box that allows the user to put any expression there. The expression may contain an anchor tag. I agree with Andy and we should only add the <a> tags if they are not already present.
comment:4 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
closes #265: if hyperlink field doesn't contain a "href=" string, it is treated as a URL and an anchor tag is added to the hyperlink
at rev. 1903
In the past, the hyperlink URL has been wrapped in an <a> tag from within NG Studio, i.e. the field "URL activated for feature" is set to
concat('<a href="http://mapguide.osgeo.org/">MGOS</a>', ' data link')
I could change Fusion to wrap a URL in the <a> tag, but don't want to break existing applications where <a> is inserted through Studio.
Comments?