Drawer anchor wrong position in RTL
See original GitHub issueI use Drawer in my app in both direction but in RTL the Drawer still appear in the left side
- This is not a v0.x issue.
- I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
Show The Drawer In right side when the anchor value is right
Current Behavior
Show The Drawer In left side when the anchor value is right
Steps to Reproduce
Link: https://codesandbox.io/s/3vjo4w33k6
Your Environment
Tech | Version |
---|---|
Material-UI | v3.2.0 |
React | 16.5.2 |
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
mui/material-ui - Drawer anchor wrong position in RTL - GitHub
I use Drawer in my app in both direction but in RTL the Drawer still appear in the left side This is not...
Read more >Close Persistent MUI Drawer on clicking outside
Persistent Drawer ... Use ClickAwayListener to know when the user clicks outside the Drawer . You also need to set mouseEvent="onMouseDown" , ...
Read more >Drawer - MudBlazor - Blazor Component Library
Anchor.Left and Anchor.Right makes Drawer's position absolute, they will not follow RTL-LTR changes.
Read more >Create responsive drawer menu with React + Material-UI.
I referred to “Responsive drawer” and “Clipped under the app bar” of the following ... <Drawer variant="temporary" anchor={theme.direction === 'rtl' ?
Read more >Drawer - Ant Design
A Drawer is a panel that is typically overlaid on top of a page and slides in from the side. It contains a...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@NuruddinBadawi It works better when you follow the RTL guide: https://codesandbox.io/s/mz3506j6kp.
Please spend more time looking into your issues. We will no longer prioritize them:
@NuruddinBadawi I’m using withRoot.