1
0
mirror of synced 2024-11-22 21:16:10 +03:00

fix ie detection logic

This commit is contained in:
Igor Vaynberg 2013-06-12 18:32:22 -07:00
parent 7c729555e5
commit 4aaa887b64

View File

@ -1250,7 +1250,7 @@ the specific language governing permissions and limitations under the Apache Lic
}
// IE requires an iframe shim to cover controls like selects
if($.support.opacity) {
if($.support.opacity === false) {
// a hack to detect older IE browsers - they do not support opacity
undermask=$("#select2-drop-undermask");
if (undermask.length==0) {