evrenvarol / outlook-taskboard

Kanban Board for Microsoft Outlook Tasks
MIT License
203 stars 76 forks source link

glyph icons #23

Open sDC2 opened 7 years ago

sDC2 commented 7 years ago

Any idea why the glyphicons do not display in outlook? opening the page in an internet browser works fine

BillyMcSkintos commented 7 years ago

I have the same problem which also reduces the functionality of the taskboard. Would love to figure this out...

ghost commented 7 years ago

I have been investigating this issue, and I am really really puzzled. It turns out that editing the html file causes the icon to disappear, even if you rollback your changes and having no differences between the edited file and the original one (and I proved they are equal by doing a binary comparison). The only thing that appears to work is editing it online on Github and download it again. That way of working will keep the icons being displayed. This is the weirdest issue I have ever seen....

Update: it is insane.... even when I only add a comment or a space in the kanban.html file, Outlook just stops showing the icons, while it is displayed properly when you test it in IE or Chrome....

vaz399 commented 7 years ago

@janvv I am also puzzled over this problem. I replaced the <link rel="stylesheet" href="css/bootstrap.min.css"> for <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> in kanban.html And now in outloook the icons are displayed correctly. But if you refresh via F5, the problem remains. If you refresh via the right mouse button -all good.