Website crashes en bugs out in Microsoft Edge

Hi there. Recently launched a website and it works like a dream in Chrome, Firefox, Safari etc., but it bugs like crazy in Edge and even crashes when hovering over certain elements like V2 Buttons.

I have no idea how to approach debugging this since Edge’s developer console doesn’t give me any more info. Your advice is greatly appreciated:

Thank you!

Hi Meng,

Thank you for writing in, regarding the button issue, please try turning off the interaction of that button and see if it fix the issue.

Regarding those columns stretching on the Pauze area, I see that you added a custom CSS on ROW’s Element CSS

.e222-1.x-section > .x-container > .x-column > .x-container > .x-column {
    padding: 0 0 0 4px;
    align-items: center;
    justify-content: flex-start;
}

Please change the align-items: center; to align-items: stretch;

Hope it helps,
Cheers!

Hi @friech,

Thanks a lot, that totally helped! Might I inquire to the cause of the bugs?

  • Meng

It’s a bug specific to Interaction and IE.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.