Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

background-position bug

  • 2 답장
  • 1 이 문제를 만남
  • 10 보기
  • 최종 답변자: e.sternin

more options

firefox removes css attribute background-position:" so there are no coordinates for my smile library

this problem occurs only in latest windows version

https://github.com/lsharir/angular2-emoji-picker/blob/master/src/components/emoji-button.component.ts#L20

firefox removes css attribute ''background-position:" so there are no coordinates for my smile library this problem occurs only in latest windows version https://github.com/lsharir/angular2-emoji-picker/blob/master/src/components/emoji-button.component.ts#L20

모든 댓글 (2)

more options

Could you provide a working example of this bug? Here everything is working as expected.

more options

https://lsharir.github.io/angular2-emoji-picker/

it works everywhere, except latest mozila i think its problem with background-position-x and background-position-y (you can see the code here https://github.com/lsharir/angular2-emoji-picker/blob/master/src/components/emoji-button.component.ts#L20)

here i addded background-position myself and there is my smile