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
Created attachment 168945 [details] extended tips on Area tab page Attached the picture of the issue.
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.
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>
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.