Bug 256139 - [GTK][Win] text not rendering for https://fyrox-book.github.io/
Summary: [GTK][Win] text not rendering for https://fyrox-book.github.io/
Status: RESOLVED DUPLICATE of bug 228920
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: WebKit Nightly Build
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-29 17:50 PDT by arthureroberer
Modified: 2023-05-10 13:01 PDT (History)
2 users (show)

See Also:


Attachments
test case (184 bytes, text/html)
2023-04-30 13:38 PDT, Fujii Hironori
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description arthureroberer 2023-04-29 17:50:54 PDT
https://fyrox-book.github.io/
the text doesn't render
Comment 1 arthureroberer 2023-04-29 17:52:26 PDT
tested with two webkit browsers: gnome web, and nyxt
Comment 2 Fujii Hironori 2023-04-29 18:54:02 PDT
Safari doesn't reproduce this problem. Windows port reproduces.
Comment 3 Fujii Hironori 2023-04-29 19:02:04 PDT
Disabling the following rule by using Web Inspector works around the issue.

https://fyrox-book.github.io/css/chrome.css

#body-container {
    overflow-x: clip;
}
Comment 4 Fujii Hironori 2023-04-30 13:38:50 PDT
Created attachment 466151 [details]
test case
Comment 5 Fujii Hironori 2023-04-30 13:39:30 PDT
Same with: Bug 248693 – [GTK][Win] overflow-x: clip on html and body causes content to be invisible unless zoomed in
Comment 6 Fujii Hironori 2023-05-10 13:01:18 PDT
I'm goint to fix this bug in bug#228920.

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