Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

Users cannot select filters in the Search Results Page item template in a Windows Store app that you developed in Visual Studio 2013 Preview


Symptoms

Assume that you develop a Windows Store app by using JavaScript in Microsoft Visual Studio 2013 Preview. The app uses the Search Results Page item template. In this scenario, users cannot select the filters in the Search Results Page by using a mouse or touch gestures.

↑ Back to the top


Workaround

To work around this issue, add the following attributes to the .searchResults section[role=main] .filterbar class in the .css file in the Search Results Page item template:

        position: relative; 
z-index: 1;

For example, the CSS code in the searchResults.css file should resemble the following:
.searchResults section[role=main] .filterbar {
position: relative;
z-index: 1;}

↑ Back to the top


Status

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

↑ Back to the top


References

For information about other issues in Visual Studio 2013 Preview, see other known issues that you may experience after you install Visual Studio 2013 Preview .

↑ Back to the top


Keywords: kbsurveynew, kbtshoot, kbexpertiseadvanced, kb

↑ Back to the top

Article Info
Article ID : 2866600
Revision : 1
Created on : 1/7/2017
Published on : 7/11/2013
Exists online : False
Views : 545