wignu luceos wignu :1 press escape ? That does work luceos, but it closes down the reply or new discussion post, have to start it back again.
0E800 Using Chrome or Firefox on cell phone; With and without Desktop mode; Unable to reproduce issue. Reply to thread, Click on Emogi picker, Emogi picker opens. Select Emogi or don't select emoji, Click on emoji picker, Emogi picker closes.
clarkwinkelmann wignu 0E800 I see issues solving themselves in my absence, nice ? Part of the problem is it's a jQuery plugin, not a Mithril one. It's harder to plug into things like popup or keyboard management without risking to break the whole Flarum install ? I added it as issue #8
wignu Thanks @0E800 figured it out, have to click on the emoji icon to activate/deactivate it as per your test ... see told ya I more than likely missed something. Having said that I think it would possibly be desirable to have it close if you click outside of the selection box, but that's no biggie and up to the author ?
AndersEngboChristiansen I noticed a smaller issue. "Recent" is hiding behind the Diversity picker. I fixed it by making the picker a bit wider. But Thank you for a great Plugin
clarkwinkelmann AndersEngboChristiansen didn't notice that before ? that would be an issue with the jQuery plugin I embed (emojiOneArea) It depends on the width of the scroll bar. Browsers where the scrollbar does not use any space (like in my screenshot in the first post) do not have any issue. Any width of scrollback cause that issue ? Glad you figured out a way to fix that. I don't think it's worth an update at this time. I'm now tracking it here clarkwinkelmann/flarum-ext-emojionearea9
JRay AndersEngboChristiansen I believe the titles are supposed to be text-align left but some Flarum styles are centering them. Instead of making the window wider, just add this to your custom styles to fix: .emojionearea-category h1 { text-align: left; }
clarkwinkelmann AndersEngboChristiansen JRay you're right guys, the text should not be centered, it's a css inheritance issue ? (because the flarum buttons use centered text) I added this note to clarkwinkelmann/flarum-ext-emojionearea9 . I'll fix it when I'll have some free time.
duman UMM... Is this normal???? (emoji box size is 36x964.31) I'm using Flarum beta6, and only this extension is broken. ? + Developer console says: Uncaught TypeError: Cannot read property 'content' of null at forum-e6ede026.js:688 (it may be or not related with the issue.) This time I have no idea about fixing it. @_@
clarkwinkelmann duman lol never seen that happen. The popup is created through jQuery so it should not be impacted by a Mithril bug... But it could be a CSS inheritance problem due to a Mithril issue ? Is there an online install of yours where I can see that by myself ? Or can you find a way to replicate it ?
duman clarkwinkelmann umm... I'll start using flarum on production. creating the website. It works anytime. Use browser Opera 64-bit at latest edition. Start a discussion. Look at the box. That's the [address]. <- good luck if you need anything tell me IT WORKS NOW. WOW. WHAT! ???
clarkwinkelmann Released version 0.1.2 of the Emoji Picker ! Nothing extraordinary, I just addressed some annoying issues: Added icon (didn't realize there was none until now) Close picker when clicking outside of it clarkwinkelmann/flarum-ext-emojionearea8 Fixed text align clarkwinkelmann/flarum-ext-emojionearea9
jammerxd For some reason I can't seem to get it to work. I get errors saying that it couldn't load the full discussion view or something and then as soon as I uncheck the extension, it works. The storage/logs/flarum.clog is clear.
clarkwinkelmann jammerxd must be the cache. If this happens again try php flarum cache:clear, clear Cloudflare cache and refresh your browser with CTRL+F5 ?
jammerxd Not sure what I did, but I removed and reinstalled the extension via composer and it worked....very strange....
jammerxd I have disabled cloudflare and use it for dns only and it is still not loading. I did run the php flarum cache:clear and now I can't reach the site. It's hosted on https://forums.menzelstudios.com UPDATE: Looks like it just worked. Dang, 30 minutes for a cache to rebuild! WOW! Can we find a way to speed that up a little bit?
clarkwinkelmann jammerxd it might actually be 30min for your local cache to expire ? Try with another browser or in private browsing to be sure if it's the server of just your browser. Anyway, this is not related to this extension in particular ?