Bug 347474 - bottom of lines with Chinese characters are not displayed correctly.
Summary: bottom of lines with Chinese characters are not displayed correctly.
Status: RESOLVED DUPLICATE of bug 335079
Alias: None
Product: kate
Classification: Applications
Component: encoding (show other bugs)
Version: 5.0.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL: http://i.imgur.com/5qj638O.png
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-09 16:18 UTC by Emil
Modified: 2016-03-24 16:18 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Emil 2015-05-09 16:18:50 UTC
See the screenshot. You can see that the letters and the characters on the first line are not displayed correctly, there's a small part of the bottom half missing.

Reproducible: Always

Steps to Reproduce:
1. write/copy some Chinese/Japanese/(...?) characters in Kate.

Actual Results:  
The bottom of all the characters on the line is not displayed.

Expected Results:  
Characters should be displayed correctly.
Comment 1 Louis Moureaux 2015-05-23 23:40:12 UTC
I got the same behaviour with some invisible character pasted from an email.
Comment 2 Emil 2016-03-17 13:10:49 UTC
The problem also seems to only occur with monospaced fonts.
Comment 3 Dominik Haumann 2016-03-24 16:18:44 UTC
Known issue: since the painting is line-based fonts whose characters exceed the lower or upper bound of their own line height draw in the area of neighboring lines. When neighboring lines are drawn, these parts are lost. Mostly a problem in the fonts, but then again, would be nice, if Kate could handle it correctly.

*** This bug has been marked as a duplicate of bug 335079 ***