egui icon indicating copy to clipboard operation
egui copied to clipboard

Inconsistent entry with iPad "magic keyboard" in text input fields

Open psifertex opened this issue 4 years ago • 4 comments

Using the iPad magic keyboard I cannot input text immediately into the demo text fields. If I focus away and click around a few times or take some other actions (pasting appear to be one) it will suddenly become live and I can enter text.

On reload sometimes the keyboard works, sometimes it doesn't.

Possibly related: using the "select all" hotkey (CMD-a) results in an extra cursor being visible (see screenshot)image

psifertex avatar Jun 22 '21 14:06 psifertex

Is this still an issue on www.egui.rs?

emilk avatar Apr 16 '22 08:04 emilk

I don‘t think so. I am not able to recreate this on an IPad Pro 12.9 (2020) with magic keyboard running iPadOS 15.6.1.

That being said - there are numerous issues still, such as lack of copy/paste from egui.

rquinn2 avatar Aug 23 '22 23:08 rquinn2

I don‘t think so. I am not able to recreate this on an IPad Pro 12.9 (2020) with magic keyboard running iPadOS 15.6.1.

Great, thanks for testing!

That being said - there are numerous issues still, such as lack of copy/paste from egui.

There's another issue for this: https://github.com/emilk/egui/issues/501

emilk avatar Aug 24 '22 06:08 emilk

My apologies @emilk - I did some more testing on this as I‘ve been using egui a lot recently. I can indeed recreate both issues in the OP. The inconsistent text entry is only apparent sometimes, it seems. The <Ctrl-a> adding a second cursor always happens.

If I can get some time I‘ll try to look into what‘s causing it.

rquinn2 avatar Aug 28 '22 11:08 rquinn2