dr-geo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dr. Geo] [Bug 2020712] [NEW] Numerous registered events


From: hilaire
Subject: [Dr. Geo] [Bug 2020712] [NEW] Numerous registered events
Date: Wed, 24 May 2023 22:00:09 -0000

Public bug reported:

Do we needs to register these events below in DrGMorph?

Because a lot are registered, and not clean up. It clutters the (self
actionsMaps) in the ActiveModel and slow down the environment.


DrGMoprh>>registerEvents
        mathItem
                ifNotNil: [
                        mathItem
                                when: #deletedMathItem
                                send: #deleteMorph:
                                to: self app
                                with: self.
                        mathItem 
                                when: #updateMyView
                                send: #updateAllMathItems
                                to: self domain]

** Affects: drgeo
     Importance: Medium
         Status: Confirmed


** Tags: core

-- 
You received this bug notification because you are a member of DrGeo
developers, which is subscribed to Dr. Geo.
Matching subscriptions: Dr. Geo bug report
https://bugs.launchpad.net/bugs/2020712

Title:
  Numerous registered events

Status in Dr. Geo:
  Confirmed

Bug description:
  Do we needs to register these events below in DrGMorph?

  Because a lot are registered, and not clean up. It clutters the (self
  actionsMaps) in the ActiveModel and slow down the environment.


  DrGMoprh>>registerEvents
        mathItem
                ifNotNil: [
                        mathItem
                                when: #deletedMathItem
                                send: #deleteMorph:
                                to: self app
                                with: self.
                        mathItem 
                                when: #updateMyView
                                send: #updateAllMathItems
                                to: self domain]

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]