feathersui-openfl icon indicating copy to clipboard operation
feathersui-openfl copied to clipboard

Cross-platform graphical user interface components for creative frontend projects — powered by Haxe and OpenFL

Results 87 feathersui-openfl issues
Sort by recently updated
recently updated
newest added

Another NPE in our application - it occurs much often when I'm clicking on Button. Code of that buttons is [here](https://github.com/Moonshine-IDE/Super.Human.Installer/blob/617dfed15a29e163c271a58c61eadb912e97f3c9/Genesis/Source/genesis/application/components/GenesisButton.hx#L36) - Button is created in [following way](https://github.com/Moonshine-IDE/Super.Human.Installer/blob/617dfed15a29e163c271a58c61eadb912e97f3c9/Source/superhuman/components/ServerList.hx#L232) ``` [2024-02-26...

# Problem I'm using `LetterboxScaleManager` to resize the stage to fit the window using an optimal scale ratio. At certain scales, though, my `Label` cuts off. ![image](https://github.com/feathersui/feathersui-openfl/assets/110610266/373e70dc-ea5b-4526-b0bf-a88af94dffb0) # Code ```as3...

Currently, using the arrow keys to navigate changes the `selectedIndex`/`selectedItem` immediately. There should be an option to move a highlight with the arrow keys, but without changing the selection until...

enhancement

Similarities to `Alert`: - Subclass of `Panel`. - Uses `Header` and `ButtonBar` for header and footer. - Can use layouts and add children as content, like `Panel`. - Optional close...

enhancement

It can be done by providing a custom `backgroundSkin` without those states, but it would be nice to be able to do it without style changes.

enhancement

When I swipe the ListView and release the mouse, the ListView will have an update animation that continuously affects the scrollX and scrollY values. If I call a call with...

Text input components like `TextInput`, `TextArea` currently not provides standard context-menu options like Cut, Copy, Paste etc. Although keyboard-shortcuts works, for some users with different test-cases the context-menu options are...