[tasque-list] binding TaskTreeView's items to mouse



There is a TODO in the code that I think is wrong - it suggest binding the mouse to the items selection:

// TODO: Modify the behavior of the TreeView so that it doesn't show
            // the highlighted row.  Then, also tie in with the mouse hovering
            // so that as you hover the mouse around, it will automatically
            // select the row that the mouse is hovered over.  By doing this,
            // we should be able to not require the user to click on a task
            // to select it and THEN have to click on the column item they want
            // to modify.

 
TaskTreeView.cs line 52


It goes against gnome accecabillity.
For examle what happens if the mouse is hovering over the list and I want to move using the keyboard?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]