Announcement

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

    #31
    Originally posted by Isomorphic View Post
    Why are you trying with a build that's two days newer than your old one? There can be a period of time where features are available in SmartClient but have not yet made it into SmartGWT.

    The best course of action is to take the latest build, of whatever product and version you're using.
    Just did it.
    SmartClient Version: v8.3p_2014-09-12/LGPL Development Only (built 2014-09-12) is not working for us.

    I tried 2014-04-03, because in this thread another user reports that it works for him (in SmartClient, not SmartGWT), sorry if this caused confusion. Also - why is the build from 2014-04-01 no longer listed? Should I be worried?

    Comment


      #32
      Should I move this query to the SmartGWT sub-forum?
      Is this going to be fixed in the 3.1p LGPL tree?

      Comment


        #33
        If someone else in 3.1p is having a similar issue, this is the correct workaround:

        Code:
        isc.RichTextEditor.addProperties({ editAreaProperties: { autoDraw: false} });
        Note that the value "true" is what breaks IE11, so we are turning this to "false".

        Comment

        Working...
        X