- From: <bugzilla@jessica.w3.org>
- Date: Wed, 20 Aug 2014 07:26:16 +0000
- To: www-dom@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=26612
Bug ID: 26612
Summary: D3E defines input event should be fired immediately
after the DOM as been updated but it shouldn't be so
if the editor value is changed by setting value
attribute
Product: WebAppsWG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: DOM3 Events
Assignee: travil@microsoft.com
Reporter: masayuki@d-toybox.com
QA Contact: public-webapps-bugzilla@w3.org
CC: mike@w3.org, www-dom@w3.org
Currently, D3E spec defines when input event should be fired as:
"A user agent MUST dispatch this event immediately after the DOM has been
updated."
However, at setting value attribute of <input> or <textarea>, input event is
not fired on Firefox, Chrome nor IE.
So, D3E needs to update its definition for conforming to implementations.
And I think that beforeinput definition should be changed too.
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Wednesday, 20 August 2014 07:26:18 UTC