It's been queued for investigation - we'll get to it shortly and update this thread when we do
Announcement
Collapse
No announcement yet.
X
-
Originally posted by danosborne View PostThank you - that works now.
Dan
There are probably other issues too so would it be possible for you to supply this fix as a patch to our existing v8.3p_2013-06-21_Pro version?
Thanks,
Dan
Comment
-
Sorry, we don't build general patches for issues like this, for customers without support contracts. The issue arises in a 6 month old build of a version of SmartClient that pre-dates the browser you're concerned with. In addition, 8.3 is already fixed in the latest nightly builds, and the issue was not evident in any later versions of SmartClient. So, one way or another, you need to upgrade.
However - in this particular case, and as a purely temporary measure while you fix up your bad clientContext code, this statement below should fix it for you, in your build - but note that this is leveraging internal code, which is undocumented, unsupported and subject to change.
Code:isc.RichTextEditor.addProperties({ editAreaProperties: { autoDraw: true } });
Last edited by Isomorphic; 8 Apr 2014, 08:22.
Comment
-
Originally posted by Isomorphic View PostIt's already fixed in 8.3 nightlies - see smartclient.com/builds.
In production we are using SmartClient Version: v8.3p_2014-04-01/LGPL Development Only (built 2014-04-01)
... which is strange, as the download is no longer listed among the 3.1p nightlies. I also tried with 2014-04-03 - still no luck. Please note that we are using SmartGWT, and not SmartClient directly.
I am trying with newer versions now, but this is how the editor looks in IE11.0.2.12 and Chrome ...
The problem is not the styling of course, in IE the buttons are active, but you cannot enter the text area. In chrome, IE8, firefox and so on everything works.
Comment
Comment