← Back to team overview

mudlet-makers team mailing list archive

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

 

Public bug reported:

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.

** Affects: mudlet
     Importance: Undecided
         Status: New

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

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.



Follow ups

References