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

All Material dropdown not auto Close In Server System #246

Open
sqlnew opened this issue Jun 9, 2019 · 4 comments
Open

All Material dropdown not auto Close In Server System #246

sqlnew opened this issue Jun 9, 2019 · 4 comments

Comments

@sqlnew
Copy link

sqlnew commented Jun 9, 2019

Material dropdown Component not auto Close
MDB Version: 4.8.0 or Following
Device: PC
Browser: Chrome, FireFox, IE
OS: Windows 2008R2

When using the Material dropdown component, when you open the dropdown menu, you can't close it any more. Including the drop-down menu. With the latest version of Chrome, the latest version of FireFox is the same problem. I tested the results under Windows 2008 R2 and Windows 2016 server. I wonder if this bug exists in the server system.

20190608224211

20190608224041

20190608224119

20190609134051

@klegni
Copy link

klegni commented Oct 14, 2019

The problem is that most Servers will ask for reduced motions:
and in mdb.js is the following:
@media (prefers-reduced-motion) .animated {
-webkit-animation: unset!important;
animation: unset!important;
-webkit-transition: none!important;
-o-transition: none!important;
transition: none!important;
}
In .js it's expected that the animations runs to the end, but they don't and that's why it doesn't work.

@mateuszlubianka1993
Copy link
Contributor

Hi,
We will check this soon. Thank you for this post.
Best,

@SyzbaLinux
Copy link

Please resolve the issue I am facing a similar problem with some devices

@sqlnew
Copy link
Author

sqlnew commented Mar 5, 2020

I just used the latest version 4.14.0, and this problem still exists. It seems that the author does not intend to fix it.

I need to modify mib.js manually every time to avoid this problem, which is very troublesome.

Because this problem will affect the whole menu operation in Windows Server Version, it cannot be avoided. Windows 2008R2, windows 2012, windows 2016, windows 2019, chrome, Firefox, Ms edge and other browsers all have this problem! I hope the author can fix this problem as soon as possible!

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

No branches or pull requests

4 participants