I'm working on LPP-9627 SWF10: Edit text's onblur event doesn't pass reference to the next focus view when changing focus by mouse
and I notice that the onfocus event gets the view that is receiving focus as an argument. That seems pretty pointless, since the view itself is getting the event. Would it be more useful to send the view that is losing focus as the event argument? [The documentation does not say what the event argument is in either case.]
