Skip to content

Sidenav still hiding text in RTL mode #646

Closed
@theunreal

Description

@theunreal

Do you want to request a feature or report a bug?
bug.
This bug is already reported by me, and as the last update of angular 2 material - which had to fix this bug - it actually didn't fix.
#411

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.0-alpha5-2
Cross platform (Bug on IE/FF/Chrome)

Other information

image

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions