Closed (fixed)
Project:
Experience Builder
Version:
0.x-dev
Component:
AI
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2025 at 14:04 UTC
Updated:
9 Sep 2025 at 10:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
akhil babuComment #3
akhil babuComment #4
akhil babuComment #5
akhil babuComment #6
balintbrewsComment #7
heyyo commentedAnother one which surprised me, was the paste of text into the chat with CTRL+V. If a component was copied previously, instead of pasting the text, it pastes the component into the viewport.
Workaround, use the paste from contextual menu(right click)
Comment #12
jessebaker commentedI've just created a new MR that I think solves this. I've added e.stopPropagation to the AI wizard container onKeydown.
I think it might be better to put this code somewhere closer to, or on, the actual div that is being used as a text area but I have not delved into the
<DeepChat>component further.Comment #13
bnjmnmMR 1318 looks to address it, and maybe it's OK to stop the propagation at the wrapper. I'm gonna RTBC but it probably can't hurt to have someone with the AI service activated to make sure it didn't disrupt anything ( think if we can confirm that submitting via keyboard is unchanged it's probably fine.
Comment #14
narendrarTested manually and it is working as expected. Created a component and it worked as expected. RTBC +1
Comment #17
tim.plunkettMerged !1318, thanks!
Comment #19
neha_bawankar commentedScenario
Result
Status
Add component to page
Open AI panel
write prompt – Edit this heading
press “backspace“ button to delete each character
All prompt characters deleted
PASS
Add component to page
Open AI panel
write prompt – Edit this heading
press “cmd+A“ then press “delete“
All prompt characters deleted
PASS
Add component to page
Open AI panel
write prompt – Edit this heading
Double click on word and then press “delete“
Selected word deleted
PASS
Add component to page
Open AI panel
write prompt – Edit this heading
Add component to page
Open AI panel
write prompt – Edit this heading
Select all content as prompt and then press “delete“
Selected string deleted
PASS
Add component to page
Open AI panel
Copy string by cmd+c “This is a testing prompt “ then paste it
in chat
Send
Prompt pasted and sent
PASS
Add component to page
Open AI panel
Select text , left click and copy “This is a testing prompt “
then paste vis mouse in chat
Send
Prompt pasted and sent
PASS
Open AI Panel
Type promt an send - “This is a testing prompt“
Copy “cmd+c“ and then “cmd+v“ then send
Prompt pasted and sent
PASS
Open AI Panel
Type promt an send - “This is a testing prompt“
Press “enter“
Chat sent
PASS