GNOME Bugzilla – Bug 525685
clear tracker doesn't clear confict error highlight
Last modified: 2010-04-10 02:57:02 UTC
Note you need to build PyGtk with numeric python support for the Tracker feature to be enabled. Steps to reproduce: 1. Launch the game "Sudoku" from gnome menu, and start a new game 2. Click Tools->Track additions(or Ctrl+T) 3. Create at least 2 trackers (tracker1, tracker2) 4. Fill some numbers in the game with tracker1 and tracker2 5. Select one tracker of them and click "Clear Others" Actual result: Red numbers filled by another tracker can not be cleared (If fill a wrong numuber, it will become red) Expected result: According to the description in hekp, all numbers that are not part of the selected tracker should be cleared
Brian, there is a patch committed to the trunk that fixes this problem. See Bug 608907. There were quite a few issues with how conflicts(Red Numbers) were handled. That bug report(608907) doesn't cover your test case specifically, but the problem is related. Your test case works fine on the latest code.
Great, thanks. Let's mark this as a duplicate. *** This bug has been marked as a duplicate of bug 608907 ***