haxeui / haxeui-flixel

The Flixel backend of the HaxeUI framework
MIT License
48 stars 15 forks source link

Text overlaps on top of components #38

Closed Val-End closed 5 months ago

Val-End commented 8 months ago

Current Behavior

When i add a NumberStepper or a search bar prompt ,the text overlaps on top of everything, including the cursor.

Steps to Reproduce (for bugs)

1.Add a dropdown. 2.Add a NumberStepper or Searchbar with prompt below the dropdown. 3.Pass the cursor over the stepper or searchbar.

Media

The UI The UI The number stepper overlapping dropdown Number Stepper The number stepper overlapping cursor image The search bar prompt overlapping cursor image

Context

I was programming the ui in haxe to create a file and i noticed that the text of the dropdown and the prompt of the search bars was overlapping the mouse and other components.

Your Environment

Sorry if is not very well undestood, English is not my native language and it is the first time i report a bug in github.

Val-End commented 5 months ago

If anyone else sees this, it can be fixed by installing flixel-text-input lib (Thanks Starmapo for the help).