RESOLVED LATER 168772
[GTK] Missing an API to do forms autocompletion (history)
https://bugs.webkit.org/show_bug.cgi?id=168772
Summary [GTK] Missing an API to do forms autocompletion (history)
Cédric Bellegarde
Reported 2017-02-23 06:57:41 PST
Can't find an API in WebKitGTK allowing me to inject values (not in dom, in webkit) in forms (like most web browser) to enable some input history. As I can't find a WebKitGTK browser doing this, I guess this is missing from API.
Attachments
Michael Catanzaro
Comment 1 2017-02-23 08:01:44 PST
Did you try webkit_dom_html_input_element_set_value()?
Cédric Bellegarde
Comment 2 2017-03-02 07:02:55 PST
webkit_dom_html_input_element_set_value() set input value, not input history.
Note You need to log in before you can comment on or make changes to this bug.