Thank you for reporting this bug. We will make it our priority to review this report.
  1. #1
    Ext User
    Join Date
    Mar 2009
    Posts
    13
    Vote Rating
    0
    mimikoko is on a distinguished road

      0  

    Question [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:
    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)
    1. previously selected fields will be later as selected shows


    Attached Images

  2. #2
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    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.

  3. #3
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    I fixed it the same way as we fixed it for datepicker.

  4. #4
    Software Architect
    Join Date
    Sep 2007
    Posts
    13,691
    Vote Rating
    107
    sven is just really nice sven is just really nice sven is just really nice sven is just really nice

      0  

    Default


    Fixed in SVN.