From 33499f59e9db2324f202a75fc3f11ed3ac2edc64 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Thu, 31 Aug 2006 10:50:34 +0000 Subject: [PATCH] Remove test.html. This file was originally used for debugging the new LayerSwitcher, which turned out to be a problem with IE not understanding '.checked' before an element is added to the DOM. git-svn-id: http://svn.openlayers.org/trunk/openlayers@1394 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/test.html | 90 ---------------------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 examples/test.html diff --git a/examples/test.html b/examples/test.html deleted file mode 100644 index ff3cfcaf46..0000000000 --- a/examples/test.html +++ /dev/null @@ -1,90 +0,0 @@ - - - - - - - -
The idea here is to simulate the layerswitcher radiobuttons UI - without all the overhead of openlayers. -
-
- There are event handlers attached to the following elements: -
- * Body - Prints message "clicked body" to message area -
- * Blue Div - Prints message "clicked div" to message area, stops - the event propagation, prints a message with the - status of the two radiobuttons -
- * Radio One - Prints message "clicked one" to message area -
- * Radio Two - Prints message "clicked two" to message area -
-
- - The problem, as you will see if you click the radio buttons - themselves, is that their "checked" status seems to update, but - their visual UI bit does not. Can we fix this!?! - -
- -
- - one -
- - two -
- -
- Events: -
- - - \ No newline at end of file