Search

Image Disapears on Rotation of Surface RT, Reappears when AppBar is opened by musical9

Closed
as External Help for as External

2
0
Sign in
to vote
Type: Bug
ID: 779613
Opened: 2/20/2013 7:10:45 AM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
Image is placed inside smaller UI elements, which intentionally hides/crops a portion of the image.

Upon rotation of Suface RT, the image disappears, but the border surrounding it is visible in the proper rotation. (Does not affect simulator, only the real Surface RT, have not tried Surface Pro.)

The image reappears simply by opening an app bar. In other projects, simply moving or resizing the outer grid also causes the image to reappear.

Partial listing, see sample uploaded project for full details:

<Grid Style="{StaticResource LayoutRootStyle}">
         <Canvas Visibility="Visible" x:Name="ContentCanvas">
            <Grid >
                <Border x:Name="MyBorder" Opacity="1"
                    BorderBrush="Blue"     BorderThickness="1"
                    Height="300" Width="300"     >

                    <ContentControl x:Name="MyContent" Height="300" Width="300" VerticalAlignment="Top">
                        <Canvas>
                            <Image Visibility="Visible" x:Name="myImage" Source="Assets/t500.png"/>
                        </Canvas>
                    </ContentControl>
                </Border>
            </Grid>
        </Canvas >

...

</Grid>
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling Version

Visual Studio 2012

Steps to reproduce

Run attached sample project in a real Surface RT, not the simulator.

Product Language

English

Operating System

Windows 8

Operating System Language

English

Actual results

Image disappears when rotated using Surface RT.

Expected results

Image should appear in the correct position upon rotation.
File Attachments
File Name Submitted By Submitted On File Size  
Rotation - ImageDisappears.zip 2/20/2013 1.8 MB
Sign in to post a comment.
Posted by Microsoft on 3/6/2013 at 3:20 AM
Hi musical9, this isn't a VS bug but windows bug, we'll close this feedback.
To post a question or receive community support for developing Windows Store apps, consider posting your question or concern on the Windows Store apps forum. http://social.msdn.microsoft.com/Forums/en-US/category/windowsapps”
Posted by Microsoft on 2/26/2013 at 4:02 AM
Thank you for submitting feedback on Visual Studio and .NET Framework. Your issue has been routed to the appropriate VS development team for investigation. We will contact you if we require any additional information.
Posted by Microsoft on 2/21/2013 at 1:51 PM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Sign in to post a workaround.