OpenLayers OpenLayers

Ticket #1445 (new feature)

Opened 5 months ago

Last modified 4 months ago

Click on OpenLayers won't fire prevoiusly triggered events

Reported by: vmx Assigned to: euzuro
Priority: minor Milestone: 2.7 Release
Component: Events Version: SVN
Keywords: Cc:
State: Awaiting User Feedback

Description

There are events that only get fired if a click event was fired, e.g. onchange. If you click on the map or a button, the click event gets stopped. Therefore the onchange event won't get fired.

Letting the click fall through would work for the map, but not for the buttons. The event should be fired before OpenLayers does anything.

SVN rev: 6548, Browser: Firefox 2.0.0.12, OS: Ubuntu 7.10

Attachments

onchange.html (2.0 kB) - added by vmx on 03/31/08 21:14:34.
Example of the problem

Change History

03/18/08 21:40:29 changed by crschmidt

  • milestone changed from 2.6 Release to 2.7 Release.

03/31/08 02:45:55 changed by crschmidt

  • state set to Awaiting User Feedback.

Please attach an HTML example that demonstrates this problem.

03/31/08 21:14:34 changed by vmx

  • attachment onchange.html added.

Example of the problem