Problem/Motivation
Currently, we didn't check cookies before adding a placeholder to the view. So, the placeholder always renders on the page and after that replaced by the view if cookies are accepted. It can cause some late view rendering which could affect page scrolling.
Proposed resolution
Add check, before adding a placeholder, if exists cookies for the current service.
Issue fork cookies_addons-3404829
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 #3
_shyComment #5
_shy