Ticket #969 (closed bug: invalid)

Opened 6 years ago

Last modified 6 years ago

point/path/poly handlers should destroy their features on deactivate

Reported by: tschaub Owned by: tschaub
Priority: minor Milestone: 2.5 Release
Component: general Version: 2.4
Keywords: Cc:
State:

Description

I'll get this one tomorrow.

Change History

Changed 6 years ago by crschmidt

  • status changed from new to closed
  • resolution set to invalid

They do.

If the handler is still drawing, this.cancel() is called, which calls this.destroyFeature.

If the handler isn't still drawing, then finalize() has already been called, which calls this.destroyFeature.

So, I think this is an invalid report -- though of course, if you mean something else, feel free to reopen. I figure it was just an oversight.

Note: See TracTickets for help on using tickets.