mimikoko
20 Apr 2009, 10:43 PM
Hello everybody,
Java: 6
GWT: 1.6.4
GXT: 2.0m1
my simply code:
public class GXT_TEST implements EntryPoint {
public void onModuleLoad() {
Viewport v = new Viewport();
v.setLayout(new FitLayout());
HtmlEditor htmlEditor = new HtmlEditor();
v.add(htmlEditor);
RootPanel.get().add(v);
}
}
I have tested the HtmlEditor, or more specifically the ColorMenu.
When color-fields are selected, the following error: (see image (https://extjs.net/forum/attachment.php?attachmentid=13158&stc=1&d=1240296644))
previously selected fields will be later as selected shows
Java: 6
GWT: 1.6.4
GXT: 2.0m1
my simply code:
public class GXT_TEST implements EntryPoint {
public void onModuleLoad() {
Viewport v = new Viewport();
v.setLayout(new FitLayout());
HtmlEditor htmlEditor = new HtmlEditor();
v.add(htmlEditor);
RootPanel.get().add(v);
}
}
I have tested the HtmlEditor, or more specifically the ColorMenu.
When color-fields are selected, the following error: (see image (https://extjs.net/forum/attachment.php?attachmentid=13158&stc=1&d=1240296644))
previously selected fields will be later as selected shows