| Summary: | Double click in special character dialog inserts a character into the document, even when the dialog is only opened to select a single character | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | Tamás Zolnai <zolnaitamas2000> |
| Component: | Impress | Assignee: | kurtaazz |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | mentoring |
| Priority: | medium | Keywords: | difficultyBeginner, easyHack, skillCpp, topicUI |
| Version: | 6.1.0.0.alpha0+ | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | target:6.1.0 | ||
| Crash report or crash signature: | Regression By: | ||
|
Description
Tamás Zolnai
2017-11-28 18:55:02 UTC
Let's turn this into a easy hack. The code is here: cui/source/dialogs/cuicharmap.cxx sfx2/source/control/charwin.cxx Check InsertCharToDoc() method in both file, this is a good debug point to see how this insertion works. Mark Vecsernyes committed a patch related to this issue. It has been pushed to "master": http://cgit.freedesktop.org/libreoffice/core/commit/?id=37c719d92b8645aef68925c2dab669a4d1d83e85 tdf#114122 - Double click in special character dialog inserts a character It will be available in 6.1.0. The patch should be included in the daily builds available at http://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: http://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback. |