You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a TextInput and the html-editor-enhanced once the Textinput has got focus you cannot type anything in the HTML-editor anymore and the TextInput will always get the focus.
When clicking on the bold icon or somehting else in the editor toolbar and than in the text-input-area it works.
onFocus: () {
// Clear focus from other widgets
FocusScope.of(context).requestFocus(FocusNode());
// Set focus back to the HtmlEditor
_controller.setFocus();
}
seems to make it better - after switching many times sometimes I cannont get the focus back on the textfield... but it is not happening always...
When using a TextInput and the html-editor-enhanced once the Textinput has got focus you cannot type anything in the HTML-editor anymore and the TextInput will always get the focus.
When clicking on the bold icon or somehting else in the editor toolbar and than in the text-input-area it works.
SampleApp:
The text was updated successfully, but these errors were encountered: