HeliBoard icon indicating copy to clipboard operation
HeliBoard copied to clipboard

Action key looks weird sometimes

Open Roccobot opened this issue 1 year ago • 2 comments
trafficstars

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)

Roccobot avatar Jul 27 '24 07:07 Roccobot

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

Helium314 avatar Jul 27 '24 08:07 Helium314

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

Roccobot avatar Jul 27 '24 10:07 Roccobot