If you accidentally triple-click a directory in the directory
selector window, the first two clicks work as expected,
but if the third click happens to be also on a directory,
the dir selector immediately descends into that
subdirectory again. Hard to explain -- ask me in IRC
(my nick is Dark-Star) if it's unclear what I mean :-)
Expected behavior should be that the "double click
timeout" or whatever is reset after a double-click, so
that a triple-click is not seen as two double clicks. This
might be a general problem in other parts of the GUI
too, haven't checked it yet.
Ticket imported from: #698864. Ticket imported from: bugs/713.
Actually, it's a feature that we support triple clicks in the GUI code, and that should not be changed. Rather, the launcher should specifically check for double clicks only (clickCount == 2).