<?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>65773</bug_id>
          
          <creation_ts>2011-08-05 09:57:20 -0700</creation_ts>
          <short_desc>Implement Mac/Linux version of visual word movement</short_desc>
          <delta_ts>2012-05-01 23:40:52 -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>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>85017</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>
          <dependson>65277</dependson>
          
          <everconfirmed>0</everconfirmed>
          <reporter name="Van Lam">vanlam</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>rniwa</cc>
    
    <cc>vanlam</cc>
    
    <cc>xji</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>447257</commentid>
    <comment_count>0</comment_count>
    <who name="Van Lam">vanlam</who>
    <bug_when>2011-08-05 09:57:20 -0700</bug_when>
    <thetext>The current implementation of visual word movement collects word breaks matching the Windows specification:
|abc   |def   |ghi| (LTR block) where | indicates positions of word breaks.

The Mac/Linux specification defines word boundaries when going left:
|abc   |def   |ghi| (LTR block)
and when going right:
|abc|   def|   ghi| (LTR block)

This blocks on https://bugs.webkit.org/show_bug.cgi?id=65277, as a fix to 65277 would allow a flexible way to select whether the next word boundary should be logically before or after a word given the editing behavior, box direction, and block direction.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>447262</commentid>
    <comment_count>1</comment_count>
    <who name="Van Lam">vanlam</who>
    <bug_when>2011-08-05 10:11:21 -0700</bug_when>
    <thetext>I should rephrase:

This block *practically depends* on https://bugs.webkit.org/show_bug.cgi?id=65277.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>614027</commentid>
    <comment_count>2</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2012-05-01 23:40:52 -0700</bug_when>
    <thetext>

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

    </bug>

</bugzilla>