| Summary: | Pop-up menu in Find/Replace text boxes lists "Insert Emoji" instead of "Special Character" | ||
|---|---|---|---|
| Product: | LibreOffice | Reporter: | [REDACTED] <noreply+28110> |
| Component: | UI | Assignee: | Caolán McNamara <caolan.mcnamara> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | caolan.mcnamara, noreply+28110, raal, vsfoote |
| Priority: | medium | Keywords: | bibisected, bisected, regression |
| Version: | 7.5.5.2 release | ||
| Hardware: | All | ||
| OS: | Linux (All) | ||
| Whiteboard: | target:24.2.0 | ||
| Crash report or crash signature: | Regression By: | Caolán McNamara | |
| Bug Depends on: | |||
| Bug Blocks: | 103182 | ||
| Attachments: | Shows faulty element in user interface | ||
|
Description
[REDACTED]
2023-08-12 19:26:36 UTC
Can not confirm on Windows build of recent master against 24.2 The string is "Special Character..." as laid down in .UI source in 2017 at https://opengrok.libreoffice.org/xref/core/vcl/uiconfig/ui/editmenu.ui?r=3b3c181e&mo=2939&fi=72#72 Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 2b0b4ddc8bd8fdd4cd689300620fe4621d7533b7 CPU threads: 8; OS: Windows 10.0 Build 19045; UI render: Skia/Vulkan; VCL: win Locale: en-US (en_US); UI: en-US Calc: threaded it's OK in Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 4403b4e6bac19d89afded080d80de049aaa294ca CPU threads: 4; OS: Linux 5.19; UI render: default; VCL: x11 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded repro in Version: 24.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 4403b4e6bac19d89afded080d80de049aaa294ca CPU threads: 4; OS: Linux 5.19; UI render: default; VCL: gtk3 Locale: cs-CZ (cs_CZ.UTF-8); UI: en-US Calc: threaded This seems to have begun at the below commit in bibisect repository/OS bibisect-linux-64-6.3$. Adding Cc: to Caolán McNamara ; Could you possibly take a look at this one? Thanks dc4d983b636de530f77708ce4d16a1977ebb081d is the first bad commit commit dc4d983b636de530f77708ce4d16a1977ebb081d Author: Jenkins Build User <tdf@pollux.tdf> Date: Sun Mar 24 18:38:27 2019 +0100 source f920e86fbf3968104e1dfc0e9934e80652ed0837 69569: weld SvxSearchDialog | https://gerrit.libreoffice.org/c/core/+/69569 It is a genuine gtk GtkEntry and has the same native GtkEntry menus that all GtkEntry widgets do. The LibreOffice internal "insert, special characters" is currently available from ctrl+shift+s pressed with a GtkEntry. I don't really consider it a bug, but on the other hand https://docs.gtk.org/gtk3/signal.Entry.populate-popup.html exists so it might be possible to implement. Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/930cb8440697d80df0a399d765dc85966732ddce Resolves: tdf#156751 add "Special Character..." to GtkEntry context menus It will be available in 24.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. That was fast! Thank you. |