Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

SmartGWT DynamicForm GroupTitle display problem in Chrome

$
0
0
Be sure your post includes:

1. GWT 2.4, SMART 2.4

2. Google Chrome

3. In Chrome, after compilation war into Tomcat 7. The display of DynamicForm GroupTitle is incorrect. Like the attachment. And it works fine in debug mode in Chrome. (It works fine in FireFox And IE)

4. Code Here
DynamicForm form = new DynamicForm();

form.setIsGroup(true);
form.setGroupTitle("<h2>Test Info</h2>");
form.setWidth100();
form.setHeight100();

TextItem text = new TextItem("text" , "Text");
TextItem text2 = new TextItem("text" , "Text2");
TextItem text3 = new TextItem("text" , "Text3");
TextItem text4 = new TextItem("text" , "Text4");

form.setFields(text, text2, text3, text4);

return form;

Attached Images
File Type: jpg grouptitle.jpg (8.9 KB)

Viewing all articles
Browse latest Browse all 4756

Trending Articles