KenTSA wrote: ↑Tue Jan 10, 2017 9:40 pm
When emoji picker is active, bb codes from mchat doesn't work....can you solved it? And can you put emoji picker in mchat?
I will test it and add support later, sure
strelok-by wrote: ↑Tue Jan 10, 2017 9:10 pm
no, set 0.2.2 . Cache cleaning
Give me the style name, strelok-by, I will check it.
nextgen wrote: ↑Wed Jan 11, 2017 4:12 am
Great extension nedka, but dont's works for me phpBB in 3.2.0...
Hi nextgen, what is your style? I will check its posting template. Maybe the jQuery selector not match as prosilver:
Code: Select all
$('div#message-box > textarea, textarea[data-emojipicker="true"]')
Although "php array to string conversion" notices come from a bug since phpBB 3.2.0-RC2, but this ext still works.
potku wrote: ↑Wed Jan 11, 2017 11:21 am
Unfortunately, it is more than that. Here's a screencap of my post a few moments ago that I couldn't send.
I've fixed these height issues, potku. Thanks for your reports.
Mathieu M. wrote: ↑Wed Jan 11, 2017 9:36 am
There's also a bug with the cursor which is not where it should be in textarea, when you have not wrote someting yet :
Ha ha, Mathieu, I forgot about this funny bug on Firefox, it has reported since
2013. Anyway, I added a trick to resolve it. Test the new version, and let me know the result. I've tested it on FireFox 50.1.
v0.1.3 / v0.2.3 released with fixed issues:
- Incorrect cursor position on BBCode buttons or appear beside the Emoji icon (Only FireFox).
- Set min-height on the quick reply form.
- Breaks long words.