JonasJurczok / factorio-todo-list

A distributed todo list mod for Factorio
MIT License
35 stars 21 forks source link

Focus task title field on 'new task' event #177

Closed hoylemd closed 3 years ago

hoylemd commented 3 years ago

I've been using this for awhile, and one thing that annoys me is when I click the 'add task' button, I have to click the title field before I can start typing the new task.

I believe such a method on ui elements does exist: https://forums.factorio.com/viewtopic.php?t=38511

hoylemd commented 3 years ago

just FYI, I'm planning to make a pull request for this. Should be like a one line change :p

hoylemd commented 3 years ago

https://lua-api.factorio.com/latest/LuaGuiElement.html#LuaGuiElement.focus API reference

JonasJurczok commented 3 years ago

Awesome, looking forward to it :)