robotframework / robotframework/RIDE

Auto-complete misbehaving in grid editor

Open
#3,044 1 comment 0 reactions 1 assignee View on GitHub

@HelioGuilherme66 is already working on this.

Since Sep 2, 2026.

bug prio-high WORK IN PROGRESS
Dominant language
Python
Stars
1k
Forks
385
Avg merge
13m
Merged PRs (30d)
2

Description

Observed in RIDE 2.2.3.dev10 running Python 3.13 on Windows

Suppose that I just started a new test file and I begin typing my first keyword in the first cell.
The keyword that I am typing does exist yet and it is called 'keyword that has a table'

When I start typing in a new cell, after a single character there is no auto-completion
Image

If I backspace and bring back the same state auto-completion is triggered but the suggestions do not match the first letter
Image

Continue typing and the suggestion narrows down
Image

Typing further narrows down to a single suggestion, that does not match the text
Image

Continue typing and the suggestions get weirder
Image

At a certain point the list becomes huge
Image

When finishing the keyword I intended to type, I am left with a single suggestion:
Image

This is where the most frustrating part happens.

  • If I press TAB, all that I typed is replaced by the single word 'table'
  • If I press ENTER, the same
  • If I press ESCAPE, the same

In the first two cases the grid editor even loses focus and I can't continue typing.

If I continue trying I end up with this error:
Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.