Menu

#29 Problem with unescaping in AbstractSACParser

closed
RBRi
None
5
2012-07-18
2009-11-04
Anonymous
No

The unescape method in AbstractSACParser removes backslashes from style property:
After parsing the style rule "input {-wap-input-format: "NNNNN-NNNN"}" with SacCSSParser21 the method CSSStyleRuleImpl.getCssText() returns:
input { -wap-input-format: "NNNNN-NNNN" }

Discussion

  • Nobody/Anonymous

    My solution for this problem.

     
  • RBRi

    RBRi - 2011-07-27

    Now fixed in SVN. Thanks for reporting.

     

Anonymous
Anonymous

Add attachments
Cancel