DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3682>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=3682

           Summary: LoopControlPanel; non-standard GUI feedback
           Product: JMeter
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In the latest version of org.apache.jmeter.gui.LoopControlPanel (, there are 
two problems:

1. When the "infinite" checkbox is checked, the text field is disabled, but the 
text label "Number of iterations" remains enabled.  The defacto standard is to 
disable both the label and the text field.

2. When the "infinite" checkbox is unchecked, and you enter an non-numeric 
value, you get an Error Dialog.  This is fine, but when you click OK to leave 
the dialog, the text field you were typing in is cleared out and the "infinite" 
checkbox is checked.  Since we are validating this field after every keypress, 
one typing mistake and your penalized.  You have to deselect the checkbox and 
type in your value again.  It's an extra mouse click.  It's fine to clear out 
the text field, but since the user was trying to enter a valid iteration count, 
let him try it again without having him deselect the checkbox again.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to