-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Open
Labels
A-content/editingUser input related to text editingUser input related to text editingC-has-manual-testcase
Description
Describe the bug:
Typing a space with the spacebar in a text input causes a click event.
To Reproduce:
- Open my example which is a text input with an onclick listener that logs a message to the console.
- Open Servo from a terminal.
- Click in the text input and notice the message "Got onclick" in the terminal.
- Type one or more spaces using the spacebar.
- Notice in the terminal that "Got onclick" is printed every time spacebar is pressed.
Firefox and Chromium do not get the click event when spacebar is pressed. I checked it using their developer tools.
Platform:
Linux, Fedora 42, Framework Laptop 13 AMD Ryzen 7040Series
Metadata
Metadata
Assignees
Labels
A-content/editingUser input related to text editingUser input related to text editingC-has-manual-testcase