Ian
Ian

Reputation: 34489

IE11 Developer Tools - Where's the DOM?

I'm testing a page that I've changed on a website and chose to test variations in IE version - attempting to be good and ensure I've got tested everything.

Unfortunately I found a minor issue in IE8 and IE9 whereby some content doesn't seem to appear. Great - thats the point of the testing, next I need to find out why. I immediately launched jumped to the DOM explorer and noticed something weird:

The working IE10/IE11 DOM Explorer - I can correctly jump to an Element by selecting it on the page:

enter image description here

The IE8/IE9 DOM Explorer - selecting etc. doesn't work:

enter image description here

So IE9 is basically shown no DOM... although it's there because it's managed to parse and render pretty much the entire rest of the page. I've checked the console and I've no errors or warnings. I'm at a loss as to why this might occur and I'm reluctant to uninstall IE11 so I can install an older version.

Has anyone else seen this before / can you suggest any way to get the DOM explorer working?

Upvotes: 3

Views: 6185

Answers (1)

Ian
Ian

Reputation: 34489

I managed to reproduce this on another site and have submitted a bug to the IE team which you can see here

Upvotes: 2

Related Questions