emacs-eaf / emacs-application-framework

EAF, an extensible framework that revolutionizes the graphical capabilities of Emacs
GNU General Public License v3.0
3.1k stars 234 forks source link

Improve input focus and retry mechanism #1144

Closed albert748 closed 8 months ago

albert748 commented 8 months ago

This commit enhances the input focus functionality by extending support to include textarea elements alongside input elements in focus_input.js. It also introduces a retry mechanism in webengine.py for instances where the initial focus attempt fails, ensuring a more reliable focus on input elements.

manateelazycat commented 8 months ago

@albert748 Please rebase this patch, thanks