Description: I can not input accented characters like á, é and so on (vowels) in the input line input in calc (after the = icon). But I can input accented characters in the cells. Maybe this is related with Steps to Reproduce: 1. Focus on line input. 2. Write accented vowels. Actual Results: The vowel are printed without the accent. Editing directly on a cell works. If I write 'Atualização' in the A1, for example, I get: 'Atualização' as expected. Expected Results: The vowels should be ok. Reproducible: Always User Profile Reset: Yes OpenGL enabled: Yes Additional Info: Related with https://bugs.documentfoundation.org/show_bug.cgi?id=131620
No issue here with win10 Version: 7.1.2.0.0+ (x64) / LibreOffice Community Build ID: fed3ed5828eda88f82d97e95b34dfdd1ca0c9dec CPU threads: 4; OS: Windows 10.0 Build 21296; UI render: Skia/Vulkan; VCL: win Locale: es-ES (es_ES); UI: en-US Calc: threaded
Thank you for reporting the bug. To be certain the reported issue is not related to corruption in the user profile, could you please reset your Libreoffice profile ( https://wiki.documentfoundation.org/UserProfile ) and re-test? I have set the bug's status to 'NEEDINFO'. Please change it back to 'UNCONFIRMED' if the issue is still present
Dear Jorge Gustavo Rocha, This bug has been in NEEDINFO status with no change for at least 6 months. Please provide the requested information as soon as possible and mark the bug as UNCONFIRMED. Due to regular bug tracker maintenance, if the bug is still in NEEDINFO status with no change in 30 days the QA team will close the bug as INSUFFICIENTDATA due to lack of needed information. For more information about our NEEDINFO policy please read the wiki located here: https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/NEEDINFO If you have already provided the requested information, please mark the bug as UNCONFIRMED so that the QA team knows that the bug is ready to be confirmed. Thank you for helping us make LibreOffice even better for everyone! Warm Regards, QA Team MassPing-NeedInfo-Ping
This bug happens with a new profile.
I could not reproduce either using compose key and accented characters on Fedora nor Debian, both GNOME. Works fine. But three users in https://ask.libreoffice.org/t/and-im-not-able-to-type-accents-inside-the-formula-line-input-line-of-calc/69692 report the same under certain OS constellations: Libreoffice Version: 7.2.2.2 on Linux Mint 20.2 x64 cinnamon X11. Ubuntu Mate 21.10 Version: 7.2.2.2 / LibreOffice Community Build ID: 20(Build:2) CPU threads: 4; OS: Linux 5.13; UI render: default; VCL: gtk3 Locale: es-ES (es_ES.UTF-8); UI: en-US Ubuntu package version: 1:7.2.2-0ubuntu0.21.10.1 Calc: threaded Version: 7.2.3.2 / LibreOffice Community Build ID: 20(Build:2) CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: pt-BR (pt_BR.UTF-8); UI: pt-BR Ubuntu package version: 1:7.2.3~rc2-0ubuntu0.20.04.1~lo1 Maybe related to Ubuntu? (which Mint also is even with Cinnamon). Which also https://bugs.documentfoundation.org/show_bug.cgi?id=131620#c11 speaks of.
The same problem also occurs with the single quote symbol next to the '1 key'. in the cell is typed normally. in the 'Input line' the same single-quote key is typed as a backstroke symbol Linux Mint 20.2 x64 Cinnamon X11 Version: 7.2.3.2 / LibreOffice Community Build ID: 20(Build:2) CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3 Locale: pt-BR (pt_BR.UTF-8); UI: pt-BR Ubuntu package version: 1:7.2.3~rc2-0ubuntu0.20.04.1~lo1 Calc: threaded
It is not a specific calc or libreoffice issue. A correct environment is necessary to have the input working in libreoffice. My environment was: XMODIFIERS=@im=ibus GTK_IM_MODULE= QT_IM_MODULE=ibus Updating my environment to: XMODIFIERS=@im=ibus GTK_IM_MODULE=ibus QT_IM_MODULE=ibus makes libreoffice happy. Now I can insert accented characters everywhere without issues. GTK_IM_MODULE=ibus is required.