Josh Tynjala

Results 511 comments of Josh Tynjala

Yes, a custom item renderer is probably your best bet for customizing the mouse/touch state behavior. I would strongly prefer not to expose `changeState()` because I consider it to be...

The `customItemRendererVariant` property is used to set the `variant` property on each of the item renderers. The `variant` property is used by the theme to determine how to style each...

Yes, it's the intended design that the prompt always remains visible until the user enters some text. However, I will consider an option for hiding it when focused, even when...

Per our discussion, `BaseScrollContainer` has a `scrollMode` property that can use `scrollRect`, `mask`, and no masking. Even if OpenFL optimized its `scrollRect` implementation, this feature would still be useful for...

Looks good to me. I might make a few very minor code style tweaks after merging, but otherwise, everything is good. Added to v1.1 milestone.

Oh wait, not good yet. Flash builds are still failing because you are referencing `__children`, which is an OpenFL private API. Please use `items` instead. That's defined in `LayoutGroup`, so...

I had noticed that AIR reported an incorrect value for Capabilities.screenDPI. It was convenient that this incorrect value worked well with the existing behavior of ScreenDensityScaleFactorManager. It sounds like Adobe...

I can reproduce this issue. As a workaround, you can enable the TextField's gutter: textRenderer.useGutter = true;

I plan to look at it some time in the next month or two for the upcoming Feathers 3.3.