-
Notifications
You must be signed in to change notification settings - Fork 411
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop overriding copy/paste on macOS #915
Stop overriding copy/paste on macOS #915
Conversation
For some reason this causes issues on wxMac 3.0.2.0. The menu accelerators hijack the shortcut and won't allow typical text manipulation inside of text controls. There's some discussion about this happening for other people in: * http://trac.wxwidgets.org/ticket/11320 * http://trac.wxwidgets.org/ticket/14953 I have not tested this in wxMac 2.8
Hrm, I can't even open the I ran: I don't know what I'm doing wrong since the latest stable release downloaded from github opens just fine. |
Hrm strange. Something happened and now I can't open the latest stable I blasted I wonder if anyone else can open it. I don't have a non-Sierra machine to test. |
Yeah, known issue. See #780 |
Could you run the |
Immediately segfaults. |
Yeah, and unfortunately I have no knowledge of how to handle those. =/ I'll be making build packages and testing this pull request soon, haven't forgotten about it :) |
@resinneublem I haven't forgotten about this, I just still need to test it, especially to see hwo it interacts with the other issues. But we got a report in #954 that the new pre-release fixes the mac-deprecated version, can you test as well? Thanks! |
Unfortunately this isn't going to work... We have the following situation (tested on 10.7... yes I know this is extremely old) (current master) (with this fix) We may just have to change the shortcuts for OS X to be something like SHIFT+CMD+C. At the same time, I'm going to try to make a real push in developing on OS X and making new binaries that don't suck for 10.11+, and hopefully getting rid of the wx2.8 build so we don't have to support it. Unless we can find a way to only attach these shortcuts when a text control is not currently in focus... |
I tested another version of this last night with no success. I'm going to close this PR since I don't think it's going to work. I did note (and this is in a comment on one of the issues) that this only happens in the packaged release - works fine when running through pycharm. I don't know what the problem is, but I'm going to re-evaluate when I rebuild the binaries (either through py2app or the outstanding request to use pyinstaller). |
For some reason this causes issues on wxMac 3.0.2.0. The menu accelerators hijack the shortcut and won't allow typical text manipulation inside of text controls.
There's some discussion about this happening for other people in:
I have not tested this in wxMac 2.8
This is to fix:
But I'm not sure if it reverts the fix for: #456 (comment)