Completed
Last Updated: 25 Aug 2017 06:36 by ADMIN
ADMIN
Milena
Created on: 06 Mar 2017 09:43
Category: Spreadsheet
Type: Bug Report
0
Spreadsheet: Characters different than digits or letters entered in Formulabar are not visible in Expression_Dark, VisualStudio2013 dark and Green dark themes
If you begin entering e.g. "=" in FormulaBar, the characters are not visible in dark themes. If the focus is in the cell it works as expected, if the focus is in FormulaBar, the Foreground is dark and cannot be seen on dark background. 

Workaround:
-  set the following style (add BaseOn if using implicit styles)

<Style  TargetType="spreadsheetControls:RadSpreadsheetFormulaBar" BasedOn="{StaticResource RadSpreadsheetFormulaBarStyle}">
            <Setter Property="Foreground" Value="White"/>
</Style>

Available in LIB Version 2017.2.828.
0 comments