Raugharr / Herald

GNU General Public License v2.0
1 stars 0 forks source link

More control given to containers over which widget is focused. #29

Closed Raugharr closed 9 years ago

Raugharr commented 10 years ago

Currently when a container is focused it cannot skip widgets that can be focused in order to make it easier to select a specific widget. To get to the middle of the Table widget you must press up or down equal to half of the widgets that the Table has. DebugMenu.lua has 72 children making this very tedious. To solve this a Table should be capable of only giving the first cell of each row focus, unless the user wants to select a cell that isn't in the first row.