Closed
Description
Hello,
Description
In version 1.0.0 the text input fields in the REST pane have a very weird glitchy behavior to me:
- If I'm typing to the "Path" input, after a few seconds the input jumps back in a previous state, and I'm loosing some of the last characters
- when typing into the request textarea, the cursor jump to the 0,0 position every 3-4 seconds. This field does not reset like the path input but also very difficult to type even a short word.
Steps To Reproduce
List the steps to reproduce your problem:
- Open elasticvue
- Click on "REST"
- type into the path (by hand): "/my-example-index/_search"
- type into the request field (do not use copy-paste):
{
"query": {
"term": {
"foo": "bar"
}
}
}
Screenshots
A screenshot is less sufficient here, however if you require I could create a screen video. I've checked the console as well, but did not see any errors that seemed related to the issue.
Environment (please include the following information):
- Elasticsearch version: [irrelevant, the issue appears regardless of the cluster I'm connected to]
- Operating system: Linux - Debian 11
- Browser + version: Chrome 120.0.6099.109 (Official Build) (64-bit)
- Elasticvue version: 1.0.0-stable (installed from chrome store)
- How are you running elasticvue? browser extension from chrome store
Additional context
Overall I'm very pleased with this ES client, and admire the lot of work that has been put into this. If this problem is related to the new auto-complete feature, it would be ok for me if it could be turned off.