Bug 139691 - UI: Wrong description for extended tips on 'Area' tab pages
Summary: UI: Wrong description for extended tips on 'Area' tab pages
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: UI (show other bugs)
Version:
(earliest affected)
7.1.0.1 rc
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:7.2.0
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-17 04:32 UTC by Kiyotaka Nishibori
Modified: 2021-01-18 07:23 UTC (History)
4 users (show)

See Also:
Crash report or crash signature:


Attachments
extended tips on Area tab page (120.64 KB, image/png)
2021-01-17 04:42 UTC, Kiyotaka Nishibori
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kiyotaka Nishibori 2021-01-17 04:32:51 UTC
Description:
Some descriptions for extended tips on 'Area' tab pages are erroneous.

Steps to Reproduce:
1. Check Tools > Options > General > Help > 'Extended Tips'.
2. Open Writer.
3. Insert a table and a basic shape.
4. Select Table Properties > Background (for table) or Area > Area (for basic shape)
5. Hover mouse cursor on 'Color' , 'Bitmap' or 'Pattern' button. 

Actual Results:
Following tips are shown:
Color: "Fills the object with a gradient selected on this page."
Bitmap: "Fills the object with a hatching pattern selected on this page."
Pattern: "Fills the object with a hatching pattern selected on this page."


Expected Results:
Following tips should be shown:
Color: "Fills the object with a color selected on this page."
Bitmap: "Fills the object with a bitmap image selected on this page."
Pattern: "Fills the object with a dot pattern selected on this page."



Reproducible: Always


User Profile Reset: No


OpenGL enabled: Yes

Additional Info:
Version: 7.1.1.0.0+ / LibreOffice Community
Build ID: 3794b71bea55474cc8a309e677a5026549da80f8
CPU threads: 8; OS: Linux 5.10; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: en-US
Calc: CL
Comment 1 Kiyotaka Nishibori 2021-01-17 04:42:26 UTC
Created attachment 168945 [details]
extended tips on Area tab page

Attached the picture of the issue.
Comment 2 Kiyotaka Nishibori 2021-01-17 04:58:09 UTC
To solve the issue,  submitted a patch: https://gerrit.libreoffice.org/c/core/+/109461
it would be much appreciated  if someone would review the patch.
Comment 3 Julien Nabet 2021-01-17 08:36:46 UTC
On pc Debian x86-64 with master sources updated today, I could reproduce this.

Heiko/Xisco: thought you might be interested in this one considering this:
cui/uiconfig/ui/areatabpage.ui:75:                    <property name="AtkObject::accessible-description" translatable="yes" context="areatabpage|extended_tip|btncolor">Fills the object with a gradient selected on this page.</property>
cui/uiconfig/ui/areatabpage.ui:93:                    <property name="AtkObject::accessible-description" translatable="yes" context="areatabpage|extended_tip|btngradient">Fills the object with a gradient selected on this page.</property>
cui/uiconfig/ui/areatabpage.ui:111:                    <property name="AtkObject::accessible-description" translatable="yes" context="areatabpage|extended_tip|btnbitmap">Fills the object with a hatching pattern selected on this page.</property>
cui/uiconfig/ui/areatabpage.ui:129:                    <property name="AtkObject::accessible-description" translatable="yes" context="areatabpage|extended_tip|btnpattern">Fills the object with a hatching pattern selected on this page.</property>
cui/uiconfig/ui/areatabpage.ui:147:                    <property name="AtkObject::accessible-description" translatable="yes" context="areatabpage|extended_tip|btnhatch">Fills the object with a hatching pattern selected on this page.</property>
cui/uiconfig/ui/patterntabpage.ui:397:        <property name="AtkObject::accessible-description" translatable="yes" context="patterntabpage|extended_tip|PatternTabPage">Fills the object with a simple two color pattern selected on this page.</property>
Comment 4 Commit Notification 2021-01-18 07:23:42 UTC
Kiyotaka Nishibori committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/d710b7c8432d868f7c3f0bad30f2f13d4d504ec5

tdf#139691: fixed wrong extend-tips in areatabpage.ui.

It will be available in 7.2.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.