dpovey
13 Jun 2009, 3:40 AM
The Gxt FAQ here (http://extjs.com/learn/Gxt_FAQ) says:
How to get started?
<snip>
Ext GWT requires no doctype or the following doctype (quirksmode).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
It then says further down
I have different behaviours in Internet Explorer and Firefox, is it a Ext GWT bug?
First, check that you have the good doctype declaration in your HTML main file :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Final//EN">
So which is it :). My guess is it's the former, mostly because a developer on our team read the latter FAQ entry and changed this and things broke for us.
How to get started?
<snip>
Ext GWT requires no doctype or the following doctype (quirksmode).
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
It then says further down
I have different behaviours in Internet Explorer and Firefox, is it a Ext GWT bug?
First, check that you have the good doctype declaration in your HTML main file :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Final//EN">
So which is it :). My guess is it's the former, mostly because a developer on our team read the latter FAQ entry and changed this and things broke for us.