NEW 183563
[GTK] Special characters in URI disable CSS
https://bugs.webkit.org/show_bug.cgi?id=183563
Summary [GTK] Special characters in URI disable CSS
Martino Ferrari
Reported 2018-03-12 04:46:36 PDT
Created attachment 335590 [details] Screenshot showing firefox and gnome epiphany rendering same local file Hi, When rendering a local file from a path containing accents the CSS all absolute and relative links are disabled. The issue is shown in the screenshot attached where the same html file is rendered from the same location in both firefox and epiphany (aka Gnome Web). I also had the same problem while using the Webkit2Gtk library in Marker project as reported here: https://github.com/fabiocolacio/Marker/issues/136 In this latter case the html page is loaded as following: uri = g_filename_to_uri (g_locale_from_utf8(base_uri, strlen(base_uri), NULL, NULL, NULL), NULL, NULL); webkit_web_view_load_bytes(webview, html, "text/html", "UTF-8", uri); Best regards, Martino
Attachments
Screenshot showing firefox and gnome epiphany rendering same local file (36.41 KB, image/png)
2018-03-12 04:46 PDT, Martino Ferrari
no flags
Carlos Garcia Campos
Comment 1 2019-04-02 04:36:04 PDT
Could you provide a full test case I can try to reproduce this? I haven't been able to reproduce it so far.
Note You need to log in before you can comment on or make changes to this bug.