← Back to team overview

mudlet-makers team mailing list archive

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

 

Public bug reported:

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.

** Affects: mudlet
     Importance: Medium
         Status: Confirmed

-- 
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:
  Confirmed

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


Follow ups

References