Code Monkey home page Code Monkey logo

Comments (7)

ealush avatar ealush commented on May 24, 2024

Hey @bnenu, thanks for submitting this issue.
Please ignore everything I wrote below. Found the issue, pushing a fix - both 1.7.x and 2.0.x.

Here's the bug:

To support the diversities picker long-click functionality, I used onMouseDown, and remove the click handler, meaning nothing prevents its default.

This seems to be related to: #38
In 1.6.1 I added the ability to get the event from the Emoji Click.
Can you try calling event.preventDefault() in your onEMojiClick callback event?

from emoji-picker-react.

ealush avatar ealush commented on May 24, 2024

@bnenu

There you go:
https://github.com/ealush/emoji-picker-react/releases/tag/1.7.2
feel free to update to 1.7.2

npm install --save 1.7.2

Let me know if that works for you.

from emoji-picker-react.

ealush avatar ealush commented on May 24, 2024

Published 2.0.2 as well.

from emoji-picker-react.

bnenu avatar bnenu commented on May 24, 2024

Hi, 2.0.2 is working now as expected. Many thanks for the quick reply.

I do have one question, is there a special reason you used an 'a' tag with a href attribute for the emoji, as far as I can tell you could have used any element with a 'onclick' handler?

from emoji-picker-react.

ealush avatar ealush commented on May 24, 2024

@bnenu

Hi, 2.0.2 is working now as expected. Many thanks for the quick reply.
Hey, no problem. I'm glad that it worked.

I do have one question, is there a special reason you used an 'a' tag with a href attribute for the emoji, as far as I can tell you could have used any element with a 'onclick' handler?

Yes. It is more correct, semantically speaking, to use a clickable elements for clickable parts of your app - even though it could work without it. My mistake was using an anchor tag (<a/>) instead of the more semantically correct <button/> element which is more suitable for non-navigable clickable elements - and wouldn't have caused that bug in the first place.

In the next major (3) I am planning to change the markup and replace all anchors with buttons.

from emoji-picker-react.

bnenu avatar bnenu commented on May 24, 2024

Hey, many thanks for the clarification. As a sidenote, I am not sure if it really breaks anything but in the docs you are mentioning 'emoji-js' for rendering emojis and as far as I could tell they changed their API with latest release(3.x) so the example given might not work. I used another package

  • 'react-emojione'.

from emoji-picker-react.

ealush avatar ealush commented on May 24, 2024

Hm. I was not aware of this change. I'll look into their new API and if needed, modify the docs accordingly. Thanks!

from emoji-picker-react.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.