Unplanned
Last Updated: 27 Nov 2020 15:42 by ADMIN
Joshua
Created on: 27 Nov 2020 15:37
Category: ToolTip
Type: Bug Report
1
ToolTip: RadToolTipService is not thread safe

Several WPF windows are created - each on different UI thread.
RadToolTipService is used in each window to show tooltips.

When user moves the mouse over all windows - an exceptions occur

System.InvalidOperationException
Message: The calling thread cannot access this object because a different thread owns it.

The root cause of the issue are static members in the RadToolService class.

0 comments