As we mentioned, we cannot reproduce this issue with any DOCTYPE - quirks, HTML5, or the transitional DOCTYPE you posted either.
It also doesn't matter if IE arrived at HTML5 DOCTYPE indirectly via a meta tag. Our approach for browser mode sniffing doesn't care.
So again you are probably chasing the wrong symptom by focusing on what mode the page is in - it doesn't matter either way. If you're unsure of this, you can quickly verify that DOCTYPE as such, no matter how it's set, is not an issue for SmartGWT by testing outside of your Struts app.
Also FYI, the parent page and iframe can have different document modes. If you've just been looking at the F12 tools, you've only been looking at the mode of the parent frame.
At that point we would recommend looking through the list of basic assumptions to check (our previous post).
It also doesn't matter if IE arrived at HTML5 DOCTYPE indirectly via a meta tag. Our approach for browser mode sniffing doesn't care.
So again you are probably chasing the wrong symptom by focusing on what mode the page is in - it doesn't matter either way. If you're unsure of this, you can quickly verify that DOCTYPE as such, no matter how it's set, is not an issue for SmartGWT by testing outside of your Struts app.
Also FYI, the parent page and iframe can have different document modes. If you've just been looking at the F12 tools, you've only been looking at the mode of the parent frame.
At that point we would recommend looking through the list of basic assumptions to check (our previous post).
Comment