Cannot override textbox highlight and cursor color with textbox properties

I checked out Kodular Fenix (v1.5.0) Bug Tracker before creating a new topic

Describe your issue

Textbox cursor color and highlight is only defined by accent color

Steps to reproduce the issue

  1. set the accent color to #FFFFFF00 on the settings. Then on the textbox advanced properties,
    set the cursor color to #000000FF. Set also the cursor color on the screen initialize event to #000000FF to ensure as well as the got focus event.

Expected Behaviour

cursor color must be displayed as #000000FF

Actual Behaviour

cursor color is still displayed as #FFFFFF00

Show your Blocks

Android version

android 10

Welcome to the community. Any changes made to accent color can be seen only in apk. Problem occurs while testing in companion or in apk ?

Even after creating apk the same thing happens, the textbox cursor properties does not override the accent color

Yes Text box cursor color depends on the accent color. Whatever you select as your app’s accent color from project properties, it also sets text box cursor color. Changes are visible only in apk

1 Like

But this behavior makes the properties of textbox and event triggers useless. I hope this gets fix. This doesnt happen before