GithubHelp home page GithubHelp logo

Dot (.) Issue about formatter.js HOT 5 CLOSED

Chaisser avatar Chaisser commented on June 13, 2024
Dot (.) Issue

from formatter.js.

Comments (5)

jaridmargolin avatar jaridmargolin commented on June 13, 2024

The period is being interpreted as a delete key

KeyPress

".": { "which": 46, "keyCode": 46 }
Firefox Only
"delete": { "which": 0, "keyCode": 46 }

KeyDown

"delete": { "which": 46, "keyCode": 46 }


I will have to update the isDelKey method to distinguish between keypress and keydown. It also appears that due to how Firefox handles specialkeys, I will need to distinguish between which and keyCode. Due to current availability, I may not be able to submit a patch until early next week (at the earliest). Thanks for your patience.

from formatter.js.

denisson avatar denisson commented on June 13, 2024

@jaridmargolin,
Any news about this issue?

Great lib. Thank you

from formatter.js.

jaridmargolin avatar jaridmargolin commented on June 13, 2024

@denisson: Unfortunately I have not had the necessary bandwidth to complete this task. I can do my best to set aside some time this weekend, but I cannot make any promises.

Feel free to submit a PR :)

from formatter.js.

denisson avatar denisson commented on June 13, 2024

I'll try to investigate it tomorrow.
Thanks for your attention.

from formatter.js.

jaridmargolin avatar jaridmargolin commented on June 13, 2024

Issue resolved in v0.1.3

from formatter.js.

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.