I have this bug open for a while, after updating Komodo my Font Awesome pane always fails to generate/display the icons. Do you guys maybe have an idea how to fix this issue?
The structure how the buttons with icons are build:
<button onclick="FontAwesome_insert('fa-trash-o');" tooltiptext="fa fa-trash-o" id="fa-trash-o">
<html:span class="fa fa-trash-o"></html:span>
</button>
The icons are loaded through css, the font awesome css file is included at top ( the second file, the first is for the panel it self )