This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 18850 - necessary compositionupdate event isn't written in the examples in 6.2.4
Summary: necessary compositionupdate event isn't written in the examples in 6.2.4
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - DOM3 Events (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Travis Leithead [MSFT]
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-12 04:40 UTC by Masayuki Nakano
Modified: 2013-08-17 02:12 UTC (History)
3 users (show)

See Also:


Attachments

Description Masayuki Nakano 2012-09-12 04:40:17 UTC
http://www.w3.org/TR/2012/WD-DOM-Level-3-Events-20120906/#keys-IME


1. keydown: 's' ('\u0073', Latin Small Letter S key)
2. compositionstart: ''
3. keyup: 's' ('\u0073', Latin Small Letter S key)
4. keydown: 'i' ('\u0069', Latin Small Letter I key)
5. keyup: 'i' ('\u0069', Latin Small Letter I key)
6. keydown: 'Convert'
7. compositionupdate: '詩'
8. keyup: 'Convert'

between 4 and 5, needs compositionupdate: 'し'.

Same bugs are in both first and second example of 6.2.4.
Comment 1 Masayuki Nakano 2012-09-12 04:41:32 UTC
Oops, and between 2 and 3, compositionupdate: 's' is needed in both examples.
Comment 2 Gary Kacmarcik 2013-08-17 02:12:23 UTC
Fixed in latest ED