Bug 152293 - Does not display some characters when inputting Japanese
Summary: Does not display some characters when inputting Japanese
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
7.3.0.3 release
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks: CJK-Japanese
  Show dependency treegraph
 
Reported: 2022-11-29 12:21 UTC by Shinji Enoki
Modified: 2025-02-22 09:10 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments
Screenshot of display issue while typing (68.85 KB, image/png)
2022-11-29 12:23 UTC, Shinji Enoki
Details
discription screenshot (74.69 KB, image/png)
2022-11-29 12:33 UTC, Shinji Enoki
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Shinji Enoki 2022-11-29 12:21:36 UTC
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
Comment 1 Shinji Enoki 2022-11-29 12:23:22 UTC
Created attachment 183884 [details]
Screenshot of display issue while typing
Comment 2 Shinji Enoki 2022-11-29 12:33:56 UTC
Created attachment 183885 [details]
discription screenshot
Comment 3 jun meguro 2022-11-29 12:39:58 UTC
It confirmed on Windows10 + MSIME + LibreOffice7.4.3.
Comment 4 Saburo 2025-02-22 08:58:18 UTC
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