<?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>49277</bug_id>
          
          <creation_ts>2010-11-09 13:55:55 -0800</creation_ts>
          <short_desc>[chromium] Spelling &quot;autocorrection panel&quot; feature should be available.</short_desc>
          <delta_ts>2013-04-11 12:54:35 -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>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>39105</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryosuke Niwa">rniwa</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>jamesr</cc>
    
    <cc>morrita</cc>
    
    <cc>schenney</cc>
    
    <cc>tkent</cc>
    
    <cc>tony</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>306966</commentid>
    <comment_count>0</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2010-11-09 13:55:55 -0800</bug_when>
    <thetext>The following tests are failing on chromium test_shell:

BUG11577 WIN LINUX : editing/spelling/inline_spelling_markers.html = FAIL
BUG11577 WIN LINUX : editing/spelling/spellcheck-attribute.html = FAIL
BUG11577 WIN LINUX : editing/spelling/spelling-linebreak.html = FAIL
BUG11577 WIN LINUX : editing/spelling/spelling-attribute-change.html = FAIL
BUG11577 WIN LINUX : editing/spelling/spelling-attribute-at-child.html = FAIL

BUGWK39105 : editing/spelling/context-menu-suggestions.html = TEXT

BUGWK45438 : editing/spelling/spelling-backspace-between-lines.html = TEXT
BUGWK45898 : editing/selection/context-menu-on-text.html = TEXT

// Tests added in r69269.
// Apple-Mac port corrects &quot;notationl&quot; to &quot;notational&quot; automatically?
BUG58254 MAC : platform/mac/editing/spelling/autocorrection-delete.html = IMAGE+TEXT
BUG58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html = IMAGE+TEXT
BUG58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline.html = IMAGE+TEXT
BUG58254 MAC : platform/mac/editing/spelling/autocorrection-simple.html = IMAGE+TEXT

BUGJAMESR WIN LINUX : editing/spelling/spelling-hasspellingmarker.html = TEXT</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>306969</commentid>
    <comment_count>1</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2010-11-09 14:00:49 -0800</bug_when>
    <thetext>Morrita-san, could you take a look at these failures?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>307100</commentid>
    <comment_count>2</comment_count>
    <who name="Hajime Morrita">morrita</who>
    <bug_when>2010-11-09 18:08:30 -0800</bug_when>
    <thetext>Hi Ryosuke, thank you for the triage!

(In reply to comment #0)
&gt; The following tests are failing on chromium test_shell:
&gt; 
&gt; BUG11577 WIN LINUX : editing/spelling/inline_spelling_markers.html = FAIL
&gt; BUG11577 WIN LINUX : editing/spelling/spellcheck-attribute.html = FAIL
&gt; BUG11577 WIN LINUX : editing/spelling/spelling-linebreak.html = FAIL
&gt; BUG11577 WIN LINUX : editing/spelling/spelling-attribute-change.html = FAIL
&gt; BUG11577 WIN LINUX : editing/spelling/spelling-attribute-at-child.html = FAIL
&gt; BUGJAMESR WIN LINUX : editing/spelling/spelling-hasspellingmarker.html = TEXT
These are expected due to Bug 45633. I hope we could enable it on win and linux,
but not done yet because it will impact pixel expectations for editing.

&gt; 
&gt; BUGWK39105 : editing/spelling/context-menu-suggestions.html = TEXT
&gt; BUGWK45898 : editing/selection/context-menu-on-text.html = TEXT
These two looks same. So I&apos;ll play with contextClick(). 

&gt; 
&gt; BUGWK45438 : editing/spelling/spelling-backspace-between-lines.html = TEXT
IIRC, this is a real bug (not the bug of DRT) filed at Bug45438. 
This is caused by a difference between
NSSpellcheker and hunspell. I&apos;ll investigate this after fix Bug 41423, for which I&apos;m refactoring...

&gt; 
&gt; // Tests added in r69269.
&gt; // Apple-Mac port corrects &quot;notationl&quot; to &quot;notational&quot; automatically?
&gt; BUG58254 MAC : platform/mac/editing/spelling/autocorrection-delete.html = IMAGE+TEXT
&gt; BUG58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline-after-paste.html = IMAGE+TEXT
&gt; BUG58254 MAC : platform/mac/editing/spelling/autocorrection-removing-underline.html = IMAGE+TEXT
&gt; BUG58254 MAC : platform/mac/editing/spelling/autocorrection-simple.html = IMAGE+TEXT
&gt; 
These are expected: We don&apos;t have auto-correction feature. 
It is only available the next version of Safari. 

It looks all un-filed bugs are autocorrection related.
I&apos;m changing the summary to reflect it. 
BTW, I think we should wait to implement auto-correction 
until seeing the Safari version working to respect their effort.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>874064</commentid>
    <comment_count>3</comment_count>
    <who name="Stephen Chenney">schenney</who>
    <bug_when>2013-04-11 12:54:35 -0700</bug_when>
    <thetext>Test related bugs being marked WontFix. TestExpectations will contain bug if still relevant.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>