Helium314 / HeliBoard

Customizable and privacy-conscious open-source keyboard
Apache License 2.0
2.22k stars 84 forks source link

Action key looks weird sometimes #1008

Open Roccobot opened 1 month ago

Roccobot commented 1 month ago

Not sure if this is even a bug or if it is worth reporting, but I guess so.

Here's what HeliBoard looks like with my configuration: Screenshot_2024-07-27-08-57-20-46_e0eda6d993783efe741dcde5bac07058-picsay.png

I use the rounded button style and my main action key is a circle.

Anyway, in some circumstances, for example when I edit user dictionary words within the app, it looks this way:

Screenshot_2024-07-27-08-57-53-32_91a96d6d141a3ad637f9099f8c60fdb7-picsay.png

Not sure what's happening or what way some text fields are different.

App version 2.2 final

Device: Realme GT Master Android 13 (Color OS)

Helium314 commented 1 month ago

Do you use any non-default properties for the action key?

Roccobot commented 1 month ago

Yes, it's 'heavily' customized, but so far this is the first instance where it looks different than the usual.

My button uses this piece of code:

    { "label": "action", "width": 0.15, "type": "function", "labelFlags": 128, "popup": {
    "relevant": [
      { "label": "page_end" },
      { "label": "redo" },
      { "label": "undo" },
      { "label": "tab" } ] } }

and here's how it looks, including its popup:

Screenshot_2024-07-27-12-20-20-64_e0eda6d993783efe741dcde5bac07058-picsay.png