i don't have time to look at this right now but can you make sure your mouse is over the gui when you attempt this?
On Fri, May 3, 2013 at 4:12 PM, César Sáez <[email protected]> wrote: > Yep, I can confirm it isnt working even with strong focus. > Here's a snippet anyone can run from script editor to test it out... > > from PyQt4 import QtGui, QtCore > import sip > si = Application > sianchor = sip.wrapinstance(long(si.getQtSoftimageAnchor()), QtGui.QWidget) > > dialog = QtGui.QMainWindow(sianchor) > uiComboBox = QtGui.QComboBox(parent=dialog) > uiComboBox.setFocusPolicy(QtCore.Qt.StrongFocus) > uiComboBox.setEditable(True) > dialog.show() > > > On Fri, May 3, 2013 at 4:52 AM, philipp.oeser <[email protected]>wrote: > >> ** >> >> If someone else can confirm (Enrique?, Simon?), I will submit an issue >> on github... >> I can also put together a minimal Plugin that reproduces this. >> >>

