mdbootstrap / mdb-react-ui-kit

React 18 & Bootstrap 5 & Material Design 2.0 UI KIT
https://mdbootstrap.com/docs/b5/react/
Other
1.41k stars 264 forks source link

There is compatible problem with browser other than chrome #38

Closed PhantomX7 closed 6 years ago

PhantomX7 commented 6 years ago

when i wrap Link tag from react-router-dom to a CardImage it is working fine on chrome. But when I was on firefox or mobile browser, I need to double click the image in order to make the Link working.

working on react 16, react-router 4, MDB React: 4.4.0

<Link to={`/dashboard/product/${this.props.product_id}`}>
    <CardImage
        className="img-fluid"
        src={this.props.image}
     />
</Link>
smolenski-mikolaj commented 6 years ago

Thanks for Your remarks. We'll work on it and try to prepare a fix for it in the next release.

Rotarepmi commented 6 years ago

Issue was related to the Waves functionality. It was fixed and should not bother anyone anymore.