Josh Tynjala

Results 511 comments of Josh Tynjala

> I noticed that when clearing the Focus of a TextInput, the StageTextTextEditor dispatches twice the deactivate Event: this.dispatchEventWith(FeathersEventType.SOFT_KEYBOARD_DEACTIVATE, true); don't seem to understand why. The event is the very...

I have determined that flash.text.StageText simply dispatches SoftKeyboardEvent.SOFT_KEYBOARD_DEACTIVATE twice: var x1:Number = 10; var y1:Number = 10; var w1:Number = 350; var h1:Number = 60; this.graphics.beginFill(0xcccccc); this.graphics.drawRect(x1, y1, w1, h1);...

The error state is a duplicate of #304, but I'll keep this open for the success state.

The problem is that the images aren't loaded yet when the WaterfallLayout needs to calculate the width of a column. It can only use the width of the label, which...

While this seems like a good idea to help reduce the impact of runtime errors, the [performance impact](http://jacksondunstan.com/articles/377) would be too severe. It's already too easy to create slow content....

On Windows 8.1, I can confirm that try-catch doesn't seem to have the performance impact it once had. I haven't tried other platforms yet. iOS would be the most interesting,...

I think that maxTapDuration and maxTapDistance are probably better names, if I understand you correctly. You're going to need to describe slop in more detail, though. It's not a term...

I will look into this, but there may be no way to fix it without breaking something else. StageText has inconsistent behavior on different platforms, and that makes any changes...

> At the moment in debug emulator it works fine, but on the mobile device every displayAsPasword set call rest the cursor to the begining of the input. Is that...