Skip to main content
Participant
April 12, 2013
Question

How to remove yellow focusRect without disabling automatic focus switching using arrow keys

  • April 12, 2013
  • 1 reply
  • 1191 views

Please help me out. hanging up this is for hours now..

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
April 12, 2013

assign your object's focusRect property to false. eg, for mc:

mc.focusRect=false;

iamprakAuthor
Participant
April 12, 2013

Hey thanks for your response.. assigining displayObject.focusRect = false; also disables the automatic key focus handling, i need that functionality to remain. since my application needs that.

kglad
Community Expert
Community Expert
April 12, 2013

it works with the tab key.  using the arrow keys is problematic.