Closed
Description
bool FocusFirstTabElement(void) { return FocusNextTabElement(this, true); }
We use this function to focus on the first "tabbable" element when the document is displayed for the first time, if possible. Make sense for modal dialogs, input forms and such.
Please consider adding this function to the public API or maybe, as an alternative, a new Focus flag with similar functionality.