Search

Flow Right to Left Sub Menu opens to wrong direction - only in Windows 8 by CSSForumEngineer

Closed
as External Help for as External

1
0
Sign in
to vote
Type: Bug
ID: 777345
Opened: 1/23/2013 11:09:54 PM
Access Restriction: Public
0
Workaround(s)
0
User(s) can reproduce this bug
This code works prefect on all windows.
on Windows 8 the Sub Menu Aligns to the wrong side (as in LTR and not as it should be on RTL)
<Window x:Class="menutest.MainWindow"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        Title="MainWindow" Height="350" Width="525" FlowDirection="RightToLeft">
    <DockPanel>
        <Menu DockPanel.Dock="Top" HorizontalAlignment="Left" Height="40" VerticalAlignment="Top" Width="100">
            <MenuItem Header="בדיקה">
                <MenuItem Header="בדיקה ארוכה מאוד"></MenuItem>
                <MenuItem Header="בדיקה ארוכה מאוד"></MenuItem>
                <MenuItem Header="בדיקה ארוכה מאוד"></MenuItem>
            </MenuItem>
        </Menu>
    </DockPanel>
</Window>

Here is the link of this thread: http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/455f8a64-6519-4856-9282-8e0c73ed0229
Details (expand)

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

Visual Studio 2012

Steps to reproduce

1.Set up a WPF project,copy the code(included in Description) into the xaml file.
2.Run this project in Windows8 and the Sub Menu Aligns to the wrong side.
3. If run this project in Windows7, code works well.

Product Language

English

Operating System

Windows 8

Operating System Language

English

Actual results

Sub Menu Aligns from Left to Right

Expected results

Sub Menu Aligns from Right to Left
File Attachments
0 attachments
Sign in to post a comment.
Posted by Microsoft on 1/23/2013 at 11:50 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.