2 Replies Latest reply: Oct 13, 2014 5:48 PM by Liam Dilley RSS

    Bugs in Beta

    Digital Fuel Web Community Member

      At first try new render engine works great guys nice and fast thanks for the hard work.

       

      Bug: Small bug in beta liquid in edit mode.

      {%comment%} hi {%endcomment%} renders fine in both forward facing website and edit mode with standard code. But if you add a module it seems to break in edit mode. ie {%comment%} {module_contentholder,name="_Widget - Text"} {%endcomment%} but renders fine on forward facing site.

        • 1. Re: Bugs in Beta
          DigitalFuel Community Member

          Bug: Again with Edit Mode

          {%comment%} {%endcomment%} & {%include"/_System/includes/Head Tags.tpl"%} these work great in forward facing site so much so I was going to change many contentHolders to includes but in edit mode they have issues.

          Comments works but the tags sometimes render on the page. Fix <!--{%comment%} {%endcomment%}--> still works then comment out comments.

          Includes placed in the <head> or anywhere does not render in edit mode. meaning the page does not render as it should.

          Note to others: Includes means CSS etc is out of the road of clients and will render in the head unlike with contentHolders.

          • 2. Re: Bugs in Beta
            Liam Dilley CommunityMVP

            Comments are if you were leaving comment notes like /**/ and <!-- --> BUT you do not want to render them into the markup. It is not there to capture code like that, there is capture for that.


            There is a well developed bug list thread there as well: Bug List thread