-
Notifications
You must be signed in to change notification settings - Fork 28
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
If input string is in the popup, hitting enter after word outputs the input string #26
Comments
I was able to reproduce the bug. There is a simple fix for this, however, I am wondering if this mode is even valid or useful for people. |
The setting itself? Yeah, I don't know how many people find it useful. I was playing with Lipika, found the setting, kind of liked it and was using it till I ran into this weirdness. I've since switched it off, and am not much worse off :-) |
Fixed in the latest release: /~https://github.com/ratreya/lipika-ime/releases/tag/v1.7.4 |
Unfortunately, there seems to be a regression from this.
Call stack below. Should I open a separate issue? Crashed Thread: 0 CrBrowserMain Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_INSTRUCTION (SIGILL) Application Specific Information: Application Specific Backtrace 1: |
I was able to repro. I am at a loss here because the changes I made should not introduce any new code paths where this stack is exposed. Do you know if this was working in the previous version under the same configuration? |
Yeah, I was wondering that too. But it only repros if that setting is on. And no, from my memory it doesn't repro in the previous version: I'll try it out tonight for sure. |
Huh. I installed 1.4.2 and was able to repro the bug as well, so clearly I was wrong and this is a pre-existing issue. Let me know if I should open a new issue. Regardless, perhaps you're right in that this preference-setting is too much work to make it work. |
Fixed in v2. Will be releasing soon. |
I'm on the latest release version (how do I find the version info from the installation?)
Expected: लिपिका appears in the client window.
Actual: "lipikA" (the input-string) appears in the client window.
The text was updated successfully, but these errors were encountered: