fanglingsu / vimb

Vimb - the vim like browser is a webkit based web browser that behaves like the vimperator plugin for the firefox and usage paradigms from the great editor vim. The goal of vimb is to build a completely keyboard-driven, efficient and pleasurable browsing-experience.
https://fanglingsu.github.io/vimb/
GNU General Public License v3.0
1.34k stars 99 forks source link

Chinese character are displayed incomplete #716

Closed debeetle closed 1 year ago

debeetle commented 2 years ago

version 3.6.0 os: archlinux 5.18.14-zen1-1-zen

Steps to reproducer

Open some website that contain chinese character, or make linux locale support chinese character

Expected behaviour

Display chinese character complete, and display latin character in centeral position of a line( seems like wrong autohint results from the chinese character is higher than the latin one)

Actual behaviour

Chinese character are displayed incomplete and latin character on the page move up and down when typing something. Untitled

Remarks

I use suckless surf browser as well and I notice that it also use webit2gtk thus same problems can be found on it. So I guess it might results from the poor support of chinese character. Anyway, thanks for reviewing.