[Webkit-unassigned] [Bug 117526] “oninput” doesn’t fire when changing a ?=<select>=?UTF-8?Q? element’s value
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sat Jun 15 17:20:41 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117526
--- Comment #2 from felipe at felipegasper.com 2013-06-15 17:19:18 PST ---
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form action="javascript:void(0)" oninput="console.log(this)">
<label>Changing this doesn’t fire “oninput”:
<select name="foo"><option>1</option><option>2</option></select>
</label>
<br>
<br>
<label>… but changing this does:
<input type="text" name="bar">
</label>
</form>
</body>
</html>
--
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