OpenLayers OpenLayers

Ticket #676 (closed bug: fixed)

Opened 1 year ago

Last modified 1 year ago

Yahoo! Maps API has Keyboard handlers on by default

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

Description

Yahoo! Map has keyboard handlers on by default. This can be disabled in the loadMapObject function:

loadMapObject:function() { try { //do not crash!

this.mapObject = new YMap(this.div, this.type); this.mapObject.disableKeyControls();

} catch(e) {}

},

Attachments

yahoo.patch (434 bytes) - added by crschmidt on 06/17/07 09:45:56.

Change History

06/17/07 09:45:56 changed by crschmidt

  • attachment yahoo.patch added.

06/17/07 09:46:43 changed by crschmidt

  • keywords set to review.

I can't think how to test this one -- Yahoo doesn't provide a method for checking the state, and I can't figure out how to create one manually that causes yahoo to go.

07/12/07 22:31:26 changed by euzuro

  • keywords changed from review to commit.

this looks good. please commit.

07/13/07 09:36:47 changed by crschmidt

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