Raven icon indicating copy to clipboard operation
Raven copied to clipboard

bug: pasting URL followed by Enter or Shift+Enter fails unless a space is added

Open BenjaminDSmithy opened this issue 7 months ago • 2 comments

1. Environment

  • Version: v2.2.1
  • Platform/OS: Windows 11
  • Device: PC
  • Browser: Sidekick (Chromium browser)

2. Description

When a user pastes a URL and immediately presses Enter (to send) or Shift+Enter (for a new line), the input fails. The expected behavior only resumes if a space is added after the URL.


3. Steps to Reproduce

  1. Open the chat or text input interface
  2. Paste a URL (e.g., https://example.com) directly into the input field
  3. Press Enter or Shift+Enter immediately
  4. Observe that nothing happens
  5. Add a space after the URL
  6. Press Enter → message sends correctly

4. Expected Behavior

Pasting a URL and immediately pressing Enter or Shift+Enter should send the message or insert a new line, respectively.


5. Actual Behavior

The Enter or Shift+Enter keypress is ignored unless the user manually adds a trailing space after the pasted URL.


6. Screenshots/Recordings

N/A


8. Severity/Priority

  • [x] Low
  • [ ] Medium
  • [ ] High
  • [ ] Critical

BenjaminDSmithy avatar Apr 24 '25 14:04 BenjaminDSmithy

Duplicate of #1430

Apparently this only happens with https://google.com but not google.com

nikkothari22 avatar Apr 24 '25 14:04 nikkothari22