[SailfishDevel] QtQuick ComboBox issue

Michael Fuchs michfu at gmx.at
Thu Apr 16 07:25:46 UTC 2015


Hi,

There is an issue with the Combobox in Qml.
When the selector is opened once in fullscreen mode (due to the amount of 
menuitems), it doesnt show up in reduced size anymore (when the amount of 
items gets reduced).

Here is some code for testing this:


            ComboBox {
                label: "TestCB"
                menu: ContextMenu {
                    Repeater {
                        model: 5+10*(switcher.checked)
                        MenuItem { text: "Item " + model.index }
                    }
                }
            }
            Switch {
                id: switcher
                icon.source: "image://theme/icon-l-repeat"
            }

Do you have any ideas to workaround this?

Additionally: is this the right place for reporting things like this?

Thanks and greets,
Michael.


More information about the Devel mailing list