carson-day / decaf-chess-interface

Automatically exported from code.google.com/p/decaf-chess-interface
1 stars 0 forks source link

Piece deselection #34

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
(Click and Click move style)
1. Click on a piece to move.
2. Click on an alternate piece.

What is the expected output? What do you see instead?
Expect to see new piece selected. Cancels old piece by sending as illegal 
move. 

What version of the product are you using? On what operating system?
Decaf v1.1 linux

Please provide any additional information below.
Lots of unexpected/difficult behavior with click-and-click style. At one 
point, I had selected a rook, then wanted to move something else. The 
rook square was not highlighted, but no matter what I selected, it kept 
beeping illegal move. When I clicked a square next to the rook, it moved 
the rook. I was unable to reproduce the behavior, but this situation 
would be easily solvable by checking for same color selection before 
sending the move.

Thanks,
mhill

Original issue reported on code.google.com by vor...@gmail.com on 3 Feb 2008 at 4:41

GoogleCodeExporter commented 8 years ago
Good suggestion, the behavior was added in 1.1.1 along with some deselecting 
that wasnt happening in click 
click mode.

Original comment by carsonday on 13 Feb 2008 at 12:47