jspreadsheet / ce

Jspreadsheet is a lightweight vanilla javascript plugin to create amazing web-based interactive tables and spreadsheets compatible with other spreadsheet software.
https://bossanova.uk/jspreadsheet/v4
MIT License
6.77k stars 828 forks source link

NumPad Decimal Point not working #1097

Closed cbeltrangomez84 closed 4 years ago

cbeltrangomez84 commented 4 years ago

My PC current locale is 'es-US' and I have a numeric column with mask = "#,##.000" and decimal = ".", when I'm editing the cell, If I press the decimal key in the NumPad nothing happend, but if I press the same key "." in the typewriter keys it works.

pphod commented 4 years ago

That has been fixed on the Jexcel Pro distribution (https://jexcel.net/v7) and we would bring to the Ce distribution on the next release.

cbeltrangomez84 commented 4 years ago

Thanks @paulhodel Is there an expected release date for it?

pphod commented 4 years ago

We still planning for that. If you subscribe the newsletter I can keep you informed. Meawhile, if you wish to test the Pro distribution for free and send you feedback would be great.

Regards,

pphod commented 4 years ago

This has been included on the CE v4.4.1+

Regards,

cbeltrangomez84 commented 4 years ago

Hi, I just updated jexcel and the issue persist :(

cbeltrangomez84 commented 4 years ago

Hi @paulhodel could you reopen this issue? regards

misol commented 3 years ago

I have suffered this issue, until now. (jSpreadsheet CE 4.6.0)

misol commented 3 years ago

@cbeltrangomez84 The issue was solved after updating jsuite to the updated files https://github.com/jsuites/jsuites .

cbeltrangomez84 commented 3 years ago

Thanks a lot @misol