Bug 219156 - REGRESSION(r267995): [GTK][WPE] media controls and form fields icons are no longer rendered
Summary: REGRESSION(r267995): [GTK][WPE] media controls and form fields icons are no l...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2020-11-19 05:47 PST by Carlos Garcia Campos
Modified: 2020-11-19 07:25 PST (History)
16 users (show)

See Also:


Attachments
Patch (23.99 KB, patch)
2020-11-19 05:49 PST, Carlos Garcia Campos
aperez: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2020-11-19 05:47:29 PST
Since r267995 we are now handling fragments in data URLs, which means we can't use '#' in the svg contents, we need to use %23 instead.
Comment 1 Carlos Garcia Campos 2020-11-19 05:49:37 PST
Created attachment 414570 [details]
Patch
Comment 2 Adrian Perez 2020-11-19 05:56:53 PST
Comment on attachment 414570 [details]
Patch

Wow, amusing bug :-)
Comment 3 Carlos Garcia Campos 2020-11-19 06:08:01 PST
Committed r270024: <https://trac.webkit.org/changeset/270024>
Comment 4 Xabier Rodríguez Calvar 2020-11-19 07:25:35 PST
😲