<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cannot use double-click to apply text highlight"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122442#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cannot use double-click to apply text highlight"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=122442">bug 122442</a>
              from <span class="vcard"><a class="email" href="mailto:mikekaganski@hotmail.com" title="Mike Kaganski <mikekaganski@hotmail.com>"> <span class="fn">Mike Kaganski</span></a>
</span></b>
        <pre>A code pointer: see m_aTemplateIdle initialization at SwEditWin::SwEditWin
(sw/source/uibase/docvw/edtwin.cxx). The comment there states:

<span class="quote">> // TemplatePointer for colors should be resetted without
> // selection after single click</span >

and the event there is indeed an Idle, not a timer set to a double-click
timeout. Possibly it's enough to change it to such, but is there a more
reliable way to do it - do we generate "single click" event somewhere when
double-click timeout elapsed without a click?</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>