<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - delete/edit comment in context box not an option if comment is escaped without writing anything in it."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106000#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - delete/edit comment in context box not an option if comment is escaped without writing anything in it."
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=106000">bug 106000</a>
              from <span class="vcard"><a class="email" href="mailto:vmiklos@collabora.com" title="Miklos Vajna <vmiklos@collabora.com>"> <span class="fn">Miklos Vajna</span></a>
</span></b>
        <pre>It seems the root cause is a single ImplPaint() -> Invalidate() change in
ImplListBoxWindow::SelectEntry(). ImplPaint() invokes maUserDrawHdl, while
Invalidate() invokes Paint(), which invokes ImplDoPaint(), which does not
invoke maUserDrawHdl. This means that when the comment edit mode is replaced by
the normal tab view shell, the SvxFontNameBox / FontSizeBox does not invalidate
the active cell.</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>