Alberto1202 / zkspreadsheet

Automatically exported from code.google.com/p/zkspreadsheet
0 stars 0 forks source link

Typing in 234-6 or 344/2 into cell cause junk number value #119

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I downloaded the latest verison of zk spreadsheet zss-app-2.0.0-Beta3.zip and 
deployed war file on my local tomcat server. opened browser, and launched the 
application at http://localhost:8080/zssapp/ . I could see the "Ratio Analysis, 
Input Worksheet" on the browser.

1) Then selected a blank cell of the sheet and entered some number in the 
format xxx-xxx like 234-6 and pressed enter key on keyboard, the cell value 
changed to some junk number 32665. The problem doesnt arise when you eneter 
space between number and minus sign "-".

2) Then selected a blank cell of the sheet and entered some number in the 
format xxxx/xxx like 344/2 and when you press enter key on keyboard, the cell 
value changes to some junk number 36009. The problem doesnt arise when you 
eneter space between number and division sign "/".

3)The problem arises only when you enter numbers.

thanks.

Original issue reported on code.google.com by chenhe...@gmail.com on 30 Sep 2010 at 4:12

GoogleCodeExporter commented 9 years ago
Fixed since Oct. 4, 2010. It is actually solved by providing a better date/time 
input mask.

See this feature request:
http://code.google.com/p/zkspreadsheet/issues/detail?id=129

Original comment by chenhe...@gmail.com on 4 Oct 2010 at 4:22