combobox "Active Item" ineffective
Submitted by Roland Roberts
Link to original bug (#549478)
Description
Please describe the problem: I set the "Active Item" in order to have a particular combobox item preselected. In my case, the list of values looks like this:
25 50 100 200 400 800 1600 3200
And "Active Item" was set to 5. I thought that should select "800" for the value. But even if I'm counting wrong (zero-based? one-based?) it should not have come up empty/unselected.
Steps to reproduce:
- Create a combobox in glade-3
- Enter a set of values
- Set "Active Item" to one of the items.
- Build and launch your application
Actual results: The combobox value is unset
Expected results: The combobox value to be set to the selected "Active Item"
Does this happen every time? Yes
Other information: I also note that it is possible to set "Active Item" to "impossible" values, e.g., with no items in the list, I can set it to, say 150. Perhaps it is not connected at all....