Topic: Animations conflict with DataTables Bubble editor

Jordan Mack pro asked 1 year ago


Expected behavior

DataTables Bubble editor showing

enter image description here

Actual behavior

The bubble editor cannot be seen, but is on the dom

enter image description here

Resources (screenshots, code snippets etc.)

I've been in contact with DataTables and the error is believed to be MDB overwriting of jQuery's animations that allow for multiple elements to be animated at the same time, but MDB's jQuery integration only allowing for a single element.

They have narrowed it down to:

static jQueryInterface(options) {
    const animate = new Animate(this[0], options);
    animate.init();
}

The this[0] means only the first element is acted upon - it would need a loop or for Animate to support multiple elements.

I cannot post DataTable Editor CDN's or files to a snippet, but I can provide an external link to my site showcasing this error upon request (I'd rather not make the link public, please email at jordan.mack37 [at] gmail [dot] com )

Just wondering if there are any quick work arounds for this issue?

Thank you


nvtrong197 free commented 1 year ago

OK. thanks CND editor


Grzegorz Bujański staff answered 1 year ago


We are working on this issue. At the moment, unfortunately, the only solution is to edit src on your own


nvtrong197 free commented 1 year ago

OK. Grzegorz Bujański



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB Standard
  • MDB Version: MDB5 5.0.0
  • Device: Intel x86
  • Browser: Chrome
  • OS: Ubuntu 22.04
  • Provided sample code: Yes
  • Provided link: No