WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
270564
[Gtk/FreeBSD] Ligatures like 'fi' wrongly applied in <pre> and <tt> tags
https://bugs.webkit.org/show_bug.cgi?id=270564
Summary
[Gtk/FreeBSD] Ligatures like 'fi' wrongly applied in <pre> and <tt> tags
vermaden
Reported
2024-03-06 00:32:46 PST
The WebKit web browser engine seems to have funny problem with properly displaying 'efi' word in <pre> and <tt> HTML tags. Its just NEVER displayed in 'monospaced' or 'fixed-width' font. Images:
https://mastodon.bsd.cafe/@vermaden/112047389165601493
Its on FreeBSD. % uname -prism FreeBSD 14.0-RELEASE-p5 amd64 amd64 GENERIC % pkg info | grep -i '^webkit' webkit2-gtk3-2.34.6_10 Opensource browser engine using the GTK 3 toolkit How to fix that 'fi' or 'efi' strange rendering. Thanks, vermaden
Attachments
Add attachment
proposed patch, testcase, etc.
Ahmad Saleem
Comment 1
2024-03-06 02:34:40 PST
Can you try with WebKitGTK newer builds and also share minimal reporduction? 2.34.6 <- this is from 2022. (
https://webkitgtk.org/releases/
)
vermaden
Comment 2
2024-03-06 03:09:07 PST
Would like to but the FreeBSD port is currently at version I submitted the bug here. In the mean time I submitted a BUG report on FreeBSD to update the port to some more up-to-date version. Details:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=277526
Regards, vermaden
vermaden
Comment 3
2024-03-06 07:54:54 PST
I overcome that with this in CSS for the time being: pre, code, tt { font-variant-ligatures: no-common-ligatures; } Regards, vermaden
vermaden
Comment 4
2024-03-06 13:15:44 PST
Seems there is more serious attempt/work on the more recent WebKit version then my simple BUG report. Details:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275914
Regards, vermaden
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug