Ticket #127 (closed task: fixed)

Opened 1 year ago

Last modified 1 year ago

On a mac, if you load an MA applet while another one is still in the window, the call to destroy the applet will come while the new version is loading (they seem to share the instance).

Reported by: sthiel Assigned to: sthiel
Priority: major Milestone: milestone6
Component: Implementation Version: 0.6.0
Keywords: Cc:
Super-ticket: Reviewer:
Minutes Spent: 30

Description

This is horrible, at least in terms of the use of the QTSession beastie. Perhaps a time delay in the destruction of QTSession would be appropriate? It only needs to be closed if the applet is really going away, right? The worst part, it's now not crashing between runs on my Windows machines anymore, so I suspect it happened with a recent QTJ update that fixed my problems inadvertently on PC and then nuked mac... But I dunno!

Change History

02/08/08 16:54:56 changed by sthiel

  • component changed from UI to Implementation.

02/08/08 16:55:01 changed by sthiel

  • milestone changed from milestone4 to milestone6.

02/12/08 06:44:12 changed by sthiel

  • status changed from new to closed.
  • resolution set to fixed.
  • minutes_worked set to 30.

-Fixed in 146