RandyKnapp / Auga

48 stars 16 forks source link

Focus taken away from InputField in custom UI #205

Closed SpikeHimself closed 1 year ago

SpikeHimself commented 1 year ago

My mod XPortal uses a custom UI in which users can change the name of a portal (amongst other things).

I use ActivateInputField() to focus this InputField when the UI loads.

However I've been getting reports from users that, when they also have Auga installed, that focus is immediately taken away again.

Could you point me in the right direction of where/how Auga does this, so that I could think about fixes or work-arounds?

Relevant: https://github.com/SpikeHimself/XPortal/issues/69

Vapok commented 1 year ago

Hey Spike, this should be fixed in 1.2.16

SpikeHimself commented 1 year ago

Thank you @Vapok!