<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div>Hi,</div>
<div><br>
</div>
<div>I’ve logged a bug report. Proposed fix:</div>
<div><br>
</div>
<div>
<div>diff --git a/components/ComboBox.qml b/components/ComboBox.qml</div>
<div>index 1f880df..5db2dcf 100644</div>
<div>--- a/components/ComboBox.qml</div>
<div>+++ b/components/ComboBox.qml</div>
<div>
<div>@@ -250,7 +251,7 @@ ValueButton {</div>
<div>                     id: delegateItem</div>
<div><br>
</div>
<div>                     onClicked: {</div>
<div>-                        comboBox.currentItem = model.item</div>
<div>+                        comboBox.menu.activated(index)</div>
<div>                         pageStack.pop()</div>
<div>                     }</div>
</div>
</div>
<div><br>
</div>
<div>Best Regards,</div>
<div>Martin.</div>
<br>
<div>
<div>On 22 Dec 2013, at 2:56 am, Mikko Leppänen <<a href="mailto:mleppan23@gmail.com">mleppan23@gmail.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<blockquote type="cite">
<div dir="ltr">
<div class="gmail_default" style="display:inline"><span style="font-family:tahoma,sans-serif">Hi,<br>
<br>
</span></div>
<div class="gmail_default" style="display:inline"><span style="font-family:tahoma,sans-serif">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 shown and it needs to show the items on a different page, then I'm not able get the contextmenu to invoke onActivated signal handler
 (items are listed though). I'm not quite sure what seems to be causing this? <br>
</span></div>
<div class="gmail_default" style="display:inline"><span style="font-family:tahoma,sans-serif"><br>
</span></div>
<div class="gmail_default" style="display:inline"><span style="font-family:tahoma,sans-serif">This is an older project which I now started to reshape and noticed this issue. At least I get it to work properly in the first release of the
<span style="background:none repeat scroll 0% 0% yellow" class="">SDK</span>. <br>
<br>
<br>
</span></div>
<div class="gmail_default" style="display:inline"><span style="font-family:tahoma,sans-serif">Thanks,<br>
</span></div>
<div class="gmail_default" style="font-family:tahoma,sans-serif;display:inline">Mikko<br>
</div>
</div>
_______________________________________________<br>
<a href="http://SailfishOS.org">SailfishOS.org</a> Devel mailing list</blockquote>
</div>
<br>
</body>
</html>