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
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
Comment