NO BUG: Carousel – Custom Options turn into [object Object]

Browser: Chrome 110
OS: macOS / Windows / Linux / etc.
Version: Bricks 2.3.5

When I open the Options tab in the Carousel Element, after a few milliseconds they turn into [object Object].

I guess, when I save now, the options are gone and overwritten?

Edit: I tested it, and yes they are gone. I saved the option from the frontend HTML, before testing tough. After reapplying them they will NOT turn into [object Object] anymore and it works fine.

Hi Arthur,
Thanks so much for your report!

Seems as if you’re using the nestable slider (not the carousel), right? Unfortunately, I cannot reproduce the issue. Would you be so kind as to provide us with your custom settings and a screencast using https://jam.dev showing and explaining what’s happening?

Best regards,
timmse

Hi, sorry, I can’t reproduce it either. Yes, it was the Nestable Slider. I think the data got corrupted or not properly saved in the DB after updating from Bricks 2.3.4 to 2.3.5.

It also seemed to happen right after CodeMirror was initialised when I opened the Options tab.

The Options was:

{
  "type": "loop",
  "direction": "ltr",
  "keyboard": "global",
  "height": "auto",
  "gap": "var(--grid-gap)",
  "start": 0,
  "perMove": 1,
  "perPage": 2,
  "speed": 5000,
  "interval": 5000,
  "easing": "linear",
  "autoHeight": false,
  "autoplay": false,
  "pauseOnHover": false,
  "pauseOnFocus": false,
  "arrows": false,
  "pagination": false,
  "mediaQuery": "max",
  "resetProgress": false,
  "drag": true,
  "breakpoints": {
    "478": {
      "perPage": 1
    },
    "767": {
      "perPage": 1
    }
  },
  "autoScroll": {
    "speed": 1,
    "pauseOnHover": true
  }
}

Ok! Please let us know if it happens again and provide us with replication steps, if possible :v:
For now, I’ll mark it as NO BUG. Enjoy your weekend!