Problem with the Focusable Property

Answered
0
0

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.

 

Attachment
  • You must to post comments
Best Answer
0
0

That’s the intended behavior of Focusable = false. It prevents the control from gaining the focus.

  • Luca (ITG)
    comboBox1.Focus() or make it TabIndex = 0
  • Orel Gabay
    thanks Luca
  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.