// Purpose: wxTextCtrl unit test
// Author: Vadim Zeitlin
// Created: 2007-09-25
-// RCS-ID: $Id$
// Copyright: (c) 2007 Vadim Zeitlin <vadim@wxwidgets.org>
///////////////////////////////////////////////////////////////////////////////
// SetEditable() is supposed to override wxTE_READONLY
m_text->SetEditable(true);
+
+#ifdef __WXOSX__
+ // a ready only text field might not have been focusable at all
+ m_text->SetFocus();
+#endif
sim.Text("abcdef");
wxYield();