rapila / cms-base

The rapila cms’ internals. Please file all issues here if they’re not directly related to a plugin or the sample site.
http://www.rapi.la
3 stars 1 forks source link

Safari/Chrome browser issues #183

Closed juergmessmer closed 9 years ago

juergmessmer commented 9 years ago

In Chrome: • Document list view toggle icon in infobar is not displayed. • Rapila Icons in admin-menu aren't displayed in Chrome • Rapila icons in dashboard layout select are not displayed

In Safari: The order of the elements layout and add widget are reversed in webkit browsers

juergmessmer commented 9 years ago

In Safari browser, everything works by now.

juergmessmer commented 9 years ago

Should we include some other font format then .woff? http://stackoverflow.com/questions/14327669/custom-font-not-appearing-correctly-on-chrome

sabberworm commented 9 years ago

On 15.08.2014, at 10:52, Jürg Messmer notifications@github.com wrote:

Should we include some other font format then .woff? http://stackoverflow.com/questions/14327669/custom-font-not-appearing-correctly-on-chrome

— Reply to this email directly or view it on GitHub.

No, WOFF is the only universally-supported format. Early versions of MobileSafari were limited to SVG but that’s no longer the case.

http://caniuse.com/woff

juergmessmer commented 9 years ago

But why don't the Rapila Icons display in Chrome?

sabberworm commented 9 years ago

Ligatures are not supported in chrome.

https://code.google.com/p/chromium/issues/detail?id=22240

I suggest a JavaScript workaround. On 15.08.2014, at 16:14, Jürg Messmer notifications@github.com wrote:

But why don't the Rapila Icons display correctly on Chrome?

— Reply to this email directly or view it on GitHub.

juergmessmer commented 9 years ago

Thanks, looks great!