material icons with underscore does not show

Bug #1576231 reported by Carsten Skjerk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Midori Web Browser
New
Undecided
Unassigned

Bug Description

When using material icons (from http://google.github.io/material-design-icons/) Midori does not show icons whose name has an underscore in it.

This works fine:
<i class="material-icons">add</i>

This does not work:
<i class="material-icons">attach_file</i>

The same code works in chrome, firefox, safari etc.

Full example code below the version info.

Tested in Midori under Ubuntu 15.10 64bit:

about:version output:

Command line midori
Midori 0.5.11 ((null)) Midori
GTK+ 2.24.28 (2.24.28) Glib 2.45.6 (2.46.2)
WebKitGTK+ 2.4.9 (2.4.10) libSoup 2.50.0
cairo 1.14.2 (1.14.2) libnotify No
gcr 3.16.0 granite No
Platform X11; Linux x86_64
Identification Mozilla/5.0 (X11; Linux) AppleWebKit/538.15 (KHTML, like Gecko) Chrome/18.0.1025.133 Safari/538.15 Midori/0.5
Video Formats H264 [x] Ogg Theora [x] WebM [x]

Netscape Plugins:

iTunes Application Detector This plug-in detects the presence of iTunes when opening iTunes Store URLs in a web page with Firefox.
IcedTea-Web Plugin (using IcedTea-Web 1.5.3 (1.5.3-0ubuntu0.15.10.1)) The IcedTea-Web Plugin executes Java applets.
Shockwave Flash Shockwave Flash 11.2 r202

Complete example:

<!DOCTYPE html>
<html lang="en">
    <head>
        <!--Import Google Icon Font-->
        <link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
        <title>Material Icon test</title>
    </head>
    <body>
        <i class="material-icons">attach_file</i> Paper clip<br>
        <i class="material-icons">add</i> Plus sign<br>
    </body>
</html>

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.