Ticket #1239 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

point handler should clean up before calling callbacks

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

Description

In cases where controls check properties of the point/path/poly handlers, it is important that these are correctly set before callbacks are called.

Attachments

point.patch Download (1.0 KB) - added by tschaub 5 years ago.
clean up then call

Change History

Changed 5 years ago by tschaub

clean up then call

Changed 5 years ago by tschaub

  • status changed from new to assigned
  • state set to Review

Tests pass in FF and relevant examples perform well. Please review.

Changed 5 years ago by crschmidt

  • state changed from Review to Commit

This seems like the right path to me. Please commit.

Changed 5 years ago by crschmidt

Also, is this a dupe of  http://trac.openlayers.org/ticket/1080 ?

Changed 5 years ago by tschaub

  • status changed from assigned to closed
  • state changed from Commit to Complete
  • resolution set to fixed

(In [5624]) Point, path, and poly handlers now clean up before calling callbacks. r=crschmidt (closes #1239)

Note: See TracTickets for help on using tickets.