[OpenLayers-Commits] r11865 - in trunk/openlayers: examples theme/default

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Mon Apr 4 03:47:09 EDT 2011


Author: erilem
Date: 2011-04-04 00:47:07 -0700 (Mon, 04 Apr 2011)
New Revision: 11865

Modified:
   trunk/openlayers/examples/editingtoolbar.html
   trunk/openlayers/examples/highlight-feature.html
   trunk/openlayers/examples/intersects.html
   trunk/openlayers/examples/multimap-mercator.html
   trunk/openlayers/examples/protocol-gears.html
   trunk/openlayers/examples/snap-split.html
   trunk/openlayers/examples/snapping.html
   trunk/openlayers/examples/spherical-mercator.html
   trunk/openlayers/examples/vector-formats.html
   trunk/openlayers/examples/wfs-protocol-transactions.html
   trunk/openlayers/examples/wfs-snap-split.html
   trunk/openlayers/theme/default/ie6-style.css
   trunk/openlayers/theme/default/style.css
Log:
fix an issue where the user cannot interact with the map when in the area to the left of the editing toolbar, p=jorix (closes #3241)

Modified: trunk/openlayers/examples/editingtoolbar.html
===================================================================
--- trunk/openlayers/examples/editingtoolbar.html	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/examples/editingtoolbar.html	2011-04-04 07:47:07 UTC (rev 11865)
@@ -6,6 +6,9 @@
         <title>OpenLayers Editing Toolbar Example</title>
         
         <link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
+        <!--[if lte IE 6]>
+            <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
+        <![endif]-->
         <link rel="stylesheet" href="style.css" type="text/css" />
         <script src="../lib/OpenLayers.js"></script>
         <script src="../lib/Firebug/debug.js"></script>

Modified: trunk/openlayers/examples/highlight-feature.html
===================================================================
--- trunk/openlayers/examples/highlight-feature.html	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/examples/highlight-feature.html	2011-04-04 07:47:07 UTC (rev 11865)
@@ -4,6 +4,9 @@
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <title>SelectFeature Control for Select and Highlight</title> 
     <link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
+    <!--[if lte IE 6]>
+        <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
+    <![endif]-->
     <link rel="stylesheet" href="style.css" type="text/css" />
     <style type="text/css">
         #controlToggle li {

Modified: trunk/openlayers/examples/intersects.html
===================================================================
--- trunk/openlayers/examples/intersects.html	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/examples/intersects.html	2011-04-04 07:47:07 UTC (rev 11865)
@@ -4,6 +4,9 @@
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <title>Geometry Intersections</title>
     <link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
+    <!--[if lte IE 6]>
+        <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
+    <![endif]-->
     <link rel="stylesheet" href="style.css" type="text/css" />
     <style type="text/css">
         html, body {

Modified: trunk/openlayers/examples/multimap-mercator.html
===================================================================
--- trunk/openlayers/examples/multimap-mercator.html	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/examples/multimap-mercator.html	2011-04-04 07:47:07 UTC (rev 11865)
@@ -4,6 +4,9 @@
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <title>MultiMap SphericalMercator</title>
     <link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
+    <!--[if lte IE 6]>
+        <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
+    <![endif]-->
     <link rel="stylesheet" href="style.css" type="text/css" />
     <style type="text/css">
         #map {

Modified: trunk/openlayers/examples/protocol-gears.html
===================================================================
--- trunk/openlayers/examples/protocol-gears.html	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/examples/protocol-gears.html	2011-04-04 07:47:07 UTC (rev 11865)
@@ -3,6 +3,9 @@
     <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
+    <!--[if lte IE 6]>
+        <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
+    <![endif]-->
     <link rel="stylesheet" href="style.css" type="text/css" />
     <style type="text/css">
         .float-left {

Modified: trunk/openlayers/examples/snap-split.html
===================================================================
--- trunk/openlayers/examples/snap-split.html	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/examples/snap-split.html	2011-04-04 07:47:07 UTC (rev 11865)
@@ -4,6 +4,9 @@
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <title>Snapping & Splitting</title>
     <link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
+    <!--[if lte IE 6]>
+        <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
+    <![endif]-->
     <link rel="stylesheet" href="style.css" type="text/css" />
     <style type="text/css">
         .olControlEditingToolbar .olControlModifyFeatureItemInactive { 

Modified: trunk/openlayers/examples/snapping.html
===================================================================
--- trunk/openlayers/examples/snapping.html	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/examples/snapping.html	2011-04-04 07:47:07 UTC (rev 11865)
@@ -4,6 +4,9 @@
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <title>Snapping</title>
     <link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
+    <!--[if lte IE 6]>
+        <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
+    <![endif]-->
     <link rel="stylesheet" href="style.css" type="text/css" />
     <style type="text/css">
         .olControlEditingToolbar .olControlModifyFeatureItemInactive { 

Modified: trunk/openlayers/examples/spherical-mercator.html
===================================================================
--- trunk/openlayers/examples/spherical-mercator.html	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/examples/spherical-mercator.html	2011-04-04 07:47:07 UTC (rev 11865)
@@ -4,6 +4,9 @@
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <title>OpenLayers: Spherical Mercator</title>
     <link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
+    <!--[if lte IE 6]>
+        <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
+    <![endif]-->
     <link rel="stylesheet" href="style.css" type="text/css" />
     <style type="text/css">
         .olControlAttribution { bottom: 0px!important }

Modified: trunk/openlayers/examples/vector-formats.html
===================================================================
--- trunk/openlayers/examples/vector-formats.html	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/examples/vector-formats.html	2011-04-04 07:47:07 UTC (rev 11865)
@@ -4,6 +4,9 @@
     <meta name="apple-mobile-web-app-capable" content="yes" />
     <title>Vector Formats</title>
     <link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
+    <!--[if lte IE 6]>
+        <link rel="stylesheet" href="../theme/default/ie6-style.css" type="text/css" />
+    <![endif]-->
     <link rel="stylesheet" href="style.css" type="text/css" />
     <style type="text/css">
         input, select, textarea {

Modified: trunk/openlayers/examples/wfs-protocol-transactions.html
===================================================================
--- trunk/openlayers/examples/wfs-protocol-transactions.html	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/examples/wfs-protocol-transactions.html	2011-04-04 07:47:07 UTC (rev 11865)
@@ -6,12 +6,18 @@
     <link rel="stylesheet" href="style.css" type="text/css" />
     <script src='http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAjpkAC9ePGem0lIq5XcMiuhR_wWLPFku8Ix9i2SXYRVK3e45q1BQUd_beF8dtzKET_EteAjPdGDwqpQ'></script>
     <script src="../lib/OpenLayers.js"></script>
+    <!--[if lte IE 6]>
+        <style>
+            .customEditingToolbar {
+                width: 200px;
+            }
+        </style>
+    <![endif]-->   
     <style>
         .customEditingToolbar {
             float: right;
             right: 0px;
             height: 30px; 
-            width: 200px;
         }
         .customEditingToolbar div {
             float: right;

Modified: trunk/openlayers/examples/wfs-snap-split.html
===================================================================
--- trunk/openlayers/examples/wfs-snap-split.html	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/examples/wfs-snap-split.html	2011-04-04 07:47:07 UTC (rev 11865)
@@ -5,12 +5,18 @@
     <link rel="stylesheet" href="../theme/default/style.css" type="text/css" />
     <link rel="stylesheet" href="style.css" type="text/css" />
     <script src="../lib/OpenLayers.js"></script>
+    <!--[if lte IE 6]>
+        <style>
+            .customEditingToolbar {
+                width: 200px;
+            }
+        </style>
+    <![endif]--> 
     <style>
         .customEditingToolbar {
             float: right;
             right: 0px;
             height: 30px; 
-            width: 200px;
         }
         .customEditingToolbar div {
             float: right;

Modified: trunk/openlayers/theme/default/ie6-style.css
===================================================================
--- trunk/openlayers/theme/default/ie6-style.css	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/theme/default/ie6-style.css	2011-04-04 07:47:07 UTC (rev 11865)
@@ -4,4 +4,7 @@
 .olControlPanPanel div {
     background-image: url(img/pan-panel-NOALPHA.png);
 }
+.olControlEditingToolbar {
+    width: 200px;
+}
 

Modified: trunk/openlayers/theme/default/style.css
===================================================================
--- trunk/openlayers/theme/default/style.css	2011-04-04 07:20:48 UTC (rev 11864)
+++ trunk/openlayers/theme/default/style.css	2011-04-04 07:47:07 UTC (rev 11865)
@@ -376,7 +376,6 @@
 .olControlEditingToolbar {
     right: 0;
     top: 0;
-    width: 200px; /* Only for IE6 or IE without DOCTYPE */
 }
 .olControlNavToolbar {
     top: 295px;



More information about the Commits mailing list