Brief summary of issue / Description of requested feature:
Links echoed to miniconsoles aren't functioning properly. They DO get echoed correctly, but the tooltip does NOT show up anymore, and the link does NOT actually fire its command when clicked.
Steps to reproduce the issue / Reasons for adding feature:
- Create miniconsole
- Echo link to it
- Mouse over link to see tooltip doesn't work. Click it to confirm that the command on it doesn't work either.
Here's a script you can easily test with:
testConsole = Geyser.MiniConsole:new(
{name = "testConsole", x = 200, y = 200, width = "20c", height = "5c"})
testConsole:clear()
testConsole:echoLink("test", [[echo"test"]], [[test]], true)
Error output / Expected result of feature
Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:
This issue was NOT present in the most stable build(4.8.2).
Brief summary of issue / Description of requested feature:
Links echoed to miniconsoles aren't functioning properly. They DO get echoed correctly, but the tooltip does NOT show up anymore, and the link does NOT actually fire its command when clicked.
Steps to reproduce the issue / Reasons for adding feature:
Here's a script you can easily test with:
Error output / Expected result of feature
Extra information, such as Mudlet version, operating system and ideas for how to solve / implement:
This issue was NOT present in the most stable build(4.8.2).