-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CEF3: Add HTML5 datalist support #906
Comments
Comment 1. originally posted by magreenblatt on 2013-03-08T19:51:46.000Z: Online datalist example: http://www.w3schools.com/tags/tryit.asp?filename=tryhtml5\_datalist In Chrome this is implemented as part of autofill support (see AppendDataListSuggestions in chrome/renderer/autofill/autofill_agent.cc). |
|
Original comment by Anonymous. Comment 2. originally posted by [email protected] on 2013-06-18T14:49:54.000Z: It would also be nice if this worked in CEF1 |
Comment 3. originally posted by magreenblatt on 2014-10-11T02:18:35.000Z: Autofill support has now moved into a component (components.gyp:autofill_*). It works as follows (based on a Chromium build at revision 267aeeb8 (bb)):
Chromium call stack:
Chromium call stack:
In CEF we can likely implement the popup using a variant of CefMenuCreator. |
|
Original comment by Ahmer (Bitbucket: itsmeahmer, GitHub: itsmeahmer). Hi Marshall, |
Original comment by Sean Anderson (Bitbucket: sean_anderson). @magreenblatt -- are there any plans to implement this functionality? |
@sean_anderson There are no plans at this time. PRs are welcome if you would like to take a shot at implementing it. |
Original comment by Sean Anderson (Bitbucket: sean_anderson). Thanks for your work on CEF, @magreenblatt -- it's a great project and I'd love to help, but I've never worked with C++. I may take a look at some point, but for now we'll go back to a JS-based autocomplete solution for our client's app. Thanks for the quick reply! |
Original comment by Thi Hua Quoc (Bitbucket: Hua Quoc Thi). @ Marshall Greenblatt pls implement this functionality |
Original comment by Hallvard Vassbotn (Bitbucket: Hallvard Vassbotn). Still no support for datalist in CEF3 Chromimum..? :( |
Original comment by Amaury LAURENT (Bitbucket: nerys_ala). Hi, I also need this feature in my application. |
Datalist currently works with the Chrome runtime. We will likely not support this with the Alloy runtime. |
|
Original report by Anonymous.
Original issue 906 created by mksuraj83 on 2013-03-08T06:02:00.000Z:
What steps will reproduce the problem?
What is the expected output? What do you see instead?
Expected - The Options put in data list should get listed
Instead - I see no options getting listed
What version of the product are you using? On what operating system?
CEF 3 r1107
Please provide any additional information below.
The text was updated successfully, but these errors were encountered: