24 May 2012 20:29
GridFlow scrolling and focus
Eric Easley <eric101111 <at> gmail.com>
2012-05-24 18:29:54 GMT
2012-05-24 18:29:54 GMT
To Whom It May Concern: If a GridFlow is larger than the screen, it can be scrolled through. However, if GridFlow X loses focus, by switching focus to another widget in a pile or column for example, GridFlow X shows only the first cells of the GridFlow rather than those around the former focus cell. A minimal example can be found at http://pastebin.com/6X0vNMAq . Run the script, scroll down so that Button 0 is no longer showing and hit 'tab'. Focus will switch to the second GridFlow, but the first GridFlow now show button 0 again as though it had never scrolled. I would expect the GridFlow to retain its 'position' even without focus, like ListBox does. Is this a strange expectation or is GridFlow's behavior strange? To change this behavior, would GridFlow require calculate_visible() like ListBox? Thank you. Sincerely, Eric Easley
RSS Feed