← Back to team overview

mudlet-makers team mailing list archive

[Bug 367705] Re: Using pasteWindow with two windows open crashes mudlet

 

** Changed in: mudlet
       Status: New => Fix Released

-- 
Using pasteWindow with two windows open crashes mudlet
https://bugs.launchpad.net/bugs/367705
You received this bug notification because you are a member of Mudlet
Makers, which is subscribed to Mudlet.

Status in Mudlet the MUD client: Fix Released

Bug description:
With two user windows open, using pasteWindow on the second window seems to crash Mudlet.

Calling it with this trigger:

Trigger Pattern: ^\((\w| )+\): \w+ says?, ".*(\.|\?|\!)"$
Code:
selectString(line, 1)
copy()
pasteWindow("comms")

The comms window is open and inited.



References