Posted 16 April 2018, 8:18 pm EST
We have a form that allows a user to enter notes text into a C1Editor control OR a C1TextBox control, depending on the selected value of a combo control.
When the user selects a value from the combo and presses the tab key, the editor control OR the textbox control is appropriately dis/enabled and shown/hidden based on the selected value in the combo.
Note that this code also keeps the “raw” text of the editor control and the textbox “in sync” so that, if the user switches between the editor control and the textbox, or vice versa, the text from the prior edit control will be preserved.
However, after tabbing off the combo control, sometimes focus is inappropriately set to the C1Editor control. When we trace the code, we find that assigning a value to the C1Editor.Text property changes the environment’s ActiveControl to the C1Eeditor control - NOT what we want. That interrupts the normal flow of the tab order.
This does not seem like appropriate behavior.
Can you please verify that this is a bug/not?
Thanks.
– Paul