OpenLayers OpenLayers

Ticket #186 (closed bug: fixed)

Opened 2 years ago

Last modified 2 years ago

Stop event propogation on all clicking in new layerswitcher

Reported by: euzuro Assigned to:
Priority: major Milestone: 2.0 Release
Component: Control Version:
Keywords: Cc:
State:

Description

This includes click and doubleclick. mouseups and downs should be checked as well, though I think they are correct.

Change History

08/17/06 14:51:07 changed by euzuro

  • status changed from new to assigned.
  • component changed from Layer to Control.

08/18/06 13:35:05 changed by euzuro

  • owner deleted.
  • status changed from assigned to new.

I made test.html, which simulates the problem of clickthroughs on the layerswitcher, but without the overhead of having to load the entire openlayers library.

Explanation and instructions are at the top of the page, so it should be self-explanitory.

A live version of the test html can be found here: http://openlayers.org/~euzuro/openlayers/examples/test.html

08/22/06 10:24:48 changed by crschmidt

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

Events are now handled correctly.