-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
webRelated to running Egui on the webRelated to running Egui on the web
Description
Repro:
- Open Demos -> Widget Gallery on the web demo
- Run
setInterval(() => console.log(document.activeElement), 1000)in a devtools console - Type something into the first text field
- Click somewhere outside of the text field to blur it
- Select the text by dragging over it - make sure the text field is blurred!
Expected behavior: runner.mutable_text_under_cursor is set to true, causing the <input> element to be the document.activeElement
Actual behavior: runner.mutable_text_under_cursor is false, and document.activeElement == document.body
Metadata
Metadata
Assignees
Labels
webRelated to running Egui on the webRelated to running Egui on the web