Uploaded image for project: 'Tapestry 5'
  1. Tapestry 5
  2. TAP5-2600

CSS minification breaks transition statement

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.4.3
    • 5.8.3
    • tapestry-webresources
    • None

    Description

      transition: all 500ms ease 0s;
      

      is turned into

       

      transition: all 500ms ease 0;
      

      This does work in Chrome, Firefox...

       

       

      I think "transition:" need to be excluded in:

      CssCompressor:328

       

      css = css.replaceAll("(?i)(^|[^0-9])(?:0?\\.)?0(?:px|em|in|cm|mm|pc|pt|ex|deg|g?rad|m?s|k?hz)", "$10");
      

       

       

      Attachments

        Issue Links

          Activity

            People

              ben-ng Ben Weidig
              svein Svein
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: