Problem/Motivation

The views_infinite_scroll module adds a wrapper around the views content to perform its AJAX commands.

<div data-drupal-views-infinite-scroll-content-wrapper="" class="views-infinite-scroll-content-wrapper clearfix">

The clearfix could lead to undesired side-effects when your views rows are not floated, but e.g. use flexbox for their arrangement.

Proposed resolution

In my opinion should the module not be biased on any frontend implementation and therefore not add a clearfix.
Unfortunately this could be a breaking change, if sites are implicitly relying on the existing clearfix.

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

Comments

szeidler created an issue. See original summary.

anybody’s picture

+1 you're right.

mgoubert’s picture

+1! True

anybody’s picture

Status: Active » Postponed (maintainer needs more info)

Is this still an issue with 2.0.x? If yes, please update the version and set the status active again with clear steps or (best) with a test showing what's broken.

2.0.x is the active development branch.

If nobody replies, we should assume this is fixed and close this issue outdated.

Thanks!