Explorar el Código

ECLPlayground IE8 Issue:

Sample select drop down stops displaying after
first submit.

Signed-off-by: Gordon Smith <gordon.smith@lexisnexis.com>
Gordon Smith hace 13 años
padre
commit
34af761a0e
Se han modificado 2 ficheros con 3 adiciones y 3 borrados
  1. 1 1
      esp/files/ECLPlayground.htm
  2. 2 2
      esp/files/scripts/SampleSelectControl.js

+ 1 - 1
esp/files/ECLPlayground.htm

@@ -74,7 +74,7 @@
                 ECL Playground</div>
             <div style="float: right; display: inline-block; vertical-align: middle">
                 <label id="sampleSelectLabel" for="sampleSelect">Sample:</label>
-                <div id="sampleSelect" style="overflow: visible !important">
+                <div id="sampleSelect">
                 </div>
             </div>
         </div>

+ 2 - 2
esp/files/scripts/SampleSelectControl.js

@@ -38,7 +38,7 @@ define([
 				name: this.id,
 				store: sampleStore,
 				value: "default.ecl",
-				maxHeight: -1,
+				maxHeight: 480,
 				style: {
 					padding: 0
 				},
@@ -62,4 +62,4 @@ define([
 		}
 
 	});
-});
+});