When displayed, the popup snaps into position, regardless of what delay has been configured. This is due to `popup.height()` being read as 0 on line 76 of `eu_cookie_compliance.js`.

This is caused by the height being read BEFORE the tag has been added to the DOM.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

svenryen created an issue. See original summary.

svenryen’s picture

svenryen’s picture

Status: Active » Needs review
killua99’s picture

Status: Needs review » Reviewed & tested by the community

Commit this.

  • svenryen committed 099fe73 on 8.x-1.x
    Issue #2899097 by svenryen: Banner doesn't animate on open, since height...
svenryen’s picture

Status: Reviewed & tested by the community » Fixed
svenryen’s picture

Status: Fixed » Closed (fixed)