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

Sidenav goes over text on RTL pages #411

Closed
theunreal opened this issue May 10, 2016 · 1 comment · Fixed by #465
Closed

Sidenav goes over text on RTL pages #411

theunreal opened this issue May 10, 2016 · 1 comment · Fixed by #465

Comments

@theunreal
Copy link

theunreal commented May 10, 2016

  • Do you want to request a feature or report a bug?
    bug
  • What is the current behavior?
    In RTL (Right-to-left) versions of a page, the sidenav content starts inside the sidenav and blocked by it.
  • **If the current behavior is a bug,
    master.html:
    <md-sidenav-layout> <md-sidenav #start mode="side" [opened]="true"> <sidebar></sidebar> </md-sidenav>

sidebar.html:

  <md-toolbar color="primary">Some info</md-toolbar>
  <div class="content">
     Hello, I'm a Sidenav!
 </div>

  • What is the expected behavior?
    Sidenav Content should start from the end of the sidenav (the end in RTL versions, is the left side of it)
  • What is the motivation / use case for changing the behavior?
  • Text and other element shouldn't be hidden inside the sidenav
  • support RTL pages
  • Which version of Angular and Material, and which browser and OS does this issue affect?
    Angular material 2.0.00-alpha4
    Cross platform (Bug on IE/FF/Chrome)
  • Other information

image

@theunreal theunreal changed the title Sidenav goes over text on RTL page Sidenav goes over text on RTL pages May 10, 2016
@hansl hansl self-assigned this May 10, 2016
andrewseguin pushed a commit to andrewseguin/components that referenced this issue Oct 15, 2018
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants