jArchi Version
1.12
Archi Version
5.10.0
Operating System
Linux Mint 22
Description
On pasting text in window.prompt window, text is duplicated (ex: pasting "test" > renders "testtest" in the prompt)
Steps to reproduce
- execute the following script
let answer = window.prompt("Please enter your name", "Default Name");
console.log(answer)
- in a text editor, write "test", copy it
- paste it in the prompt
- "testtest" is displayed in the prompt
jArchi Version
1.12
Archi Version
5.10.0
Operating System
Linux Mint 22
Description
On pasting text in window.prompt window, text is duplicated (ex: pasting "test" > renders "testtest" in the prompt)
Steps to reproduce