Share

edanator binary/hex graphical calculator

Tracker: Bugs

5 input field issues - ID: 1682803
Last Update: Comment added ( earthur )

1.) hitting return on the input field with the default (Enter value here)
gives a random (?) value
2.) hitting return on the input field with the default should clear it

add this to input_cb():

if (strcmp(input_string, INPUT_PROMPT) == 0) {
bha->input->value("");
l = 0ULL;
}


Edward Arthur ( earthur ) - 2007-03-17 18:15

5

Closed

Fixed

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2007-03-23 01:26
Sender: earthurProject Admin


Fixed in V1.03


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 3 )

Field Old Value Date By
status_id Open 2007-03-23 01:26 earthur
resolution_id None 2007-03-23 01:26 earthur
close_date - 2007-03-23 01:26 earthur