Bug 168076 - [26.2 CJK vertical] In the vertical writing mode, the 3-point reader turns sideways and moves to the top to overwrite
Summary: [26.2 CJK vertical] In the vertical writing mode, the 3-point reader turns si...
Status: NEW
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
26.2.0.0 alpha0+ master
Hardware: All Windows (All)
: medium normal
Assignee: Not Assigned
URL:
Whiteboard:
Keywords: bibisected, bisected, regression
Depends on:
Blocks: Skia
  Show dependency treegraph
 
Reported: 2025-08-23 12:42 UTC by nobu
Modified: 2025-08-26 10:28 UTC (History)
1 user (show)

See Also:
Crash report or crash signature:


Attachments
sample png (20.44 KB, image/png)
2025-08-23 13:00 UTC, nobu
Details
sample Writer file (22.83 KB, application/vnd.oasis.opendocument.text)
2025-08-23 13:02 UTC, nobu
Details
sample png (29.70 KB, image/png)
2025-08-23 13:41 UTC, nobu
Details
sample Witer file (29.11 KB, application/vnd.oasis.opendocument.text)
2025-08-23 13:41 UTC, nobu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nobu 2025-08-23 12:42:39 UTC
Description:
In the vertical writing mode, the 3-point reader turns sideways and moves to the top to overwrite.

Steps to Reproduce:
1. Open new Writer.
2. Chage Text direction to Right-to-left (vertical).
3. Insert text "3点…"
   or
   Paste "3点…"

Actual Results:
4. "…" turns horizontal and moves to the top, overlapping "3".

Expected Results:
4. The entries are displayed vertically in the order you enter them.


Reproducible: Always


User Profile Reset: No

Additional Info:

Not reproduced with
[2025-06-27]
Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 04bd455e36b054001e08a0a3256d508a009ffef3
CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Raster; VCL: win
Locale: ja-JP (ja_JP); UI: ja-JP
Calc: CL threaded

Reproducible with
[2025_07_23]
Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 7f4868348c14b305fcd75744e1e3544d0d3a5d61
CPU threads: 4; OS: Windows 10 X86_64 (build 19045); UI render: Skia/Raster; VCL: win
Locale: ja-JP (ja_JP); UI: ja-JP
Calc: CL threaded

Not reproduced with
[2025_08_23]
Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 764799befcb927f68f78e904213e3db7195554cb
CPU threads: 2; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: ja-JP (ja_JP.UTF-8); UI: ja-JP
Calc: threaded
Comment 1 nobu 2025-08-23 13:00:29 UTC
Created attachment 202468 [details]
sample png
Comment 2 nobu 2025-08-23 13:02:51 UTC
Created attachment 202469 [details]
sample Writer file

Try open with latest 26.2 version.
Comment 3 nobu 2025-08-23 13:41:20 UTC
Created attachment 202470 [details]
sample png

Sample of 3-point reader placed sparsely.
Comment 4 nobu 2025-08-23 13:41:59 UTC
Created attachment 202471 [details]
sample Witer file
Comment 5 Saburo 2025-08-24 07:53:01 UTC
confirmed
win64-26.2(b83dc4af23e163fb785f57038c6c3f3adefd5088)
Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community
Build ID: 23a1559e5a75a73671245f76a3a52d3619c9ef39
CPU threads: 12; OS: Windows 11 X86_64 (build 26100); UI render: Skia/Raster; VCL: win
Locale: ja-JP (ja_JP); UI: en-US
Calc: CL threaded

bibisected
first bad commit ce1c352327ca52459c45c194051a777701051f72
      source 027c65e72e49c1c5dae9d6b5f8151cd2d27442a7

commit 027c65e72e49c1c5dae9d6b5f8151cd2d27442a7
author	Xisco Fauli <xiscofauli@libreoffice.org>	Wed Jul 02 14:31:20 2025 +0200

skia: upgrade to m139

File created following the steps in external/skia/README

Change-Id: I562687354075ab7d19afbe108bfd575db034b7c7
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187288
Comment 6 Xisco Faulí 2025-08-26 10:28:56 UTC
I upgrade skia m139 to a more recent commit in

commit 035c55e954c227fb7bf689e558b7fff07a061f04	[log]
author	Xisco Fauli <xiscofauli@libreoffice.org>	Mon Aug 25 16:57:11 2025 +0200
committer	Xisco Fauli <xiscofauli@libreoffice.org>	Tue Aug 26 11:11:06 2025 +0200
tree 5e4152c065369a93a8be8747c8e5f287fc594342
parent ba462658d955b6d7909f9ffbdfd341f18aff2028 [diff]

skia: upgrade m139 to the latest commit

but it didn't fix the issue