Josh Tynjala

Results 145 issues of Josh Tynjala

A spinning animation to indicate that some process is busy. Not to be confused with the proposed [ProgressBar indeterminate state](https://github.com/BowlerHatLLC/feathersui-openfl/issues/35), which is different. Example: ![animated gif](https://user-images.githubusercontent.com/141885/106789602-52823000-6607-11eb-8abe-ad534673604e.gif)

enhancement

Currently, it keeps `Theme.fallbackTheme` from being initialized, but code like this still keeps a number of classes in the compiled output that don't need to be there: ```hx private function...

enhancement

Currently, the background skins for a row is composed from separate background skins in each cell renderer. There should be a way to set a single background skin that fills...

enhancement

Something like this: ```hx public var closeOnPointerActiveOutside:Bool = false; ``` TODO: determine if it should apply to just content, or also origin.

enhancement

```haxe this._layoutResult.contentMinWidth = maxX; this._layoutResult.contentMinHeight = maxY; ``` Should also check if `handleLayoutResult()` should use `contentMinWidth` and `contentMinHeight`, like the override in `LayoutViewPort`. Measurement tests for `ScrollContainer` and `Panel` will...

enhancement

Treat the radios like any other component when determining relative focus with d-pad, and don't change selection on focus change. May also require a tweak to DefaultFocusManager to work properly.

bug