← Back to team overview

mudlet-makers team mailing list archive

Re: [Bug 1377401] Re: Script content loss

 

It won't directly solve the problem but it might help to trace the flow,
put a boiler plate qDebug("<name of function><list of values of
(significant) arguments>") enabled by a global or class member boolean,
at the start of "every significant method" in the dlgTriggerEditor class
(?) and track the program execution (will record the "slot" methods as
well) I'm sure something will be surprising - that was how I found that
double clicking on the treewidgets also called the single click slot -
twice!

(Might want to discount Focus events from the "every method" list above
- that does gets rather spammy if we can be certain that is not the/a
problem area.)

On 07/01/15 21:57, Vadim Peretokin wrote:
> Including a video demonstrating the problem. The scripts content gets
> replaced with mmp.swim() which is from the trigger.
> 
> ** Attachment added: "Screencast 2015-01-08 07:56:21.mp4"
>    https://bugs.launchpad.net/mudlet/+bug/1377401/+attachment/4293744/+files/Screencast%202015-01-08%2007%3A56%3A21.mp4
>

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

Title:
  Script content loss

Status in Mudlet the MUD client:
  Confirmed

Bug description:
  People are reporting that their script are getting wiped on 3.0.0-alpha[1] and beta[2]. 
  This is a regression in 3.0 as it doesn't happen in 2.1. Steps to replicate:

  - Select a script with your mouse
  - Navigate up or down at least 1 item with your arrow keys
  - Switch to any other tab
  - Switch back to the original script

  Result: original script is blank.

  See http://forums.mudlet.org/viewtopic.php?f=7&t=4610&p=21779#p21778
  for the original report.

  [1] http://forums.mudlet.org/viewtopic.php?f=5&t=4598&p=21563#p21563

  [2] http://forums.mudlet.org/viewtopic.php?f=7&t=4610&p=21775#p21774

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


Follow ups

References