<input type="search"> not working in web container
Bug #1292617 reported by
Kyle Nitzsche
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu HTML5 UI SDK |
Triaged
|
Low
|
Unassigned |
Bug Description
The Ubuntu HTML5 UI gallery demos types of input fields, including one useful for searches. It is declared like this:
<input type="search" placeholder="search field">
When in chromium, this field has an 'x' that displays after typing and allows the user to delete all text from the field.
This 'x' does not display when ubuntu-
It should.
To post a comment you must log in.
I suppose this is a limitation of qtwebkit currently. Unless the W3C specification makes that behavior mandatory I don't think that it is a genuine bug. However, you should test with the Oxide engine coming soon, as it will probably resolve this issue.