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=3747>.
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=3747

ArgumentsPanel; bad row delete when editing a cell

           Summary: ArgumentsPanel; bad row delete when editing a cell
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: Windows 9x
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Main
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In ArgumentsPanel, if you are in edit mode for a cell and click the delete 
button, the value you are editing will not be deleted but the other column's 
value will.

Here's an example using WebTesting's Parameter Table:
1. Create two rows: 1st row contains "param1" and "value1". 
                    2nd row contains "param2" and "value2".
2. Get into edit mode for the NAME column in row #1 by double-clicking on that 
cell. You should see a vertical bar in the text field.
3. Click the DELETE button.

The expected result is for row #1 to be deleted, and row #2 moved up and into 
row #1's place.  So, the table should now only have one row, with 
values "param2" and "value2".  Instead, our single row table contains the 
values "param1" and "value2". The contents of the cell that we were editing 
remains intact.

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

Reply via email to