Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio Compatibility with MAUI Blazor RTL Layout #16694

Closed
devenv2 opened this issue Aug 11, 2023 · 3 comments
Closed

Visual Studio Compatibility with MAUI Blazor RTL Layout #16694

devenv2 opened this issue Aug 11, 2023 · 3 comments
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView platform/windows 🪟 s/needs-info Issue needs more info from the author t/a11y Relates to accessibility t/bug Something isn't working

Comments

@devenv2
Copy link

devenv2 commented Aug 11, 2023

Description

I am currently working on a MAUI Blazor application that requires support for right-to-left (RTL) layouts in Windows. However, I've encountered an issue where Visual Studio does not adequately support Arabic and RTL languages for MAUI Blazor applications.

ezgif-2-d28a9b57ea

Steps to Reproduce

  1. Create a new MAUI Blazor project.
  2. Implement RTL layout requirements.
  3. Observe distorted appearances in the application when using Visual Studio.

Link to public reproduction project repository

No response

Version with bug

Unknown/Other

Is this a regression from previous behavior?

No, this is something new

Last version that worked well

Unknown/Other

Affected platforms

Windows

Affected platform versions

Windows 10

Did you find any workaround?

I attempted to conditionally apply CSS transformations in C# code to handle RTL layouts, but this did not fully resolve the issue. The problem appears to be deeper, related to Visual Studio's handling of RTL layouts.

body { transform: scaleY(-1); -webkit-transform: scaleX(-1); -moz-transform: scaleX(-1); -ms-transform: scaleX(-1); -o-transform: scaleX(-1); }

Relevant log output

No response

@devenv2 devenv2 added the t/bug Something isn't working label Aug 11, 2023
@mattleibow
Copy link
Member

Is this a duplicate of #15297?

@mattleibow mattleibow added the s/needs-info Issue needs more info from the author label Aug 11, 2023
@ghost
Copy link

ghost commented Aug 11, 2023

Hi @devenv2. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time.

@mattleibow mattleibow added platform/windows 🪟 area-blazor Blazor Hybrid / Desktop, BlazorWebView legacy-area-a11y Relates to accessibility labels Aug 11, 2023
@ghost ghost added the s/no-recent-activity Issue has had no recent activity label Aug 15, 2023
@ghost
Copy link

ghost commented Aug 15, 2023

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate.

@ghost ghost closed this as completed Aug 18, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 17, 2023
@Eilon Eilon added the t/a11y Relates to accessibility label May 10, 2024
@dotnet-policy-service dotnet-policy-service bot removed the s/no-recent-activity Issue has had no recent activity label May 10, 2024
@Eilon Eilon removed the legacy-area-a11y Relates to accessibility label May 10, 2024
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-blazor Blazor Hybrid / Desktop, BlazorWebView platform/windows 🪟 s/needs-info Issue needs more info from the author t/a11y Relates to accessibility t/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants