Topic: Button doesn't work in Chrome with Version 4.4.0
Expected behavior Button doesn't work in Version 4.4.0 with Chrome Browser
Actual behavior Since the update to version 4.4.0, the buttons in Chrome unfortunately no longer work. In Firefox it still works.
Attached a link with which you can understand the behavior.
Resources (screenshots, code snippets etc.)
https://mdbootstrap.com/snippets/standard/gerdhuber/4284502
gerdhuber pro answered 2 years ago
The issue is in v5.0 always there in Chrome Browser. I am back again to 4.3.0 Regards Gerd
hraud pro premium priority answered 2 years ago
I have the same issue. Changing all of my input elements to button elements is not practical, as it breaks other functionality. I have rolled back to v4.3.0 while waiting for a fix.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Pro
- Premium support: No
- Technology: MDB Standard
- MDB Version: MDB5 4.4.0
- Device: pc
- Browser: Chrome
- OS: windows
- Provided sample code: No
- Provided link: Yes
mlazaru staff commented 2 years ago
On chrome 104 everything works fine. I tested it also on opera and its exactly the same on both browsers. What is your chrome version?
gerdhuber pro commented 2 years ago
i have Version 104.0.5112.81 (Offizieller Build) (64-Bit)
please check this php-file example_chrome_4.4.0_buttons.php in the attached snippets.
when you click on the button, there is no action in chrome-brwoser
mlazaru staff commented 2 years ago
I found a button which doesn't work. The problem that you reported is when you click the button, ripple effect animation goes on and then nothing happends? If that's the case, we are currently working on solution. Until we fix it, please try to replace
input type=submit
withbutton
element.