The problem with the from field being unselected is an interaction with the kinetic scrolling. On Diablo there's a scrollbar, so you can scroll the display without tapping on any rows of the table. On Fremantle, you have to swipe the table itself to scroll it, and in Gonvert the initial touch of that swipe is counting as a selection of that unit's row. The result is that I haven't been able to scroll to the "to" unit without selecting several other units in the process. Is there some workaround for this that I'm missing? I know it's possible to swipe the table in Qt applications without selecting the tapped row (I do that in PortaBase), I think there should be a way to do it in GTK+ also.