OpenLayers OpenLayers

Ticket #494 (closed bug: fixed)

Opened 1 year ago

Last modified 11 months ago

Popups don't move adequately after zooming with scroll wheel

Reported by: openlayers Assigned to: euzuro
Priority: minor Milestone: 2.5 Release
Component: Popup Version: 2.3 RC2
Keywords: Cc: alexandre.leroux@ec.gc.ca
State:

Description

Popups don't show up at their right location after zooming with the scroll wheel.

Attachments

popup.patch (1.0 kB) - added by crschmidt on 07/14/07 11:54:35.
popup_calcRelPos.patch (2.7 kB) - added by crschmidt on 09/12/07 00:00:51.
popup_calcRelPos.2.patch (3.4 kB) - added by euzuro on 09/12/07 14:34:36.
removing duplicated rounding code from anchored bubble's draw(), adding more ND comments

Change History

02/06/07 13:22:58 changed by openlayers

  • type changed from feature to bug.

03/09/07 16:28:01 changed by sderle

  • milestone set to 2.5 Release.

07/14/07 11:54:35 changed by crschmidt

  • attachment popup.patch added.

07/14/07 15:00:11 changed by crschmidt

  • keywords set to needstests.

Patch adjusts moveTo on anchored and anchoredbubble popups.

09/12/07 00:00:51 changed by crschmidt

  • attachment popup_calcRelPos.patch added.

09/12/07 00:01:01 changed by crschmidt

  • keywords changed from needstests to review.

09/12/07 14:34:36 changed by euzuro

  • attachment popup_calcRelPos.2.patch added.

removing duplicated rounding code from anchored bubble's draw(), adding more ND comments

09/12/07 14:49:22 changed by euzuro

  • keywords changed from review to commit.

made a few small mods in my patch. if you agree, please commit. tests pass ff&ie6

09/12/07 15:14:15 changed by crschmidt

  • keywords deleted.
  • status changed from new to closed.
  • resolution set to fixed.

(In [4250]) Patch from Erik/I to fix: Popups don't move adequately after zooming with scroll wheel (Closes #494)