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

Persistent app drawer does not work when combined with md-right #1204

Closed
alexwohlbruck opened this issue Nov 23, 2017 · 6 comments · Fixed by #1493
Closed

Persistent app drawer does not work when combined with md-right #1204

alexwohlbruck opened this issue Nov 23, 2017 · 6 comments · Fixed by #1493
Assignees

Comments

@alexwohlbruck
Copy link

The md-app-drawer component does not push content over in persistent mode when it is set to the right side. Instead, it just opens atop of the content, partially covering it. There should also be a small border on the left edge like its left-drawer counterpart.

Example

@Samuell1
Copy link
Member

Hey, can you please provide your code?

@alexwohlbruck
Copy link
Author

alexwohlbruck commented Nov 26, 2017

@Samuell1 Here's a codepen

https://codepen.io/bluwoh/pen/KyBoeY

If you remove the code for the left drawer, I think you can see what's happening here. It looks like the md-right attribute was never designed to work with a persistent drawer, only a temporary one.

@marcosmoura
Copy link
Member

I forgot to think about persistent right drawers. I will improve this ASAP!

@deniszavadskiy
Copy link

@marcosmoura So what? Does this feature implemented?

@deniszavadskiy
Copy link

@marcosmoura Bro, tell something

marcosmoura pushed a commit that referenced this issue May 13, 2018
* fix(MdApp): right drawer

BREAKING CHANGE: Replace useless props `mdLeft` with `!this.mdRight`

fix #1204

* fix(MdAppDrawer): right drawer supporting

BREAKING CHANGE: no more than one drawer in a MdApp

* fix(MdDrawerRightPrevious): right drawer styles

use an previous element for styling container with right drawer with similar css codes

* fix(MdDrawer): Temporary style

* fix(MdAppSideDrawer): correct component name

* fix(MdApp): reactive persistent drawer

fully reactive drawer
@ptrckdev
Copy link

ptrckdev commented Feb 6, 2019

So this comment in the docs for the "App"-component is now wrong I assume? Bummer :(

"md-app-drawer: Places the drawer panel, that also accepts any options from the md-drawer. You can have a left or right placed drawers. Or both."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants