Anonymous - 2013-02-13

Originally posted by: smartgwt...@gmail.com

We're not reproducing this issue with the following simple onModuleLoad:

        public void onModuleLoad() {
        RichTextEditor rte = new RichTextEditor();
        rte.setHeight(300);
        rte.setBorder("1px solid red");
        rte.setValue("Hello World");
        rte.draw();
       
    }

Please show us a test case that demonstrates the problem, or if you are seeing the problem with the above logic, please clarify exactly which build version you're using (check the version string reported at the bottom left of the developer console).

Regards
Isomorphic Software