mirror of
https://github.com/emilk/egui.git
synced 2026-07-17 12:08:56 +00:00
ad23a60f72
Insert the hidden text-agent <input> as a sibling of the canvas and position it using offsetLeft/offsetTop instead of getBoundingClientRect, so it stays anchored to the canvas regardless of page scrolling and embedding. This also fixes the IME popup position on scrolled pages, subsumes the mobile Safari virtual-keyboard workaround, and removes the special-casing of document vs shadow DOM roots. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>