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

User interface components for Starling Framework and Adobe AIR

Results 103 feathersui-starling issues
Sort by recently updated
recently updated
newest added

When dragging an item to the end of a list with a non-virtual vertical layout, the following error is thrown: ``` TypeError: Error #1009: Cannot access a property or method...

setFocus calls selectRange(0, this._text.length), which selects all the text. This causes a problem on iOS especially when multiline = false because of the AIR bug. The TextInput will select all...

bug

Hi, we are getting quite a few of these. This is the stack trace we were able to track from our players: ``` TypeError: Error #1009 at feathers.controls::Scroller/focusOutHandler() at starling.events::EventDispatcher/invokeEvent()...

EDIT by @joshtynjala: This does not have anything to do with maintainTouchFocus. See [comment below](https://github.com/BowlerHatLLC/feathers/issues/1505#issuecomment-266379467) for code to reproduce. ----- Original post: I feel bad ranting about these TextInput issues...

bug
runtime-dependency

This is a very strange error and I did not find its cause in the code. Maybe Josh, thanks to your experience, you don’t have to spend a lot of...

AIR 30+ now reports DPI of 326 (previously 264) on iPad Mini retina. Due to this, a scale factor of 3 is calculated by `ScreenDensityScaleCalculator`.

enhancement

Using `TextFieldTextRenderer` Parent container uses `AnchorLayout` **Label properties:** ``` label.wordWrap = true; label.maxWidth = 300; label.padding = 20; label.paddingRight = 40; var layoutData:AnchorLayoutData = new AnchorLayoutData(); layoutData:AnchorLayoutData.left = 0; label.layoutData...

bug
runtime-dependency

I use the latest versions of starling and feathers MuteToggleButton and VolumeSlider work on windows (with SoundPlayer and VideoPlayer ) Work with SoundPlayer (iOS) But not work with VideoPlayer on...

bug
runtime-dependency

Say that we are building a settings form. Such forms are often staggered, with sub-items indented further than their parent items: ![indentedsettings](https://user-images.githubusercontent.com/7231744/36823440-09cf28be-1cb2-11e8-8301-4a2e0288b5f2.png) Here, the two checkboxes are indented because they...

enhancement