Approved as long as you intended for this line to be this way:
this.setActive( LzFocus.focuswithkey != null );
focuswithkey has 3 states; null, true, false (see the comment from LzFocus
below):
/** This attribute is set to true when the focus has moved
* because the user has hit the next or prev focus key (usually 'tab' and
* 'shift-tab'.) If the focus moves due to mouse-click the value is set to
* false. If the focus moves through programmatic control, the value is
* unchanged from its last value.
* @type Boolean
*/
For Review: Change 20070816-maxcarlson-t Summary: Fix swf mouse coordinate
rounding issue