Input Method Editor (IME) allows you to input characters and symbols not found on your keyboard such as Chinese, Japanese, Korean, and Indic characters. By default, the SiteVisualizer Reporting Tool uses the Microsoft Silverlight windowless mode. IME functionality is not supported in Silverlight applications that use windowless mode.
If IME is required then windowless mode must be turned off, which will change your experience when viewing reports via the Reporting Tool. If you enable support for IME, when you mouse over a menu (such as the Tools menu) the report you are viewing will fade out momentarily.
To enable IME support for Site Visualizer:
Open the default.aspx file located in [INSTALLDIR]\SysTrack\WebApplications\SiteVisualizer with a text editor.
Search for and delete the following two lines:
<param name="windowless" value="true" />
<param name="background" value="transparent" />
Refresh Site Visualizer within your Web browser.