<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FORMATTING: Style changes not applied to specific cells with multiple selection"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143792#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - FORMATTING: Style changes not applied to specific cells with multiple selection"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=143792">bug 143792</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>(In reply to fabio from <a href="show_bug.cgi?id=143792#c0">comment #0</a>)
<span class="quote">> - Selecting only the B1 cell, the "Bold" button works as expected.</span >

In fact, no. It only works "as expected" when the cell is *focused* (i.e., when
you click on it, and it receives the bold border showing focus, but not filling
showing selection). But *selecting* this single cell (e.g., starting selection
from this cell, extending to a neighbor, and then moving the mouse back to B1
to only have a single cell selected) shows the same behavior (Bold not applied
to the contents of the cell).

And the reason for the difference is that applying a property to *cells
selection* only applies it to cell level; while applying it to a focused cell
in the absence of selection *additionally* goes inside the cell, and for each
span inside the cell, also resets the direct formatting related to this
property. This is similar to Writer's relations between Paragraph-level and
Character-level direct formatting, with character-level one taking precedence.

Not a bug IMO.</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>