GNOME Bugzilla – Bug 699647
bold style does not update correctly in conditional formatting
Last modified: 2013-05-05 23:46:59 UTC
To see the problem: 1. Start Gnumeric. 2. Enter the values 1, 2, 3, 4, 5 in cells A1-E1. 3. Select A1:E1, with A1 being the primary selected cell. 4. Choose Format->Cells->Conditional Formatting. 5. In the dialog, select the condition "Expression x evaluates to TRUE" with x: "$A$1 > 0". 6. Under Applicable Style Components, select Font and deselect Background. 7. Press Edit Style. In the Format Cells dialog, choose Style: Bold and press OK. 8. Press the Add button to add the conditional formatting to the selected cells. 9. Close the dialog. All cells will now appear bold. 10. In cell A1, type 0 and press Enter. All cells should be unbolded, but only some will be. 11. In cell A1, type 1 and press Enter. All cells should now be bold, but only some will be.
Created attachment 243358 [details] Sample file Confirmed. This sample file is ready for anyone to enter a new value in A1. 1 should caused A1:E1 to become bold; 0 should cause regular style.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report. All this is actually fairly new code, so I am not that surprised there are a few kinks to work out.