Re: [SailfishDevel] ContextMenu doesn't invoke a signal handler

2013-12-21 Thread Martin Jones
Hi, I’ve logged a bug report. Proposed fix: diff --git a/components/ComboBox.qml b/components/ComboBox.qml index 1f880df..5db2dcf 100644 --- a/components/ComboBox.qml +++ b/components/ComboBox.qml @@ -250,7 +251,7 @@ ValueButton { id: delegateItem onClic

[SailfishDevel] ContextMenu doesn't invoke a signal handler

2013-12-21 Thread Mikko Leppänen
Hi, I have a case where a column contains multiple Comboboxes and each of these boxes have a different number of menuitems inside the Contextmenu. Now everything works fine if the contextmenu only contains a few items and the focus stays on the current page. However when there's more items to be s