jmadler / emoji-picker

Add a slick emoji selector to input fields and textareas on your website.
Other
1.31k stars 318 forks source link

The skintone of the emoji is not respected #11

Open prashantpandey10 opened 8 years ago

prashantpandey10 commented 8 years ago

Hi, I was implementing this plugin in my project and I noticed that when I select ': point - right' or ':muscle' emoji (or any emoji containing hand i.e; punch ,finger etc) the skintone changes in my div..any fix for this.

PS: this is happening when you put data-emoji-input="unicode" not in case of img (which is obvious)

prashantpandey10 commented 8 years ago

Okay so I got that it is not the problem of this plugin . It is something chrome has an issue with rendering emoji when you use h1 tag, b tag or out <"style= font-weight : bold"> to the element where who you emoji-container-picker. One fix I got is you can wrap each emoji in with style= font-weight: normal css. I hope this helps