<div dir="ltr">I have this same issue with PyQt v5.6 on OSX 10.10 (Yosemite).  If I open my app using python on a command line, menus are not functional until I switch to another app and switch back.  But if I build an OSX app bundle (via pyqtdeploy), the menus work perfectly.<br><br><div>I've looked around a bit for the cause of this but never found a solution.</div><div><br></div><div>David</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Sep 22, 2016 at 7:03 PM, Maxwell Grady <span dir="ltr"><<a href="mailto:max.grady@gmail.com" target="_blank">max.grady@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I have a PyQt5 v 5.7.0 app that is cross platform and functioning fine on Windows 10 and Ubuntu 16.04 however on OS X there is a problem with the menubar.<div><br></div><div>When the app is started on OS X, the menubar at the top of the screen (native menubar location) appears but can not be clicked. Keyboard shortcuts still work but clicking the menu has no result. If you switch focus to another program (Cmd+Tab) and then switch focus back to the PyQt app (Cmd+Tab) then the menu is clickable and functions as normal.</div><div><br></div><div>Instead of linking you to my app I have provided a minimum working example:</div><div>A blank window (QWidget) with a menubar that has one menu and one item added to it.</div><div>The item simply triggers a method to print("Test ...") and is set to Cmd+t keyboard shortcut.</div><div><br></div><div>Upon launching the program you can see a File menu appears, you can press cmd+t and it triggers the method to print to sys.stdout, however you can not click on the File Menu.</div><div><br></div><div>If you click your desktop then click back to the app window then suddenly the File menu fucntions properly.</div><div><br></div><div>The code for the minimal working example is listed in a GithubGist here:</div><div><br></div><div><a href="https://gist.github.com/mgrady3/8168da3869869ec11a281103014300c8" target="_blank">https://gist.github.com/<wbr>mgrady3/<wbr>8168da3869869ec11a281103014300<wbr>c8</a><span class="HOEnZb"><font color="#888888"><br clear="all"><div><br></div><div>-Maxwell</div>-- <br><div><div dir="ltr"><div>University of New Hampshire</div><div>Department of Physics</div><div>Pohl Group</div><div>DeMeritt Hall 119</div><div>---</div>Síocháin agus Grá</div></div>
</font></span></div></div>
<br>______________________________<wbr>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="https://www.riverbankcomputing.com/mailman/listinfo/pyqt" rel="noreferrer" target="_blank">https://www.<wbr>riverbankcomputing.com/<wbr>mailman/listinfo/pyqt</a><br></blockquote></div><br></div>