Bug 219156

Summary: REGRESSION(r267995): [GTK][WPE] media controls and form fields icons are no longer rendered
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: aperez, bugs-noreply, calvaris, darin, eric.carlson, esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, jer.noble, macpherson, menard, philipj, rbuis, rniwa, sergio
Priority: P2 Keywords: Gtk
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=68089
Attachments:
Description Flags
Patch aperez: review+

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
😲