Results are not copied according to base being shown

Issue #101 closed
Former user created an issue

Originally reported on Google Code with ID 101

What steps will reproduce the problem?
1. change to hex mode
2. enter 17
3. copy the result (0x11) into an editor using Ctrl+R

What is the expected output? What do you see instead?
expected "0x11" to be copied, but got "17"

What version of the product are you using? On what operating system?
0.8 built 730

Reported by ookami1@gmx.de on 2007-07-31 20:56:30

Comments (5)

  1. Former user Account Deleted

    ``` Actually this happens with any base other than decimal, so changing the title. ```

    Reported by `helder.pereira.correia` on 2007-12-09 23:01:55 - Status changed: `Accepted` - Labels added: Milestone-0.10

  2. Former user Account Deleted

    ``` Fixed in trunk. Results are now copied according to the selected base. ```

    Reported by `helder.pereira.correia` on 2007-12-10 00:07:42 - Status changed: `Fixed`

  3. Former user Account Deleted

    ``` Fixed a bug in trunk revision 1002: the precision was being ignored as well. ```

    Reported by `helder.pereira.correia` on 2008-01-18 00:46:10

  4. Log in to comment