Announcement

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

    TextAreaItem.setBrowserSpellCheck does not work in IE

    Hi,

    Looks like TextAreaItem.setBrowserSpellCheck is only supported for Safari and Mozilla. We can see the following in ISC_Forms
    ((isc.Browser.isMoz||isc.Browser.isSafari)?(this.getBrowserSpellCheck()?" spellcheck=true":" spellcheck=false"):null)

    However, IE supports this too now, is it possible to add IE to the condition here?

    Thanks,
    -sarkis

    #2
    Hi,

    you will definitely need to give your exact version and build date. See this very recent thread, where such a problem was fixed by just updating to the latest nightly.

    Best regards
    Blama

    Comment


      #3
      Hi Blama,

      The thread you're referring to is about selecting text in the ListGrid cell - not sure how is that relevant. Maybe I am missing something or it's a wrong link?
      My build is SmartClient Version: v11.1p_2017-10-24/PowerEdition Deployment (built 2017-10-24)

      Thanks!

      Comment


        #4
        Well, it is about an IE-only issue that vanished after updating from a 2.5 years old nightly. So it did apply, but you are using a recent build, so it does not apply anymore.

        Best regards
        Blama

        Comment


          #5
          We've made a change to address this issue. Please try the next nightly build, dated November 04.

          Regards
          Isomorphic Software

          Comment


            #6
            It works. Thank you!
            -sarkis

            Comment

            Working...
            X