Version

2013 Volume 1

Known Issues and Limitations

Overview

The following table summarizes the known issues and limitations of the Ultimate UI for WPF 2013 Volume 1. Detailed explanations of all of the issues and the existing workarounds are provided after the summary table.

Legend:

Yes.png

Workaround available

No.png

No known workaround

Fix.png

Fix planned

Issue Description Status

There are changes in the behavior of the enumeration’s constants

Yes.png

The themes were cleaned up and restructured

Yes.png

RecordFilterAction Enumeration

RecordFilterAction enumeration description

The RecordFilterAction RecordFilterAction enumeration’s constant None is obsoleted. It is replaced with a new equivalent constant – ReduceOpacity .

RecordFilterAction enumeration workaround

Change the None constant from the RecordFilterAction enumeration to the ReduceOpacity constant when using Ultimate UI for WPF 13.1 or newer.

Themes Restructuring

Theme.Colors.xaml description

This file is a ResourceDictionary. It contains color definitions that are used across all styles in a given Theme.

Styles.Shared.xaml description

This file is a ResourceDictionary. It contains styles and brushes that apply on common cross platform MS controls like Buttons, Checkboxes and Lists.

Styles.WPF.xaml description

This file is a ResourceDictionary. It contains styles and brushes for MS controls that are specific for WPF platform like Scrollers, TextBoxes and Comboboxes.

IG.*.xaml description

These files were cleaned up and restructured to use the Themes.Colors.xaml and the other common ResourceDictionaries like Styles.Shared.xaml, Styles.WPF.xaml and IG.DataVisualization.xaml

Themes restructuring workaround

Copy the new themes over the old ones and copy the needed relevant common files (Themes.Colors.xaml, Styles.Shared.xaml, Styles.WPF.xaml and IG.DataVisualization.xaml) next to the themes files.