<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED INVALID - Tabbed/Notebookbar's Shapes Box title is garbage"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115275#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_VERIFIED  bz_closed"
   title="VERIFIED INVALID - Tabbed/Notebookbar's Shapes Box title is garbage"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=115275">bug 115275</a>
              from <span class="vcard"><a class="email" href="mailto:momonasmon@gmail.com" title="Maxim Monastirsky <momonasmon@gmail.com>"> <span class="fn">Maxim Monastirsky</span></a>
</span></b>
        <pre>(In reply to baffclan from <a href="show_bug.cgi?id=115275#c7">comment #7</a>)
<span class="quote">> However "Table" pulldown box has title.
> I can not understand this difference...</span >
I don't think that difference is intentional. It just that the graphic grip
concept which we use for the shapes popup is inherited from OOo, thus predates
the text based title that we use for other popups like for color or table,
which at first introduced in Go-oo and later imported into LO.

(In reply to Heiko Tietze from <a href="show_bug.cgi?id=115275#c8">comment #8</a>)
<span class="quote">> Your are right, the user must not get confused by different controls used
> for the same workflow. The issue is tracked in <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Inconsistent look and operation of drop-down buttons"
   href="show_bug.cgi?id=87239">bug 87239</a>.</span >
That bug deals with several different kinds of inconsistencies. If there's an
agreement here that the shapes popup should be switched to a text title, I
would suggest to reopen this bug, and set it as an enhancement to do the
switch.

The code change needed in this case is trivial, here are code pointers:

The popup is created in ToolBarWrapper::initialize, in case the bPopupMode
variable is true. The title can be retrieved using the
css::ui::theWindowStateConfiguration singleton. The only thing needed is to
retrieve the title, and set it to the popup. But be aware that the resource URL
might be empty, so the code should be surrounded with a try-except block etc.</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>