Skip to content
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

crash press multi_text_key from a popup #1376

Open
Noneangel opened this issue Feb 19, 2025 · 0 comments
Open

crash press multi_text_key from a popup #1376

Noneangel opened this issue Feb 19, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@Noneangel
Copy link

Noneangel commented Feb 19, 2025

Describe the bug
If a key like { "$": "multi_text_key", "codePoints": [66, 108], "label": "T" } is pressed from a popup, the app crash.

To Reproduce

  1. On a fresh install
  2. Uncheck Use system languages
  3. Edit English (United States) layout
  4. Add a custom layout
  5. Copy existing layout AZERTY (it provides a JSON config)
  6. Edit this custom layout
  7. replace { "label": "a" }, with
{
  "label": "a",
  "popup": {
    "relevant": [ { "$": "multi_text_key", "codePoints": [ 66, 108], "label": "Upper" } ]
  }
},

or use this layout.json
8. in a field (like on the search bar of the Firefox android app). trigger the key (in this example, long press a, release on Upper). The keyboard close (some time with an android popup saying that the app crashed).

HeliBoard_log_1740004360646.txt

App version
2.3

Device:

  • Model: google Pixel 4a
  • OS: Android 13 - manufacturer's OS
@Noneangel Noneangel added the bug Something isn't working label Feb 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant