[Libreoffice-ux-advise] [Bug 152860] Find toolbar's "placeholder for message" (.uno:SearchLabel tooltip / label) makes it sound like something is missing

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Mon Jan 9 18:54:01 UTC 2023


https://bugs.documentfoundation.org/show_bug.cgi?id=152860

Rafael Lima <rafael.palma.lima at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rafael.palma.lima at gmail.com
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Rafael Lima <rafael.palma.lima at gmail.com> ---
We can simply add a new "TooltipLabel" property to the command.

Since it only has a "Label" property, the label is being used as the tooltip.

The fix would look like this:

<node oor:name=".uno:SearchLabel" oor:op="replace">
  <prop oor:name="Label" oor:type="xs:string">
    <value xml:lang="en-US">[placeholder for message]</value>
  </prop>
  <prop oor:name="TooltipLabel" oor:type="xs:string">
    <value xml:lang="en-US">Search results</value>
  </prop>
</node>

Not that the "[placeholder for message]" is replaced as the string content of
the command and the newly added "TooltipLabel" is then used as tooltip.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Libreoffice-ux-advise mailing list