material-design-for-bootstrap icon indicating copy to clipboard operation
material-design-for-bootstrap copied to clipboard

All Material dropdown not auto Close In Server System

Open sqlnew opened this issue 5 years ago • 4 comments

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

sqlnew avatar Jun 09 '19 05:06 sqlnew

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.

klegni avatar Oct 14 '19 12:10 klegni

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

mateuszlubianka1993 avatar Dec 05 '19 09:12 mateuszlubianka1993

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

SyzbaLinux avatar Mar 03 '20 10:03 SyzbaLinux

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!

sqlnew avatar Mar 05 '20 08:03 sqlnew