OpenLayers OpenLayers

Ticket #179 (closed feature: fixed)

Opened 2 years ago

Last modified 2 years ago

Debug new LayerSwitcher in IE

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

Description

There seems to be a problem with selecting the radio buttons and pre-loading both the radio and checkboxes.

Change History

08/18/06 23:57:16 changed by euzuro

  • version set to 2.0.
  • milestone changed from 2.1 Release to 2.0 Release.

08/19/06 00:14:17 changed by euzuro

  • component changed from general to Control.

08/19/06 01:21:02 changed by euzuro

  • owner deleted.

08/22/06 10:25:45 changed by crschmidt

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

When setting the status of a radio/checkbox element before it is added to the dom, IE requires that you use "DefaultChecked", rather than checked. r1330 implements this.