Bug 197570 - Whte spaces are not shown in rendering text plain under locales other than "C" locale.
Summary: Whte spaces are not shown in rendering text plain under locales other than "C...
Status: RESOLVED DUPLICATE of bug 197658
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Local Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-03 11:18 PDT by Takahide Nojima
Modified: 2019-05-09 07:52 PDT (History)
2 users (show)

See Also:


Attachments
Simple test program show this problem. (1.62 KB, text/plain)
2019-05-03 11:18 PDT, Takahide Nojima
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Takahide Nojima 2019-05-03 11:18:14 PDT
Created attachment 368955 [details]
Simple test program show this problem.

Dear Maintainer,

 I find Webkit2 with gtk3 doesn't show white spaces in rendering text plain document under locale except for "C" locale.

 I attached simple test program. If you invoke  "env LC_ALL=C ./webkit2-loadtest", white spaces are correctly shown.
However you invoke "env LANG=ja_JP.UTF-8 ./webkit2-loadtest", all the white spaces are disappeared.
 And also, you can see same problem in MiniBrowser which are specified "file:///<some plain text>".

 This problem causes to disappear all the white spaces in windows of other application using webkit2,ex. evolution.

 I hope someone  will fix this bug.

 Thank you in advance.
Comment 1 Takahide Nojima 2019-05-03 11:26:54 PDT
I found this problem in webkitgtk 2.24.1,gtk-3.24.5,linux-4.19.0(amd64),wayland 1.17.

thanks,
Comment 2 Takahide Nojima 2019-05-08 09:51:31 PDT
I found Bug 197658 was reported later, it said the same problem. Finally the patch was almost released.So that this bug report should be closed.

*** This bug has been marked as a duplicate of bug 197658 ***
Comment 3 Michael Catanzaro 2019-05-08 12:36:46 PDT
Please be sure to select the WebKitGTK component when reporting WebKitGTK bugs, otherwise we'll never notice your report!
Comment 4 Takahide Nojima 2019-05-09 07:52:33 PDT
Sorry for disturbing, at this moment ,I changed  WebKitGTK in Component Fileld.