Opened 9 years ago
Closed 9 years ago
#3579 closed defect (fixed)
A card is "unknown" by the game
Reported by: | humitos | Owned by: | walter |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Visual Match | Version: | Unspecified |
Severity: | Unspecified | Keywords: | |
Cc: | humitos | Distribution/OS: | Unspecified |
Bug Status: | Unconfirmed |
Description
I don't know how to reproduce this. I'm not really sure what I did to get this state and I'm not sure how to describe it as well.
The good point of this ticket is that it has a video that explain it better than me. I realized of this behavior and I used recordmydesktop to record this because I didn't know what I had done :)
I hope it helps.
Attachments (2)
Change History (7)
Changed 9 years ago by humitos
comment:1 Changed 9 years ago by walter
comment:2 Changed 9 years ago by walter
The attached image illustrates the problem, I repeatedly dragged the red O on and off of the match area with a rapid motion and finally managed to get it back to the grid without removing it from the match area as far as the internals of the program are concerned.
Changed 9 years ago by walter
comment:3 Changed 9 years ago by humitos
Good! You find how to reproduce it. I tested what you said and I could reproduce it again: dragging repeatedly one card on and off...
comment:4 Changed 9 years ago by walter
I think I nailed this one with [1]
[1] http://git.sugarlabs.org/visualmatch/mainline/commit/c65f552b0f9e2901cf9857d67d9565771d89bf9e
comment:5 Changed 9 years ago by walter
- Resolution set to fixed
- Status changed from new to closed
Sound be fixed in v39. Please reopen if you can reproduce the error.
In my debugging, I have occasionally gotten myself into a state where it thinks that a card is in the match area (left) when it is actually in the grid, hence it reports a bad match even when it appears that there are only two cards in the match area. Thought it was a transient problem but apparently not. Will try to reproduce it.