Hi,
It's a RichTextItem in a DynamicForm. I found that the alignment settings affect *all* the paragraphs in IE. But I want it to set alignment only to a single paragraph, for example, the first paragraph is left alignment, the second right, the third center, etc.
In firefox or chrome, it works as I want. But it doesn't work that way in IE.
My environment is IE8 but my client said IE6 has the same problem. And I'm using GWT 2.01 & SmartGWT 2.1, which may not matter as I noticed that the RichTextEditor showcase has the same problem in IE. The link is http://www.smartclient.com/smartgwt/...trols_richedit
You can try out the showcase in IE and fireforx at the same time, and try setting alignment to a single paragraph in a multi-paragraph text. Then you'll see what I was seeing.
Is there any workarounds I can use?
Regards,
Warren Tang
It's a RichTextItem in a DynamicForm. I found that the alignment settings affect *all* the paragraphs in IE. But I want it to set alignment only to a single paragraph, for example, the first paragraph is left alignment, the second right, the third center, etc.
Code:
left alignment right alignment center alignment
My environment is IE8 but my client said IE6 has the same problem. And I'm using GWT 2.01 & SmartGWT 2.1, which may not matter as I noticed that the RichTextEditor showcase has the same problem in IE. The link is http://www.smartclient.com/smartgwt/...trols_richedit
You can try out the showcase in IE and fireforx at the same time, and try setting alignment to a single paragraph in a multi-paragraph text. Then you'll see what I was seeing.
Is there any workarounds I can use?
Regards,
Warren Tang
Comment