in reply to Re^2: Detect perl/Tk Button double-clicks vs. single-clicks
in thread Detect perl/Tk Button double-clicks vs. single-clicks
It isn't considered a bug.
A double click is a single distinct user action, and the expected behavior would be for it to trigger a single distinct event. The fact that it triggers a series of two events, one of them also associated with a different action, is not logical, useful or documented. Whether or not you think it's a bug, it most certainly is a problem. Again, ++ to liverpole for coming up with a solution.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Detect perl/Tk Button double-clicks vs. single-clicks
by Anonymous Monk on Jul 26, 2009 at 17:35 UTC |