Few mautic design bugs on 5.10

Your software
My Mautic version is: 5.10
My PHP version is: 8.1

Your problem

Hi, i found out few problems on the version 5.10 of mautic. Most of them are design problems.

I am using the older email editing option because the new one not support hebrew well and it seems like the editor design break. The same problem is also showing up the capmign when i create a new campign.

The cause to the problem is “display: flex;” on app.css:

image

Second problem is that it seems like some of the icons are missing (like the delete icon).

image

Third problem is that the campign is not open on new fresh install of mautic 5.10. If i upgrade from mautic 4 to 5 it works but on new fresh install it’s not opening the campign editor.

And on the sending email option on the capmaign it seems like the send time design break as well:

Haven’t the how things works in terms of the system but for the time being i went back to mautic 4 but i have to say the ability to copy elements on the campigns and exclude segemnts is really cool.

Ok after some testing, it seems like the problem with not able to edit the campaigns coming from " Load Froala assets".

When that option is active you can edit campaigns when it’s off you can’t edit them (so it required to activate that to make it work).

image

Second problem with delete icons not working. It seems like you might changed a bit the delete code and you need to add this css to builder.css in order to fix that

/* fixing remove button not working */
.ri-close-line:before {
content: “\f00d”;
}

.ri-close-line {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

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