David-Trezeguet / chesswhiz

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

Line-color incorrectly changed to Black after background got changed TWICE #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login (e.g., as Guest) and view an existing table.
  *** Note: The Line-color (or foreground color) is White.
2. Open the "Preferences" dialog and change the "Board Color" to any different 
color.
3. Click on "Ok" to close the "Preferences" dialog
4. Repeat the previous two steps (2 and 3) once more.
5. The Line-color is unexpected changed from White to Black.
*** Consequently, the board' s look-and-feel is bad (very dark!).

What is the expected output? What do you see instead?
Until we have (actually, we should) an option to change the Line-color, this 
color should remain the 
same (to whatever default color we set).

Original issue reported on code.google.com by huypha...@gmail.com on 24 Oct 2009 at 2:53

GoogleCodeExporter commented 9 years ago
Applied the fix in the "TablePreferences.mxml":
http://code.google.com/p/chesswhiz/source/detail?r=43

NOTE: A "similar" problem in occurred in the Pieces. I am looking into this new 
problem now.

Original comment by huypha...@gmail.com on 4 Nov 2009 at 4:54