We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c72955 commit 4aaa887Copy full SHA for 4aaa887
1 file changed
select2.js
@@ -1250,7 +1250,7 @@ the specific language governing permissions and limitations under the Apache Lic
1250
}
1251
1252
// IE requires an iframe shim to cover controls like selects
1253
- if($.support.opacity) {
+ if($.support.opacity === false) {
1254
// a hack to detect older IE browsers - they do not support opacity
1255
undermask=$("#select2-drop-undermask");
1256
if (undermask.length==0) {
0 commit comments