kuza55/minimalcomps

Event target for InputText is the TextField and not the InputText object

Closed this issue · 1 comments

What steps will reproduce the problem?
1. Create an InputText component and set the handler for it in the constructor
2. trace( e.target ) in the change handler
3. e.target is a TextField object

What is the expected output? What do you see instead?
Given the pattern with other components, shouldn't the target be the InputText 
object itself? This means, unless you keep a reference somewhere, it's a pain 
to get the InputText object.

What version of the product are you using? On what operating system?
v0.9.9, Windows 7

Please provide any additional information below.

Original issue reported on code.google.com by divilly....@gmail.com on 18 Mar 2011 at 3:34

Original comment by k...@bit-101.com on 9 Apr 2011 at 2:44

  • Changed state: Fixed