[Webkit-unassigned] [Bug 74252] New: partial implementation of <datalist> breaks feature detection
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Dec 10 19:49:23 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74252
Summary: partial implementation of <datalist> breaks feature
detection
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Forms
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: paul.irish at gmail.com
the webkit impl of <datalist> is not complete. ( see test page: http://miketaylr.com/test/datalist.html )
Meanwhile a few common feature detects pass:
'options' in document.createElement('datalist') // true
'list' in document.createElement('input') // true
Luckily window.HTMLDataListElement is still not defined
This only seems to affect the Safari port; Chromium is not affected.
These passing feature detects make it tricky to test support, so people are using UA sniffing: http://css-tricks.com/15346-relevant-dropdowns-polyfill-for-datalist/ (see "browser version numbers")
Could the two above false positives be removed in the meantime while this feature is underway (bug 27247)?
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list