Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

sidenav: should be display: flex by default #10040

Open
sebakerckhof opened this issue Nov 19, 2016 · 1 comment · May be fixed by #12083
Open

sidenav: should be display: flex by default #10040

sebakerckhof opened this issue Nov 19, 2016 · 1 comment · May be fixed by #12083
Labels
has: Pull Request A PR has been created to address this issue P3: important Important issues that really should be fixed when possible. type: bug
Milestone

Comments

@sebakerckhof
Copy link
Contributor

Actual Behavior:

Angular Versions: *

  • Angular Version: 1.5.8
  • Angular Material Version: 1.1.1
@Splaktar Splaktar changed the title md-sidenav should be display: flex by default. sidenav: should be display: flex by default Apr 20, 2020
@Splaktar Splaktar added the needs: demo A CodePen demo or GitHub repository is needed to demonstrate the reproduction of the issue label Apr 21, 2020
@Splaktar
Copy link
Member

Here's a simple demo of this. It's true that we have the following behaviors:

  • Locked open: defined as display: flex
  • Open: defaults to display: block
  • Closed: defined as display: none

We should use display: flex for the Open state and not just default it to display: block.

@Splaktar Splaktar added for: external contributor P3: important Important issues that really should be fixed when possible. type: bug and removed needs: demo A CodePen demo or GitHub repository is needed to demonstrate the reproduction of the issue labels Apr 21, 2020
@Splaktar Splaktar added this to the 1.1.23 milestone Apr 21, 2020
@Splaktar Splaktar modified the milestones: 1.1.23, 1.2.1, 1.2.0 May 6, 2020
@Splaktar Splaktar modified the milestones: 1.2.0, 1.2.1 Jul 29, 2020
@Splaktar Splaktar modified the milestones: 1.2.1, 1.2.2 Sep 14, 2020
@Splaktar Splaktar modified the milestones: 1.2.2, - Backlog Dec 17, 2020
@ersachin3112 ersachin3112 linked a pull request Mar 23, 2021 that will close this issue
3 tasks
@Splaktar Splaktar added the has: Pull Request A PR has been created to address this issue label Jul 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
has: Pull Request A PR has been created to address this issue P3: important Important issues that really should be fixed when possible. type: bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants