Comment 3 for bug 1504560

Revision history for this message
Stephen Boddy (stephen-j-boddy) wrote :

Hmm. I sometimes see this, but it is an intermittent issue. Usually it works, occasionally it doesn't. Are you saying that the double-click *never* works for you? Are you running on a really slow or a really fast system? My hunch is that we hitting some kind of race or logical "oopse" in the event handling. Possibly system speed makes the problem more obvious for some people.

Unconfirmed suspicion: Your system is so fast that between the double-press button event and the button release event, the rebalance has already happened. The release event perhaps is then moving the splitter back to where the mouse is. We might need to capture and ignore release events when we have just performed a rebalance.