Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RichTextItem alignment problem in IE

    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.

    Code:
     
    left alignment
                                                                right alignment
                          center alignment
    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
    Last edited by warrentang; 5 Jan 2011, 03:16.

    #2
    Should I add more details?

    Comment


      #3
      Can I add GWT's rich editor (not SmartGWT's) into a SmartGWT dynamicform? How?

      Comment

      Working...
      X