jQWidgets Forums
jQuery UI Widgets › Forums › Editors › NumberInput › Problems with pasting
Tagged: editors, Number Input
This topic contains 6 replies, has 2 voices, and was last updated by Peter Stoev 6 years, 4 months ago.
-
AuthorProblems with pasting Posts
-
Hello,
we have two problems with pasting(STRG+V) numbers.
1:
Pasting(STRG+V) numbers from a file like excel into the numberinputs doesn’t work.
Pasting into normal inputs works correct.
It will work in IE, but not in firefox and chrome which are used from most of our customers.
http://jsfiddle.net/85f0zqsw/ <– Try to paste a number from a windows-editor.2:
The localization setting doesn’t work when values will be copied from one numberinput and pasted to another numberinput.
Our localization setting is the following:
decimalseparator = “,” and thousandsseparator = “.”;
If we copy the number “25,45000” from one numberinput to another numberinput the new value is “2545000,00000”.
http://jsfiddle.net/85f0zqsw/Best Regards,
GatHi Gat,
Thank you for the feedback. We will look at these in future versions.
Best Regards,
Peter StoevjQWidgets Team
http://www.jqwidgets.com/Any updates so far?
Hi Gat,
The issue about localization is planned to be fixed in jQWidgets ver.6.0.7.
Thank you for the feedback.
Best Regards,
Peter StoevjQWidgets Team
https://www.jqwidgets.comHi,
First test with the version 6.1.0 and both problems still exists:
My blockquotes aren’t working this is copied from my first post:
1:
Pasting(STRG+V) numbers from a file like excel into the numberinputs doesn’t work.
Pasting into normal inputs works correct.
It will work in IE, but not in firefox and chrome which are used from most of our customers.
http://jsfiddle.net/85f0zqsw/ <– Try to paste a number from a windows-editor.2:
The localization setting doesn’t work when values will be copied from one numberinput and pasted to another numberinput.
Our localization setting is the following:
decimalseparator = “,” and thousandsseparator = “.”;
If we copy the number “25,45000” from one numberinput to another numberinput the new value is “2545000,00000”.
http://jsfiddle.net/85f0zqsw/———————— End first post
1:
Copy from excel is still not supported. Why should a standard behavior be blocked?
For example our customers work with different items and every time they have to type it instead of copying from excel.2:
It work with decimalSeparator:’,’.
But the combination of decimalSeparator:’,’ and groupSeparator:’.’ does not work.
Here is the new fiddle:
http://jsfiddle.net/dt5m9w1o/Any news?
Will there be a fix in the near future?
We are waiting more than a year…Hi Gat,
1. Ctrl+C from one number input and Ctrl+V to another works.
2. Ctrl+C from one number input and Ctrl+V to another web app or text editor works.
3. Ctrl+C from another program and Ctrl+V in number input is something which we will not support. This includes copy from excel.
4. According to us, the localization issue which was reported is already resolved.
5. Pasting with groupSeparator – ‘.’ and decimalSeparator – ‘,’ is not yet supported.Regards,
Peter -
AuthorPosts
You must be logged in to reply to this topic.