Ticket #1080 (closed bug: duplicate)

Opened 6 years ago

Last modified 5 years ago

point, path, poly handler need to set drawing to false before calling done

Reported by: tschaub Owned by: tschaub
Priority: minor Milestone: 2.6 Release
Component: Handler.Point Version: 2.5
Keywords: Cc:
State:

Description

If an application wants to deactivate a draw control when it gets notified of featureAdded, the point/path/poly handlers fail because they think they are still drawing and call cancel - though they have already destroyed their features.

Change History

Changed 5 years ago by crschmidt

  • milestone set to 2.6 Release

Oh, I just saw this: I committed r5433 / #1143 to solve this, not realizing there was a deeper issue. Please feel free to revert r5433 when a fix is available for this.

Changed 5 years ago by tschaub

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

One of these is a dupe (#1239 and #1143 cover similar terrain).

Changed 5 years ago by tschaub

And, just to be clear, this is most directly a duplicate of #1239, fixed with r5624.

Note: See TracTickets for help on using tickets.