<?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>86405</bug_id>
          
          <creation_ts>2012-05-14 14:36:42 -0700</creation_ts>
          <short_desc>first-letter does not work for input element and might need to be disabled</short_desc>
          <delta_ts>2013-05-08 06:39:02 -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>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>87615</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Abhishek Arya">inferno</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>esprehn</cc>
    
    <cc>hyatt</cc>
    
    <cc>mitz</cc>
    
    <cc>mrobinson</cc>
    
    <cc>rakuco</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>623348</commentid>
    <comment_count>0</comment_count>
    <who name="Abhishek Arya">inferno</who>
    <bug_when>2012-05-14 14:36:42 -0700</bug_when>
    <thetext>try this testcase (which does apply first-letter on first letter &apos;a&apos;) and then try to manipulate value in textbox. only one character seem to be allowed and if you try to type more, it does not work. comparing behavior with other browsers like firefox, opera and ie, they do disable first-letter for input, so we might want to overwrite updateFirstLetter with a null function in this case.

&lt;html&gt;
&lt;style&gt;
input:first-letter { color:red; }
&lt;/style&gt;
&lt;body&gt;
&lt;input value=&quot;abc&quot;&gt;blah&lt;/input&gt;
&lt;/body&gt;
&lt;/html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>845751</commentid>
    <comment_count>1</comment_count>
    <who name="Martin Robinson">mrobinson</who>
    <bug_when>2013-03-01 23:53:53 -0800</bug_when>
    <thetext>The style no longer seems to apply, but I don&apos;t know what changed to make this happen.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>886315</commentid>
    <comment_count>2</comment_count>
    <who name="Raphael Kubo da Costa (:rakuco)">rakuco</who>
    <bug_when>2013-05-08 06:39:02 -0700</bug_when>
    <thetext>

*** This bug has been marked as a duplicate of bug 87615 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>