| Summary: | Usability: "Move or Copy Sheet"; the difference is subtle, but important | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | bug.spencor |
| Component: | Calc | Assignee: | Laurent Balland <jumbo4444> |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | andreas.heinisch, heiko.tietze, jumbo4444, mentoring |
| Priority: | low | Keywords: | difficultyMedium, easyHack, skillCpp, topicDesign |
| Version: | 6.4.6.2 release | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.documentfoundation.org/show_bug.cgi?id=56973 | ||
| Whiteboard: | target:7.4.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
bug.spencor
2021-01-07 10:02:53 UTC
I do not see the need for this, but I mark UX. Copying sounds like the safer spot here, the OP gave a good example.
Code pointer: sc/uiconfig/scalc/ui/movecopysheet.ui ("active" property of the radio button)
Ideally, we change the button label from Ok to Move or Copy respectively depending on the selection. This needs a click handler, and text in the resource file. Medium difficulty therefore, the sole "active" property is beginner level.
If anyone is interested in solving this issue, I may offer myself as a mentor. Laurent BP committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/170cdf5e335f8803b6d851a9d16020d277e73288 tdf#139464 Change label of OK button It will be available in 7.4.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. |