Account cache bug in Wix

Hi,

I’m encountering some kind of strange bug (I suppose) in Wix. I might be wrong, I’m curious about your opinion about it.

On my website, I’m busy building a dropdown with checkboxes, similar to the Wix Example that can be found here: https://www.wix.com/velo/example/checkbox-dropdown

Once, when I clicked the site above, I pressed “Edit now” and could see and test the code of the Wix Example, and everything was working fine. But somehow, at one moment the checkboxes in the dropdown disappeared and I have not been able to get them back. Remember, we’re talking about an empty example of the above website, clicking exactly that link. I started on my desktop, a -most recent- Windows 11 device with the most recent Edge browser.

What I’ve tried to do to get to a clean, working example using the link below again:

  1. Logging in and out, removing internet cache from the browser

  2. disabling site cache in Wix in the settings of the example page → advanced settings → manually control caching for this site → disable cache

  3. going in an InPrivate tab, go to the above link, login with my account (which is required) and re-open the empty, fresh page.

I tried all of the above a couple of times but still; the container seemed messed up and checkboxes don’t appear anymore when I test the code using preview or publish. Then I also discovered that every time you open an Example, Wix actually makes a new website in your account when you edit it, and you can find/edit it under My Sites. But remember; every time you click the link, Wix makes a new copy. So the first time I found out about it, I found My Site 2 up to My Site 8 , all were copies of the exact same sample code. This triggered me of course. Could this be an account-bound caching bug in Wix , instead of a caching problem in my own browser? So I tried:

  1. Remove all the my sites, removed all the removed my sites from trash, and re-open the page. It did nothing.
  2. Do the same thing and then log in on my MacBook Pro (on Ventura with the most recent Safari webbrowser). The exact same problem emerged; the check boxes don’t appear and the container/repeater are not lined out nicely.
  3. So, I asked a friend: did Wix update their example with bad code that doesn’t work anymore? Within 3 minutes, he replied ‘nope, this code works fine what’s the problem with it. did you try to remove your cache…’

Yes I already did… :sweat_smile:. So, to be short, it seems to me that there’s some kind of account-bound cache that’s the problem here that makes Wix produce a faulty version of the above Example code because somehow it got messed up in my account.

So it seems like a Wix bug to me, but of course I’m curious if anyone has another solution or suggestion that I can try. Thanks for the help!

An update; after some research i found out that it seems the bug is in the checkboxes. When I add a checkbox, no matter where I do it on the side, it will only show up the label text, but not the checkbox itself. Left of the text, I see a very small box, perhaps 4x4 pixels. When i try to change the height of the checkbox, it’s locked. The only thing I can do is change the lenght of the element (which includes the length of the text value).

When I change the lenght, the height changes with it, so these 2 are connected. When I set the length to 10, the height becomes one. The max is a length of 25, which makes the height become 4. But 4 is also the max height, it’s not possible to make it longer.

So, very strange behaviour. Anyone who has an idea what’s going wrong here? And remember; this also happens if I delete all the cache, it also happens in a complete new site when I create it. It’s a really weird bug… please help!