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

menu的折叠动画不起效果 #968

Closed
wzohxia opened this issue Dec 11, 2020 · 11 comments · Fixed by #1003
Closed

menu的折叠动画不起效果 #968

wzohxia opened this issue Dec 11, 2020 · 11 comments · Fixed by #1003
Assignees
Labels
Project::Bug Something isn't working

Comments

@wzohxia
Copy link

wzohxia commented Dec 11, 2020

<el-menu default-active="2" class="el-menu-vertical-demo">
    <el-submenu index="1">
      <template #title>
        <i class="el-icon-location"></i>
        <span>导航一</span>
      </template>
      <el-menu-item-group>
        <template #title>分组一</template>
        <el-menu-item index="1-1">选项1</el-menu-item>
        <el-menu-item index="1-2">选项2</el-menu-item>
      </el-menu-item-group>
      <el-menu-item-group title="分组2">
        <el-menu-item index="1-3">选项3</el-menu-item>
      </el-menu-item-group>
      <el-submenu index="1-4">
        <template #title>选项4</template>
        <el-menu-item index="1-4-1">选项1</el-menu-item>
      </el-submenu>
    </el-submenu>
    <el-menu-item index="2">
      <i class="el-icon-menu"></i>
      <template #title>导航二</template>
    </el-menu-item>
    <el-menu-item index="3" disabled>
      <i class="el-icon-document"></i>
      <template #title>导航三</template>
    </el-menu-item>
    <el-menu-item index="4">
      <i class="el-icon-setting"></i>
      <template #title>导航四</template>
    </el-menu-item>
  </el-menu>
@jw-foss
Copy link
Member

jw-foss commented Dec 11, 2020

@Liiked is on his way of fixing this.

@jw-foss jw-foss added the Project::Bug Something isn't working label Dec 11, 2020
@Bo-LiangD
Copy link

问题 解决了嘛 弱弱的 问一句 嘿嘿

@Liiked
Copy link
Contributor

Liiked commented Dec 11, 2020

问题 解决了嘛 弱弱的 问一句 嘿嘿

Is your problem same as #832 ?

@Bo-LiangD
Copy link

是的

@erbaihuang
Copy link

Has it been fixed in 1.0.1-beta.8?

@jw-foss
Copy link
Member

jw-foss commented Dec 14, 2020

Has it been fixed in 1.0.1-beta.8?

Nah, we will try our best to fix that as fast as we can. Once this issue is fixed, this issue will get closed along with the PR.

@Liiked
Copy link
Contributor

Liiked commented Dec 14, 2020

the issue is related to the feature of new transition class in vue3, which triggers the #2593 & #2531.

fix of 2593 & 2531 is worked, but causes animation failure in hooks of 'leave'. We'll find a moderate way to fix this ASAP.

@wangshixiang1984
Copy link

Have the same problem, when collapse and expand, no animation . when click submenu, have animation on drop dwon but no on slide up

@jw-foss
Copy link
Member

jw-foss commented Dec 15, 2020

Have the same problem, when collapse and expand, no animation . when click submenu, have animation on drop dwon but no on slide up

Got it, will fix soon.

@bytrix
Copy link

bytrix commented Nov 13, 2021

You guys are all Chinese, why communicate in English?

@sxzz
Copy link
Collaborator

sxzz commented Nov 13, 2021

@github-actions github-actions bot locked and limited conversation to collaborators Dec 13, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Project::Bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants