From 2c04dae9eb3d961aed08a8086f3d7185c32ebb2f Mon Sep 17 00:00:00 2001 From: Jairo Llopis Date: Tue, 16 Feb 2016 17:25:08 +0100 Subject: [PATCH] Remove non-working code and explain why. I prefer to remove this code than leaving it there when it does not work. The removal reason and the actual problem are better documented in the Known Issues section of the README so other developers get it easier to work on it. --- website_mail_snippet_responsive/README.rst | 11 +++++++++++ website_mail_snippet_responsive/views/templates.xml | 5 ----- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/website_mail_snippet_responsive/README.rst b/website_mail_snippet_responsive/README.rst index 9f4c9194..dbe24253 100644 --- a/website_mail_snippet_responsive/README.rst +++ b/website_mail_snippet_responsive/README.rst @@ -51,6 +51,17 @@ Known issues / Roadmap will insert a ``
`` in Firefox, that will make it seem like its height is at least like a caret, even if you set a lower value. Do not worry, it goes away when you press *Save*. +* Some elements do not render with the proper width in MS Outlook. This should + be added inside each snippet to make them work:: + + + + But right now the view parser eats comments, and if you avoid that then + CKEditor will eat them, so there's not an easy solution for now. Bug Tracker =========== diff --git a/website_mail_snippet_responsive/views/templates.xml b/website_mail_snippet_responsive/views/templates.xml index 5621db1c..17819198 100644 --- a/website_mail_snippet_responsive/views/templates.xml +++ b/website_mail_snippet_responsive/views/templates.xml @@ -18,11 +18,6 @@
-