Ticket #233 (closed enhancement: fixed)
Maptip and default hyperlink text
| Reported by: | amorsell | Owned by: | madair |
|---|---|---|---|
| Priority: | P2 | Milestone: | Future |
| Component: | Widgets | Version: | 1.1.1 |
| Severity: | Trivial | Keywords: | |
| Cc: | External ID: | ||
| state: | New | Browser: | All |
| Operating System: | All |
Description
An easy enhancement that would be suitable for every case that I can think of. Ideally, this would be configured at the layer level for maptips, but I realize that this is not necessarily possible with the current architecture. Many times we don't want the full maptip hyperlink to display to the end user and can cause the maptip div to be inordinately long for large URL's. Instead, display a generic message to the end user.
For Fusion 2.0b, replace line 198
a.innerHTML = h;
with
a.innerHTML = "Click here for more information";
Change History
Note: See
TracTickets for help on using
tickets.
