OpenLayers OpenLayers

Ticket #1052 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Recent Yahoo creates more failures when dragging

Reported by: crschmidt Assigned to: euzuro
Priority: minor Milestone: 2.5 Release
Component: Layer.Yahoo Version: 2.5 RC3
Keywords: Cc:
State:

Description

The most recent Yahoo Maps API library seems to cause 'this.el has no properties' errors every time we drag... however, they also implemented a way to stop dragging from being caught by Yahoo, which fixes the problem.

Attachments

disabledrag.patch (495 bytes) - added by crschmidt on 10/03/07 14:09:55.

Change History

10/03/07 14:09:55 changed by crschmidt

  • attachment disabledrag.patch added.

10/03/07 15:05:04 changed by crschmidt

  • keywords set to review.

10/03/07 16:01:47 changed by euzuro

tests pass ie6. going to test ff

10/03/07 16:08:17 changed by euzuro

  • keywords changed from review to commit.

all tests pass. great work on finding this, chris. bing bing bing everything works. please commit, mark pullup.

10/03/07 16:11:51 changed by crschmidt

  • keywords changed from commit to pullup.

(In [4793]) Disable dragging on the Yahoo API, since we implement it ourselves. Recent API changes have made working with the Yahoo! API more painful (more errors) but have also made available a function to change that, which we now use. (Pullup #1052)

10/03/07 16:27:17 changed by crschmidt

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

(In [4794]) Pull up most of the changes for what will be 2.5RC4:

  • Clone on WMS/MS Untiled, 4760:4761 (Closes #1013)
  • serviceVersion on TMS, 4720:4721 (Closes #1023)
  • W3CGeo in Format.GeoRSS, 4768:4769, 4778:4779 (Closes #1024)
  • GeoJSON Draft4 Update, 4769:4770 (Closes #1028)
  • pagePosition Regression 4782:4783, (Closes #1034)
  • example changes 4691:4692 (Closes #1040)
  • WFS missing registerTileListener 4759:4760 (Closes #1045)
  • Yahoo API to stop dragging 4792:4793 (Closes #1052)