简体   繁体   中英

Can you determine hasLayout in IE8's developer toolbar?

There was a lot of talk that IE8 was supposed to fix/remove hasLayout. Doesn't seem to have happened , though it's not usually an issue.

The problem is that when it does crop up there doesn't seem to be a way for IE8's developer toolbar to tell you hasLayout is being applied, as it used to do in IE7's developer toolbar.

Does anyone have a workaround? Am I missing something obvious?

If the developer toolbar is not telling you that it's there, have you tried using the console to explicitly query the property? That is, using console.log (or whatever the IE developer toolbar equivalent is). So: console.log(whateverObject.hasLayout) ? I realize this has more to do with Javascript, but I think this could qualify as a workaround ;)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM