haxeui / haxeui-openfl

The OpenFL backend of the HaxeUI framework -
http://haxeui.org
MIT License
42 stars 14 forks source link

Dropdown glitches after scrolling content and reopening #55

Open guifes opened 3 years ago

guifes commented 3 years ago

Expected Behavior

If you open a dropdown component and scroll its content by any amount, the next time you open it the content should be displayed correctly.

Current Behavior

If you open a dropdown component and scroll its content by any amount, the next time you open it the content is not displayed correctly

Steps to Reproduce (for bugs)

  1. Open the dropdown
  2. Scroll the content by any amount
  3. Close the content by clicked outside of it or selecting one of the options
  4. Open the dropdown again

Media

Capture Capture2

Test app / minimal test case

HaxeUIOpenflBug.zip

Your Environment

guifes commented 3 years ago

Building with -D haxeui_nofilters works fine.