You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Change so that links are now launched when the primary mouse button is released on them
- Change so that internal anchors work. Use <a href='myname'> to set up an anchor, and <a href='#myname'>click</a> to make the link that leads there
- CloseRPTools#1427
Is your feature request related to a problem? Please describe.
The MapTool links are notorious hard to click; if you move the mouse between press and release, the link won't work.
This has lead many to conclude that the links are bugged: https://forums.rptools.net/viewtopic.php?f=21&t=28439
Additionally, anchor links of the form
a href="#x">
don't work within frames and dialogs.Describe the solution you'd like
Both issues can be fixed relatively easily by replacing the
addHyperlinkListener
of the HTML pane by a regularmouseListener
.I suggest we make links fire if the mouse is released on the link.
Additional context
I have done most of the work already, with only a few details needing fixing.
The text was updated successfully, but these errors were encountered: