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

Dropdown nested has issue and not to be resolve #4739

Open
901F opened this issue Oct 25, 2018 · 12 comments · May be fixed by #4950
Open

Dropdown nested has issue and not to be resolve #4739

901F opened this issue Oct 25, 2018 · 12 comments · May be fixed by #4950

Comments

@901F
Copy link

901F commented Oct 25, 2018

From issue #3703 and #3851

It still a bug until latest version (3.0.1)

on #3703 close for duplicate but I don't see other issue related

@li10217
Copy link

li10217 commented Dec 21, 2018

Fixing it?The next version?

@MaiGhoneem
Copy link

+1

@longinus89
Copy link

longinus89 commented Jan 22, 2019

+1. Please fix it, I'm trying to create a workaround but It's still buggy.

@JIBIN-P
Copy link

JIBIN-P commented Sep 17, 2019

hii is there any workarounds for nested dropdowns to not overlap each other on mouseover?

@titobf
Copy link

titobf commented Oct 9, 2019

I'm also interested on some workaround for this

@VILLAN3LL3
Copy link

The bug is still unsolved. Any workaround for this?

@DoanVanThuong
Copy link

DoanVanThuong commented Apr 17, 2020

not resolve in 5.2.0

@NZOTHIAM
Copy link

hello everyone,

you can make to work better by changing the trigger of the dropdown menu item form mouseover to mouseclick => triggers="mouseclick"

@RiccardoNextre
Copy link

hello everyone,

you can make to work better by changing the trigger of the dropdown menu item form mouseover to mouseclick => triggers="mouseclick"

Hi, I've tryied this option, but it closes the top menu.

Can you post your code, please?

Thanks!

@danda186
Copy link

danda186 commented May 25, 2020

<div class="btn-group" dropdown [dropup]="true" [insideClick]="true">
U need to enable [insideClick] first, then change 'mouseover' to 'mouseclick'
<li role="menuitem" dropdown [dropup]="true" triggers="mouseclick" placement="right" container="body">

@prashvirus
Copy link

<div class="btn-group" dropdown [dropup]="true" [insideClick]="true">
U need to enable [insideClick] first, then change 'mouseover' to 'mouseclick'
<li role="menuitem" dropdown [dropup]="true" triggers="mouseclick" placement="right" container="body">

this works but doesn't close the top menu on inside click of the nested menu.

@edan-bainglass
Copy link

<div class="btn-group" dropdown [dropup]="true" [insideClick]="true">
U need to enable [insideClick] first, then change 'mouseover' to 'mouseclick'
<li role="menuitem" dropdown [dropup]="true" triggers="mouseclick" placement="right" container="body">

this works but doesn't close the top menu on inside click of the nested menu.

That can be resolved by adding a manual toggle to any item of the top menu that is not a submenu trigger. Reference the manual toggle section of the dropdown component documentation. A bit annoying if you have many items (and are not using ngFor), but it at least resolves the issue for now until we get a proper fix.

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.