Description: In Japanese input mode, Calc does not display the part of charactors that exceeds the width of the cell. Occurs with Windows and Microsoft IME. Once the input string is determined by Enter, all strings are displayed. Display is fine in the formula bar, only cells have display issues. Does not reproduce when the predictive conversion function of Microsoft IME is turned off Steps to Reproduce: 1.Start Calc 2.Turn on Japanese input mode with Microsoft IME 3.Typing a string that exceeds the width of the cell Actual Results: Do not display characters that exceed the width of the cell Expected Results: Display characters that exceed the width of the cell Reproducible: Always User Profile Reset: No Additional Info: Confirm the problem in the following environment: Version: 7.4.2.3 (x64) / LibreOffice Community Build ID: 382eef1f22670f7f4118c8c2dd222ec7ad009daf CPU threads: 2; OS: Windows 10.0 Build 17763; UI render: Skia/Raster; VCL: win Locale: ja-JP (ja_JP); UI: ja-JP Calc: threaded Not reproduced below: Version: 7.3.0.0.alpha0+ (x64) / LibreOffice Community Build ID: da13b76e07231131cb951868a314ee6f51c0f254 CPU threads: 2; OS: Windows 10.0 Build 17763; UI render: Skia/Raster; VCL: win Locale: ja-JP (ja_JP); UI: ja-JP Calc: threaded As reported on Ask, It did not reproduce in 7.1 and 7.2, but reproduced in 7.3 and 7.4. And not reproduced in Google Japanese Input. https://ask.libreoffice.org/t/calc/84036 Reproduce in : Version: 7.3.6.2 / LibreOffice Community Build ID: 30(Build:2) CPU threads: 4; OS: Linux 5.15; UI render: default; VCL: gtk3 Locale: ja-JP (ja_JP.UTF-8); UI: ja-JP Ubuntu package version: 1:7.3.6-0ubuntu0.22.04.2 Calc: threaded
Created attachment 183884 [details] Screenshot of display issue while typing
Created attachment 183885 [details] discription screenshot
It confirmed on Windows10 + MSIME + LibreOffice7.4.3.
still in Version: 25.2.0.3 (X86_64) / LibreOffice Community Build ID: e1cf4a87eb02d755bce1a01209907ea5ddc8f069 CPU threads: 12; OS: Windows 11 X86_64 (10.0 build 26100); UI render: Skia/Raster; VCL: win Locale: ja-JP (ja_JP); UI: ja-JP Calc: CL threaded bisected with windows64-7.3 commit 4bb59cd1f45133994d3d13642367470f528094f4 author Bayram Çiçek <mail@bayramcicek.com.tr> tdf#91519: prevent jump to top of the comment view In Writer, there are 3 issues about comment section: - comment section scrolls to top of its view when clicking inside a comment view. - clicking inside a comment view, scrolls the view to old cursor location automatically (if old cursor out of the visible area) - comment section scrolls automatically to the old *selected* text (if it's out of visible area) when clicking inside the Writer canvas view this commit is intended to solve these issues