Announcement

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

    Comboboxitem with addunknownvalues to false ignores mouse click on picklist to select

    Hi,
    I have a comboboxitem with addunknownvalues to false, with this property set clicking in the picklist does not result in selecting a value. This can be reproduced with this demo:
    http://www.smartclient.com/index.jsp#listComboBox

    and setting addunknownvalues to false:

    addUnknownValues: false,

    then start typing in the combo, for example the string Ac
    the picklist will show one value: Active
    select the value with the mouse
    nothing is shown in the combobox

    gr. Martin

    #2
    Has anyone from Isomorphic some ideas/tips on how to solve this situation?

    gr. Martin

    Comment


      #3
      This should be fixed in the next nightly build. Let us know if you continue to see it!

      Comment


        #4
        I'm seeing something similiar, possibly related. It can also be reproduced with the online demo:

        http://www.smartclient.com/index.jsp#listComboBox

        and setting addunknownvalues to false:

        addUnknownValues: false,

        then click the dropdown arrow with the mouse and make a selection, the picklist re-displays itself a second time (and sometimes a 3rd and 4th time, etc).

        I'm using latest Chrome Beta (14.0.835.94 beta-m) on Windows 7 (64bit), and I also see it in FireFox 5.0.

        Thanks!

        Comment


          #5
          The same here. Seems a bug.

          We have to use SelectItem instead, but you can't type in the box with that component.

          Comment


            #6
            Yes see above - already fixed in nightly builds, the Showcase is older.

            Comment


              #7
              Thanks iso,

              Where are the nightly builds, by the way?

              I asked about the latest changes in FilterBuilder and maybe they are there too. (http://forums.smartclient.com/showthread.php?p=73474#post73474)

              Thanks!!

              Comment

              Working...
              X