RESOLVED INVALID 168227
[GTK] Issue with WebKit2.FormSubmissionRequest
https://bugs.webkit.org/show_bug.cgi?id=168227
Summary [GTK] Issue with WebKit2.FormSubmissionRequest
Cédric Bellegarde
Reported 2017-02-13 00:59:08 PST
When receiving a WebKit2.FormSubmissionRequest from a WebKit2.WebView::form-submit signal, I do not receive valid objects. Problem is described is this code: https://gist.github.com/vfaronov/f1c1faa969c58b5990d02f5d9890b180 # Note how I have to do the extra `ctypes.string_at` step, # because `k` and `v` are pointers (Python integers, not bytestrings). https://bugzilla.gnome.org/show_bug.cgi?id=778393
Attachments
Michael Catanzaro
Comment 1 2017-02-13 05:49:27 PST
Can you reproduce the problem in C?
Cédric Bellegarde
Comment 2 2017-02-13 22:27:33 PST
Don't know, not a C dev. But as I get C pointer in python, I guess you get C pointer in C.
Note You need to log in before you can comment on or make changes to this bug.