Menu

#3353 WixUI ComboBox Selection Bug

v3.8
external
nobody
2013-08-15
2013-08-05
irojirono
No

Hi,

There is something wrong with ComboBox selection. If any text item contains another text item value in Combobox item collection like "Abc" contains "Ab" and its order first in lists, when I select "Ab", automatically, "Abc" is selected. If I want to select "Ab", I have to select twice.

<Control Id="MyComboBox" Type="ComboBox" Property="MYPROPERTY" Sorted="yes" ComboList="yes" X="20" Y="165" Width="332" Height="16">          
          <ComboBox Property="MYPROPERTY">
            <ListItem Text="Abcd" Value="1" />
            <ListItem Text="Abc" Value="2" />
            <ListItem Text="Ab" Value="3" />
          </ComboBox>
</Control>

Discussion

  • Bob Arnson

    Bob Arnson - 2013-08-05

    WiX isn't involved at runtime. MSI and Windows are in charge of how the UI runs.

     
  • Bob Arnson

    Bob Arnson - 2013-08-05
    • status: open --> external
    • Group: v3.7 --> v3.8