Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3.6.0 upgrade breaking nested spacers #6

Closed
thisisjamessmith opened this issue Aug 17, 2016 · 2 comments
Closed

1.3.6.0 upgrade breaking nested spacers #6

thisisjamessmith opened this issue Aug 17, 2016 · 2 comments

Comments

@thisisjamessmith
Copy link

Hiya, I'm encountering an issue after upgrading from 1.3.5.0 to 1.3.6.0.

Given the following partial markup, the spacer element on the inside of the table does not get parsed, while the ones on the outside do:

<container>
    <wrapper>
        <row>
            <columns small="12" large="12">

                <spacer size="40"></spacer>

                <table>
                    <tr>
                        <th>
                            <spacer size="220"></spacer>
                        </th>
                    </tr>
                </table>

                <spacer size="40"></spacer>

            </columns>
        </row>        
    </wrapper>
</container>
thampe added a commit that referenced this issue Aug 30, 2016
* Force Cache Clear after Transformation.
@thampe
Copy link
Owner

thampe commented Aug 30, 2016

Hi,

thanks for reporting this bug. It took some time to find the issue, but it is finally fixed.

@thampe thampe closed this as completed Aug 30, 2016
@thisisjamessmith
Copy link
Author

great! many thanks for your hard work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants