You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openoffice.apache.org by bu...@apache.org on 2023/01/09 09:00:07 UTC

[Issue 128553] New: Change the tip for the Label control in Basic IDE to "Label Field"

https://bz.apache.org/ooo/show_bug.cgi?id=128553

          Issue ID: 128553
        Issue Type: DEFECT
           Summary: Change the tip for the Label control in Basic IDE to
                    "Label Field"
           Product: App Dev
           Version: 3.3.0 or older (OOo)
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P5 (lowest)
         Component: scripting
          Assignee: issues@openoffice.apache.org
          Reporter: czeslaw.wolanski@gmail.com
  Target Milestone: ---

Open Basic IDE, insert a dialog and on the Toolbox toolbar
hover over the button for the Label control.

The tip reads: "Label field" (version 4.1.13 and 4.2dev).
Compare it with other tips that contain the word "field" i.e.
"Date Field", "Numeric Field", "Currency Field",
"Formatted Field", and "Pattern Field".

The naming convention is clear.
The label in question should read: "Label Field"

The source code pointer (aoo41x)
file: GenericCommands.xcu

http://openoffice-vm1-he-de.apache.org/xref/aoo41x/main/officecfg/registry/data/org/openoffice/Office/UI/GenericCommands.xcu?r=c94562df#3207

3205   <node oor:name=".uno:InsertFixedText" oor:op="replace">
3206      <prop oor:name="Label" oor:type="xs:string">
3207         <value xml:lang="en-US">Label field</value>
3208      </prop>
3209      <prop oor:name="Properties" oor:type="xs:int">
3210         <value>1</value>
3211      </prop>
3212   </node>

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128553] Change the tip for the Label control in Basic IDE to "Label Field"

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128553

--- Comment #1 from Czesław Wolański <cz...@gmail.com> ---
Created attachment 87163
  --> https://bz.apache.org/ooo/attachment.cgi?id=87163&action=edit
Screenshot illustrating this issue

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128553] Change the tip for the Label control in Basic IDE to "Label Field"

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128553

Matthias Seidel <ms...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mseidel@apache.org
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |ACCEPTED

-- 
You are receiving this mail because:
You are the assignee for the issue.

[Issue 128553] Change the tip for the Label control in Basic IDE to "Label Field"

Posted by bu...@apache.org.
https://bz.apache.org/ooo/show_bug.cgi?id=128553

Matthias Seidel <ms...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.1.14
          Developer|---                         |Easy
         Difficulty|                            |
             Status|ACCEPTED                    |RESOLVED
             Latest|---                         |4.1.13
    Confirmation in|                            |
         Resolution|---                         |FIXED

--- Comment #2 from Matthias Seidel <ms...@apache.org> ---
Fixed in trunk with:
https://github.com/apache/openoffice/commit/415e9fa15af24aef6364ac1ea22e74658d4e7a61

Cherry-picked for AOO42X with:
https://github.com/apache/openoffice/commit/6576fe5a813b7e4a326e618489ffc4601f6957a7

Fixed in AOO41X with:
https://github.com/apache/openoffice/commit/a91ee099086dce098f3ff868378f47c017eabe5a

-- 
You are receiving this mail because:
You are the assignee for the issue.