Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with code mode and firefox #7340

Closed
johbuch opened this issue Mar 20, 2019 · 3 comments
Closed

problem with code mode and firefox #7340

johbuch opened this issue Mar 20, 2019 · 3 comments
Assignees
Labels
bug Issues or PR's relating to bugs ready-to-test PR's that are ready to test
Milestone

Comments

@johbuch
Copy link
Contributor

johbuch commented Mar 20, 2019

Bug Description

There is a problem with code mode for email and firefox.
if you copy an HTML code in the code mode generator, then when applying it will work if your browser is Chrome but if it is firefox it won't work.

Q A
Mautic version 2.15.0 and 2.15.1
PHP version
Browser

Steps to reproduce

  1. Use firefox
  2. Create a new email (add object and name)
  3. Choose code mode
  4. Copy and paste this html
<!DOCTYPE html>
<html>
<body>
<h1>Test Heading</h1>
<p>Test paragraph.</p>
</body>
</html>
  1. Click on apply
  2. See that it still tries to load
    image
    And check the console inspector, you will see an error

Capture d’écran 2019-03-20 à 18 09 51

7. Repeat this step with google chrome and you won't get a problem.

Log errors

@npracht npracht added the bug Issues or PR's relating to bugs label Mar 21, 2019
@vicampuzano
Copy link

I get this error (both on Chrome and Firefox) with html code generated with tools like beefree (dot) io or stripo (dot) email

@kuzmany kuzmany added the WIP PR's that are not ready for review and are currently in progress label Mar 25, 2019
@kuzmany kuzmany added ready-to-test PR's that are ready to test and removed WIP PR's that are not ready for review and are currently in progress labels Mar 25, 2019
@kuzmany
Copy link
Member

kuzmany commented Mar 25, 2019

Let's test #7346
On production server require regenerate assets php app/console mautic:assets:generate

@npracht npracht added this to the 2.15.2 milestone Apr 12, 2019
@npracht
Copy link
Member

npracht commented Apr 18, 2019

Merged in 2.15.2

@npracht npracht closed this as completed Apr 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues or PR's relating to bugs ready-to-test PR's that are ready to test
Projects
None yet
Development

No branches or pull requests

4 participants