Activity log for bug #289613

Date Who What changed Old value New value Message
2008-10-26 19:31:59 minus bug added bug
2008-10-26 19:31:59 minus bug added attachment 'ember.log' (ember.log)
2008-10-28 22:07:01 Erik Ogenvik description I need to double click the "Connect button" in "Server browser" window, ..., The yes button in the quit dialog It feels strange since 'normal' button are single klick. Is is it possible to change the behavior to single klick? When clicking a button, if the click happens fast it's registered, but if it's slow (i.e. the left mouse button is held down for a while) it doesn't register. The way button clicking works in CEGUI is that we listen for the mouse up event (instead of the mouse down). This is the standard for pretty much all UI systems. There however seems to be a bug, perhaps in CEGUI itself, which makes it not registering the mouse button up event if too much time has passed since the mouse down event. We'll have to investigate.
2008-10-28 22:07:01 Erik Ogenvik title GUI buttons should be single click. Buttons doesn't register clicks if held to long,
2008-10-28 22:07:27 Erik Ogenvik ember: status New Confirmed
2008-10-28 22:07:27 Erik Ogenvik ember: assignee erik-hjortsberg
2008-10-28 22:07:27 Erik Ogenvik ember: importance Undecided Low
2008-10-28 22:07:27 Erik Ogenvik ember: statusexplanation
2009-01-02 20:10:42 Erik Ogenvik ember: status Confirmed Fix Committed
2009-01-02 20:10:42 Erik Ogenvik ember: statusexplanation The cause of this was that we were listening to the wrong button element event. It's now fixed.
2009-01-02 20:10:42 Erik Ogenvik ember: milestone 0.5.6
2009-04-27 22:07:45 Erik Ogenvik ember: status Fix Committed Fix Released