-
Bug
-
Resolution: Fixed
-
Critical
-
2.6.0
-
None
-
4.4 M2
Cannot inline CSS. Ignoring this rule and continuing. Location: org.ametys.core.util.mail.SendMailHelper.inlineCSS(SendMailHelper.java:563) Thrown: org.jsoup.select.Selector$SelectorParseException: Could not parse query '': unexpected token at ''
The exception is thrown at this line Elements selectedElements = doc.select(rule.getSelector()); 554 du SendMailHelper
when calling parse() of QueryParser of jsoup
Test In my project:
When I put juste one style like : table.maclasse
I hav this error
when I leave the css part empty i haven't got error
- Dépend de
-
RUNTIME-3440 Inline CSS in mail failed with \r
-
- Closed
-
Cannot not reproduce with given template.xsl file nor simple example.
Some CSS rules are ignored because of :hover, :visited, :focus which are not supported. They should be removed.
The rules in error are loggued in an error message but the newsletter is sent (CSS are just ignored)