-
20 Apr 2009 10:43 PM #1
[FIXED] [GXT 2.0m1] ColorMenu :: shows old selected fields
[FIXED] [GXT 2.0m1] ColorMenu :: shows old selected fields
Hello everybody,
Java: 6
GWT: 1.6.4
GXT: 2.0m1
my simply code:
I have tested the HtmlEditor, or more specifically the ColorMenu.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); } }
When color-fields are selected, the following error: (see image)- previously selected fields will be later as selected shows
-
21 Apr 2009 5:08 AM #2
This is a bug in IE. It only occurs on IE and has nothing to do with selected items. It is an hover style that doesnt get cleared from IE.
-
21 Apr 2009 9:48 AM #3
I fixed it the same way as we fixed it for datepicker.
-
13 May 2009 8:21 AM #4
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote