MrAntares / roBrowserLegacy

This is a continuation of the original robrowser. All credits to the original creators and the new ones :)
GNU General Public License v3.0
184 stars 118 forks source link

Text input in npc dialogs doesn't process enter key #378

Closed samtigall closed 3 weeks ago

samtigall commented 4 months ago

Whenever a text input opens you cant use enter to proceed and you need to mouse click the ok button.

Example: Merchant Quest Delivery Box Number Input.

kontownik commented 3 months ago

I think the issue here is that new window isn't focused so enter is still working with the chat.

MrAntares commented 3 months ago

This was working before, but maybe something broke it. It deffo needs to set the focus on the popup. Maybe even needs placeontop()

alisonrag commented 3 weeks ago

fixed together with #378, at #401