I wrote an application that has HTML widgets in embedded in a GXT table.
If the main HTML page used to launch the program declares the DOCTYPE as <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> then long text is properly rendered by Internet Explorer 7 and words are wrapped as requested to the widget. However, if the DOCTYPE declaration is in place Firefox makes a mess with the table and the application doesn't display data in a decent way.
Is there a way to properly display a table with HTML widgets in Firefox & Internet Explorer at the same time?