← Back to team overview

mudlet-makers team mailing list archive

[Bug 1372644] Re: development/ regression: label callbacks crashing

 

Fixed by: https://github.com/Mudlet/Mudlet/pull/132

** Changed in: mudlet
       Status: Confirmed => Fix Committed

-- 
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.
https://bugs.launchpad.net/bugs/1372644

Title:
  development/ regression: label callbacks crashing

Status in Mudlet the MUD client:
  Fix Committed

Bug description:
  In the current development (not release_30, yay) clicking on a label
  causes a crash. Here's the code to reproduce this:

  createLabel("messageBox", 50, 50, 100, 100, 0)

  function onClickGoNorth()
    echo("the north button was clicked!")
  end
   
  setLabelClickCallback( "messageBox", "onClickGoNorth" )

  Click on the label that you get top-right.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mudlet/+bug/1372644/+subscriptions


References