Skip to content

Bug: Links no longer function in miniconsoles #3886

@dicene

Description

@dicene

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:

  1. Create miniconsole
  2. Echo link to it
  3. 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).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions