google-code-export / jpicker

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

if you type in 3 digit code in Hex Code, what you get back is a different number(123 -> 000312) #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Navigate to here http://www.digitalmagicpro.com/jPicker/
2. Try typing 123 in Hex Code field
3. Focus out of the Hex field and observe the value in Hex input value

What is the expected output? What do you see instead?
Expected Output: 000123,
Current Output: 000312

What version of the product are you using? On what operating system?
1.1.6

Please provide any additional information below.
The same happens with 4 digits as well, type in 1234 you expect to see 001234, 
what you see instead is 003412

Original issue reported on code.google.com by sahilcho...@gmail.com on 7 Jan 2013 at 8:58

GoogleCodeExporter commented 9 years ago
I'm using Windows 7 OS.

Original comment by sahilcho...@gmail.com on 9 Jan 2013 at 7:20