Open GoogleCodeExporter opened 9 years ago
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
Original comment by smartgwt...@gmail.com
on 13 Feb 2013 at 9:47
Original issue reported on code.google.com by
etel...@gmail.com
on 13 Feb 2013 at 4:10