This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: ComboBox bug
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 13, 2008
08:28 AM
ComboBox bug
If one item in an unsorted combobox is a substring of a preceding one, it can't be selected.
For example, in a Basic MSI project, I created a combobox with drop-down list = true, sorted = false and two items: "Connection 1" and "Connection" (in the Text fields, the Values are irrelevant). If you try to select "Connection", "Connection 1" is actually selected.
Anyone else spotted this and agree it's a bug? It can be circumvented by setting sorted = true but then again you might not want the list sorting that way.
Phil
For example, in a Basic MSI project, I created a combobox with drop-down list = true, sorted = false and two items: "Connection 1" and "Connection" (in the Text fields, the Values are irrelevant). If you try to select "Connection", "Connection 1" is actually selected.
Anyone else spotted this and agree it's a bug? It can be circumvented by setting sorted = true but then again you might not want the list sorting that way.
Phil
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 13, 2008
09:48 AM
I hadn't seen that before, but with a quick test it appears I have to select "Connection" twice before the selection sticks...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎May 27, 2008
03:20 AM
FYI Acresso have agreed it is a bug (with "no estimated time frame for when it will be fixed") so I'm making sure all my combo lists are sorted now.