I need some help with an issue regarding the Post Body field rich text editor tabindex. During form entry and using tab key, it is skipped and only the hidden textarea(mask field) field has the tabindex value. I’ve tried the filter “gform_rich_text_editor_options” and set the tabindex value but still doesn’t work.
I can’t replicate the issue in a default WordPress installation. I would recommend you to perform a full conflict test following the instructions here.
To my surprise, leaving the form widget(Elementor) tabindex setting to empty or zero value works fine with tab key. Tried tabindex 1000, won’t work. Not sure if it’s still an index conflict with other fields but would love to be able to set the tabindex value. Might be useful in some cases.