Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

Some computers don't have a font to display the "❯" (U+276F) character, etc. #48

Closed tangphillip closed 11 years ago

tangphillip commented 12 years ago

On a barebones Windows 7 / IE 9 computer, IE has some trouble rendering the calendar back and forth arrows:

pavlovt commented 12 years ago

I have the same problem in Chrome 19. I can see no arrows at all.

tangphillip commented 12 years ago

After some poking around, it's because the computer has no font to display the "❯" (U+276F) character. I don't think there's a way to detect that in JavaScript. Could there be a fallback?

pavlovt commented 12 years ago

With me it is not the case because the problem appears only in Chrome (I don't have IE9 - in IE8 it woks fine and in IE7 it is not working at all)