Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to open developer tools on a Modal dialog in IE11 on windows 10

Tags:

Not able to open developer tools on a Modal dialog in IE11 on windows 10. Recently I upgraded to Windows10, I have done the attached settings in my IE but still it is not working.

Settings IE11Settings IE11

like image 994
vijaykandady Avatar asked Mar 20 '17 13:03

vijaykandady


2 Answers

The question seems to have been answered elsewhere. Interestingly asked by @vijaykandady on the other forum as well around the same date and marked as solved.

Pasting a screenshot of the accepted solution from that forum.

Screenshot of the solution page

like image 126
varunsangal Avatar answered Oct 27 '22 10:10

varunsangal


Open DevTools -> Console in the main window and run the following command:

window.showModalDialog = window.open 

It will force browser to open all modal dialogs in a regular window.

like image 22
Raman Zhylich Avatar answered Oct 27 '22 09:10

Raman Zhylich