Hi all,
i came across with a bug while using the Focusable property.
The problem is with the TextBox/Combobox/TabPage control and with one of the editors (TinyMCE , TinyEditor).
When the Focusable property set to true in the TextBox/Combobox and in the editors set the Focusable property set to false ,
the controls(textbox,combobox,tabPage ) are always in Focus and there is no way to write text in the editors.
Thanks
Orel.
That’s the intended behavior of Focusable = false. It prevents the control from gaining the focus.
Please login first to submit.