This module works great and definitely improves the core toolbar. I noticed one issue a couple hours ago, after the installation of Toolbar anti-flicker, IMCE file browser has stopped working.
Steps to replicate:
Step 1: Install a new version of Drupal 8.1.10 on Simplytest.me
Step 2: Install IMCE(Latest Stable Realease) File browser
Step 3: Confirm and test IMCE File browsing capabilities
Step 4: Install Toolbar Antiflicker(Latest Stable Release)
Step 5: Re-test IMCE File browser (Blank Screen Pops Up)
Step 6: Uninstall Toolbar Antiflicer ( IMCE Works as normal)
There are no Javascript or PHP Errors on my console so my guess is that Toolbar Anti flicker is modifying or removing some assets that IMCE depends on.
I;ve been using Toolbar Anti-flicker on a project that doesn't need IMCE for about 2 weeks and i have not encountered any other issues in production.
Comments
Comment #3
droplet commentedThanks for the report :) Fixed.
Comment #5
gcharles commentedAfter Re-installation of the module there is an extra space between the page and the toolbar. Removing the style="height:80px"; solves the issue for me.
<div id="toolbar-administration" role="group" aria-label="Site administration toolbar" class="toolbar toolbar-oriented" style="height: 80px;">Comment #6
droplet commentedUsing custom theme?
Comment #7
gcharles commentedYes, i'm using the bootstrap theme. I can't replicate the issue with a new installation, so my assumption is that my custom theme is probably modifying a css class somewhere. Everything else seems good! :)