Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Repeater Resize Improvement #1625

Merged

Conversation

kevinparkerson
Copy link
Contributor

Solves issues with repeater resizing by simply resizing columns (including frozen and action) instead of re-rendering. Related to issues 1568 & 1569

…uding frozen and action) instead of re-rendering. Related to issues 1568 & 1569
this.$element.find('.repeater-header').outerHeight() -
this.$element.find('.repeater-footer').outerHeight() -
((viewportMargins.bottom === 'auto') ? 0 : parseInt(viewportMargins.bottom, 10)) -
((viewportMargins.top === 'auto') ? 0 : parseInt(viewportMargins.top, 10));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This giant expression needs to be broken out into clarifying variables. The rewrite code that you delete was much easier to read and this needs to be unpacked the same way.

futuremint added a commit that referenced this pull request Nov 25, 2015
@futuremint futuremint merged commit 0935896 into ExactTarget:master Nov 25, 2015
@cmcculloh-kr cmcculloh-kr added this to the 3.13.0 milestone Nov 22, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants