ComfyUI icon indicating copy to clipboard operation
ComfyUI copied to clipboard

Adding "//" to a CLIPTextEncode text field causes the cursor to always move to the end of the field

Open jmole opened this issue 10 months ago • 1 comments

Repro:

  1. Open a fresh instance of ComfyUI
  2. Add two forward slashes somewhere inside the prompt
  3. Notice that you can no longer select text or move the text cursor around with arrow keys, because it always jumps to the end of the text box

jmole avatar Apr 17 '24 16:04 jmole

You you have the cg-use-everywhere custom nodes ? They can cause this issue If you disable "Anything Everywhere highlight connected nodes", in the options, it should work correctly.

https://github.com/chrisgoringe/cg-use-everywhere/issues/172

JorgeR81 avatar Apr 17 '24 18:04 JorgeR81

You you have the cg-use-everywhere custom nodes ? They can cause this issue If you disable "Anything Everywhere highlight connected nodes", in the options, it should work correctly.

chrisgoringe/cg-use-everywhere#172

Yes, this was apparently the problem, thank you

jmole avatar Apr 29 '24 02:04 jmole