Problem/Motivation
The affected paragraphs grow infinitely in height because the resize observer is triggered again and again as the document height changes (by the equal height script).
This also affects drowl_paragraphs (pushed the fix on DEV there and created a new release).
Steps to reproduce
Proposed resolution
Let the obeserver only check the width of the document.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork drowl_paragraphs_bs-3480695
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
anybody@thomas.frobieter I guess that's (also) drowl_paragraphs? (Older page...)
Comment #3
thomas.frobieterComment #6
thomas.frobieter