Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    RadioGroupItem with LinkedHashMap in Chome

    In FF RadioGroupItem with LinkedHashMap work fine, but in Chrome appears an extra element in radio group.

    Code:
    LinkedHashMap<String, String> mymap = new LinkedHashMap<String, String>();
    mymap.put("one", "One");
    mymap.put("two", "Two");
    		
    RadioGroupItem rgMy = new RadioGroupItem();
    rgMy.setValueMap(mymap);
    rgMy.setDefaultValue("two");
    Latest version of SmartGWT (2.3.1357) & GWT (2.0.4) installed.
    Last edited by innews; 24 Aug 2010, 01:19.

    #2
    same problem in SmartGWT 2.3.1358

    Comment


      #3
      Known, DevMode-specific bug in Chrome, slated to be fixed in GWT 2.1.

      Comment


        #4
        I am using GWT 2.2, and have the same problem.

        Is there any workaround?

        Thanks!

        Comment


          #5
          Originally posted by agalvao
          I am using GWT 2.2, and have the same problem.

          Is there any workaround?

          Thanks!
          Hello everyone,

          I'm using SmartGWT 2.5 and GWT 2.4.
          The extra element still appear in Chrome browser

          Any tips?

          Comment


            #6
            See FAQ - there are core GWT and Chrome bugs that cause this problem, listed in the FAQ item. If you care about this, star the GWT and Chrome issues.

            Comment

            Working...
            X