<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Handling protected space (U+00a0) at word bounds"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125887">bug 125887</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>hot key selectWord malfunctions if there is a protected space before the word
           </td>
           <td>Handling protected space (U+00a0) at word bounds
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>vstuart.foote@utsa.edu
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Keywords</td>
           <td>
                
           </td>
           <td>needsUXEval
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Handling protected space (U+00a0) at word bounds"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125887#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Handling protected space (U+00a0) at word bounds"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125887">bug 125887</a>
              from <span class="vcard"><a class="email" href="mailto:vstuart.foote@utsa.edu" title="V Stuart Foote <vstuart.foote@utsa.edu>"> <span class="fn">V Stuart Foote</span></a>
</span></b>
        <pre>Not sure this is a bug.

Use of the NBS (U+00a0) depends on placement relative to punctuation. That is
when prepended (i.e. following the comma) is included with a "double click"
mouse selection.  Likewise is included when the NBS is appended (i.e. preceding
the closing parehnthesis ). And again included with the "double click" mouse
selection, or the "Select Word" UNO action.

So this handling of NBS is either hard coded in edit engine, or is an ICU lib
function (have not checked src).

Believe it is wrapped up in the way we handle selection at ICU 'word' bounds.
And we have at least three UNO actions that can be used.

1. double mouse click
2. Select Word (assigned by OP, but action of double mouse click) 
3. Select to Beginning of Word (assigned <Ctl>+<Shift>+<L cursor>)
4. Select to Word Right (assigned <Ctl>+<Shift>+<R cursor>)

Anyhow the handling is consistent--the NBS is included with the correct word
depending on leading or trailing punctuation. So Not A Bug?

And, to select the literal of the middle word, rather than double click or the
"Select Word" action--position cursor and select to begining of Word, or select
to end of Word (labeled as Select to Word Right)--both of which have assigned
keyboard shortcuts.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>