yanne / api-testing

I am using this to test GitHub API
1 stars 0 forks source link

Commenting rows doesn't always work #239

Open yanne opened 10 years ago

yanne commented 10 years ago
  1. Click keyword
  2. 1 or more rows
  3. Click 2nd mouse button and click "Comment rows" --> Commenting doesn't work in first time
  4. Click 2nd mouse button again and click "Comment rows" --> Now Comment is added to the first column.

It should work in first attempt. Problem might be occasional but repeated it on my Robot file multiple times.

Ride version: 1.3 running on Python 2.7.5 wxpython version: 2.8.12.1 OS: Windows 7 64bit SP1

This issue was originally reported to Google Code on Feb 27, 2014.

yanne commented 10 years ago

Original comment by krzysi...@gmail.com on May 28 (5 days ago).

Also commenting rows directly below "Do something in loop" dosent work. Given:

:FOR ${index} IN RANGE 0 4 Do something in loop Do sth after the loop one Do sth after the loop two

  1. Select row 3 and 4 (after the loop)
  2. Click "Comment rows"
  3. Indentation appears instead of comment
  4. Undo with ctrl+Z
  5. Yet another indentation apperars

Should work adding comments not indents