psergus / ngWYSIWYG

true angular WYSIWYG
MIT License
63 stars 42 forks source link

Images do not show in Firefox #7

Closed msohaib47 closed 9 years ago

msohaib47 commented 9 years ago

Toolbar images do not render in firefox. All toolbar buttons show the first image (<>). Works in chrome.

Is there any easy fix to this?

msohaib47 commented 9 years ago

One solution I found (but its not complete) is to replace following in tpl file

background-position-y: -XXXpx;

with

background-position: 0px -XXXpx;

This results in icons to show, but does not change icon on hover.

innerpeace0 commented 9 years ago

I noticed this, too.

psergus commented 9 years ago

thx for noticing this guys. I will work on it to fix. :+1:

phanhongphucit commented 9 years ago

I have this too

psergus commented 9 years ago

released the fix guys. thx for noticing this.