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
'Type Text' action not working in 1.5.1 #2302
Comments
This is most likely related to #2300
@tiennou - sounds like in #2300 you were suggesting the action be changed to ‘fix’ this as opposed to reverting your commit. If there are multiple actions exhibiting this problem then shouldn’t we revert the commit or find a solution that fixes both what you were trying to fix but doesn’t break this?
… On 2 Jan 2017, at 03:06, Brandon ***@***.***> wrote:
The 'Type Text' action appears not to be working anymore in version 1.5.1 (build 401C). OS X 10.11.6 on 2012 rMBP.
Rather than typing the text, the system error bell chimes and Quicksilver dismisses as normal. The 'Paste' and 'Paste as Plain Text' actions work as expected. Quicksilver still has permission under assistive applications. (I assume Type Text works by accessing the virtual keyboard?)
Nothing is reported in the console that seems obviously relevant. However, both invoking and dismissing Quicksilver throws multiple WindowServer errors e.g.:
1/1/17 2:01:54.439 PM WindowServer[197]: _CGXRemoveWindowFromWindowMovementGroup: window 0x9e is not attached to window 0x2e7
Hex code at the end varies. I'm using the Bezel Interface.
Let me know if I can adjust anything to help you test!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub <#2302>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAJLn5F71KqW9G0iNzZR5f1G1zHfxCVMks5rN_k0gaJpZM4LYwep>.
|
Depends on what you want to break ? I'm fine with reverting whatever causes the bug, but this will also revert the clear on close behavior we wanted in #2268. |
pjrobertson
added a commit
that referenced
this issue
Jan 3, 2017
The problem is that clearing the search string too early means mnemonics are not saved, so if we move the mnemonic saving code earlier this fixes it. The reason we want to clear the search string on interface close is a UI thing. See this comment: #2249 Fixes #2302 Fixes #2300 Related to #2268 #2269
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The 'Type Text' action appears not to be working anymore in version 1.5.1 (build 401C). OS X 10.11.6 on 2012 rMBP.
Rather than typing the text, the system error bell chimes and Quicksilver dismisses as normal. The 'Paste' and 'Paste as Plain Text' actions work as expected. Quicksilver still has permission under assistive applications. (I assume Type Text works by accessing the virtual keyboard?)
Nothing is reported in the console that seems obviously relevant. However, both invoking and dismissing Quicksilver throws multiple WindowServer errors e.g.:
Hex code at the end varies. I'm using the Bezel Interface.
Let me know if I can adjust anything to help you test!
The text was updated successfully, but these errors were encountered: