<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>170414</bug_id>
          
          <creation_ts>2017-04-03 13:25:09 -0700</creation_ts>
          <short_desc>Support InputEvent.isComposing</short_desc>
          <delta_ts>2023-10-01 17:48:01 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>HTML Editing</component>
          <version>Safari Technology Preview</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=170416</see_also>
          <bug_file_loc>https://w3c.github.io/uievents/#dom-inputevent-iscomposing</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>FromImplementor, InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Chong Zhang">chongz</reporter>
          <assigned_to name="Ryosuke Niwa">rniwa</assigned_to>
          <cc>709922234</cc>
    
    <cc>ahmad.saleem792</cc>
    
    <cc>ap</cc>
    
    <cc>bdakin</cc>
    
    <cc>bfulgham</cc>
    
    <cc>rniwa</cc>
    
    <cc>simon.fraser</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>webkit</cc>
    
    <cc>wenson_hsieh</cc>
    
    <cc>zalan</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1293766</commentid>
    <comment_count>0</comment_count>
    <who name="Chong Zhang">chongz</who>
    <bug_when>2017-04-03 13:25:09 -0700</bug_when>
    <thetext>According to spec https://w3c.github.io/uievents/#events-inputevents InputEvent should have attribute |isComposing| to indicate whether it&apos;s inside a composition.

Blink IDL:
https://cs.chromium.org/chromium/src/third_party/WebKit/Source/core/events/InputEvent.idl?q=InputEvent.idl&amp;sq=package:chromium&amp;dr&amp;l=16</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1300440</commentid>
    <comment_count>1</comment_count>
    <who name="Wenson Hsieh">wenson_hsieh</who>
    <bug_when>2017-04-23 23:18:25 -0700</bug_when>
    <thetext>&lt;rdar://problem/31781958&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1895903</commentid>
    <comment_count>2</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2022-09-02 15:46:51 -0700</bug_when>
    <thetext>Updated link to Chromium / Blink source - https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/events/input_event.idl;l=1?q=INput_event.idl&amp;sq=

Webkit Source - https://github.com/WebKit/WebKit/blob/8afe31a018b11741abdf9b4d5bb973d7c1d9ff05/Source/WebCore/dom/InputEvent.idl

_____________

Need to change:

    constructor(DOMString type, optional InputEventInit eventInitDict = {});

Add:

    readonly attribute boolean isComposing;

Extra in Webkit:

dictionary InputEventInit : UIEventInit {
    DOMString? data = null;
};</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1896005</commentid>
    <comment_count>3</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2022-09-03 03:22:04 -0700</bug_when>
    <thetext>Pull request: https://github.com/WebKit/WebKit/pull/3990</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1896043</commentid>
    <comment_count>4</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-09-03 10:53:44 -0700</bug_when>
    <thetext>Committed 254131@main (1aeb3328d18e): &lt;https://commits.webkit.org/254131@main&gt;

Reviewed commits have been landed. Closing PR #3990 and removing active labels.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>