GNOME Bugzilla – Bug 561382
gnome-sudoku draws multiple, overlapping number selectors for the same square
Last modified: 2009-03-28 03:22:13 UTC
this report has been filed here: https://bugs.edge.launchpad.net/gnome-games/+bug/225000 "When clicking into the middle of a fillable square in gnome-sudoku, a numpad-style selector is opened that does not fill the entire zone you can click. Clicking the zone (not the selector) again while the selector is still open draws a new selector on top of the old one. The user has to remove or answer multiple selectors now. This behaviour is counter-intuitive, only one selector should be drawn." screenshot: http://launchpadlibrarian.net/14055177/sudoku-numpad-error.png
I can confirm this bug. Since the selector is smaller than the zone, multiple selectors can be brought up. And clicking in another box now cannot get the selectors away. Worse still, if I now click New Game, abandon current one and get to game-selecting stage, those selectors still hang there and clicking on them will crash sudoku, with the following traceback: -------------------------------------------------- Traceback (most recent call last):
+ Trace 209995
self.entry_validate(widget)
self.add_value(widget.x,widget.y,val)
self.grid.add(x,y,val,True)
This is a duplicate of bug #530778 that was just fixed. Rejoice! *** This bug has been marked as a duplicate of 530778 ***