How to stop Internet Explorer 8 pop-up bit selection?

I am working on a website where, if I click on a regular select box, it is blocked as an IE8 popup. What kind?! Am I doing something? Is there any way around this?

I use several jQuery plugins, but nothing that affects these checkboxes. Will jQuery Form plugin do this?

+4
source share
2 answers

This is a known bug presented when running some versions of software that install multiple versions of IE at the same time.

Upgrade

Better yet, switch to using virtual machines for testing in older versions of IE. This will give you a safer environment that better reflects reality.

+5
source

I would suggest that your onclick - or any other event fires - is trying to create a new window or something like that.

0
source

Source: https://habr.com/ru/post/1286709/


All Articles