alcemirfernandes / pynguin

Automatically exported from code.google.com/p/pynguin
GNU General Public License v3.0
0 stars 0 forks source link

people expect to click and drag the penguin, not to click and place #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. want to move the penguin
2. click it and drag
3. get confused =)

What is the expected output? What do you see instead?
click + drag.  small steps as you click slightly off center of the penguin.

What version of the product are you using? On what operating system?
0.8/Ubuntu 9.10

Please provide any additional information below.

Original issue reported on code.google.com by aresnick...@gmail.com on 18 Jun 2010 at 4:29

GoogleCodeExporter commented 9 years ago
Please test latest.

Each pynguin can be dragged around with left mouse button.
Topmost will be grabbed if they overlap.

old onclick() method still active. Confusing?

Original comment by miss...@hotmail.com on 19 Jun 2010 at 11:46

GoogleCodeExporter commented 9 years ago
I think having the old onclick() method active is probably fine re: moving 
stuff from when it's off screen, though personally, my instinct is to pan via 
click and drag (a la Google Maps).

Original comment by aresnick...@gmail.com on 20 Jun 2010 at 1:45

GoogleCodeExporter commented 9 years ago
Although, having "onclick" move all of them is a little disconcerting (because 
you create one, then click, but still just see one).  Could onclick maybe just 
move the topmost?

Original comment by aresnick...@gmail.com on 20 Jun 2010 at 1:51

GoogleCodeExporter commented 9 years ago
As of Revision b45abe5da59f I have changed to using the left mouse button for 
both dragging the pynguins around and for panning the canvas. That works well.

Also, I have changed the basic onclick() system to only affect the main 
pynguin, and to only respond to a MIDDLE click instead of a left click.

I think that solves everything related to this bug.

Original comment by miss...@hotmail.com on 12 Jun 2011 at 8:43