af957c5 Ticket 135 - DS console - right clicking an object does not select that object

Authored and Committed by mreynolds 9 years ago
    Ticket 135 - DS console - right clicking an object does not select that object
    
    Bug Description:  "right" clicking an object in the suffix tree, or the child
                      list on the right, does not select that object.  This can
                      lead to accidental operations, e.g. deleting the entire suffix
                      when you only wanted to delete a user.
    
    Fix Description:  For the JTree(suffix trees) simply set the row from the mouse
                      location.  For the Jlist (child list) we need to set the last
                      focused component to the JList so we can get the correct
                      child node.
    
    https://fedorahosted.org/389/ticket/135
    
    Reviewed by: rmeggins(Thanks!)