-
-
Notifications
You must be signed in to change notification settings - Fork 231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't scroll on any of the admin panel pages #808
Comments
You probably have a JS Error, try opening the developer tools and see what the error is. |
That doesn't look like a js error that would prevent the page from scrolling. |
Doesn't seem to work either on Edge. |
Doesn't work on Firefox too. |
Ok when you opened the developer tools, was it after the page had loaded? Because you need to first open the dev tools and then refresh the page, in order to catch JS errors. |
Did that too. No other JS errors. |
I remember another user had issues when using Cloudflare, probably their compression or JS minification is giving some problems. Can you check this is the case, by disabling cloudflare on the site? |
Tried disabling Cloudflare. Still doesn't seem to be working, though I wonder if it takes time to respond to the change. Will let you know in a bit. |
whoops sorry. |
UPDATE: It is definitely Cloudflare. I wonder what's going on with that. Issue solved, but I guess that's a bug that mods might want to look into. |
Yah this seems just to be an issue with Cloudfare JS optimization service. Nothing we can do really. This also appears to be a duplicate of #797. |
Is there a way to have it NOT act on Admin, but just on the frontend? |
For future reference, per CloudFlare's current setup (of names and settings): In CloudFlare's interface, go to Speed and disable Rocket Loader (or through a page-rule). Also, @flaviocopes, yes, it can be disabled in the (default) 'automatic' mode with a data-attribute on scripts: Though honestly adding this for all <script>-tags seems excessive to me, it would be more efficient if CloudFlare detected a singular HTML5-tag and disabled based upon that. Though I guess Grav could leverage assets to add the attribute based on an option in system.yaml. An example of a page-rule would be the URL match |
- [x] Document optional collection ordering PHP flags getgrav/grav#1640 - Added under /content/collections#php-collections - [x] Added cache_control system and page override getgrav/grav#1591 - Added reference-link to /basics/grav-configuration#pages - Added /content/headers#cache-control - [x] clear_images_by_default cache option getgrav/grav#1481 - Clarified description in /basics/grav-configuration#pages - [x] Collection::intersect() getgrav/grav#1605 - Added under /content/collections#collection-object-methods - [x] Collection::merge() method - Added under /content/collections#collection-object-methods - [x] Page::collection() filtering - Added under /content/collections#complex-collections, with a bit of cleanup - [x] Document EXIF support in Grav (and in capabilities) - Clarified /themes/twig-filters-functions#exif - Added note at the end of /cookbook/general-recipes#creating-a-simple-gallery - [x] document not being able to scroll caused by cloudlare. getgrav/grav-plugin-admin#808 (comment) - Done in getgrav#397 - Duplicated under Admin Plugin and Cookbook headers - [x] Document adding custom form fields with examples.. - Done in getgrav#401 - [x] Document range field - Done in [7e0dcbc](getgrav@7e0dcbc) - [x] Tutorial on how to create a split menu system (vertical menu?) - Duplicated under Cookbook header - [x] Tutorial walkthrough covering going from and HTML site/design to Grav theme - Duplicated under Cookbook header getgrav#356 needs some cleanup to remove completed tasks, they're not really needed.
- [x] Document optional collection ordering PHP flags getgrav/grav#1640 - Added under /content/collections#php-collections - [x] Added cache_control system and page override getgrav/grav#1591 - Added reference-link to /basics/grav-configuration#pages - Added /content/headers#cache-control - [x] clear_images_by_default cache option getgrav/grav#1481 - Clarified description in /basics/grav-configuration#pages - [x] Collection::intersect() getgrav/grav#1605 - Added under /content/collections#collection-object-methods - [x] Collection::merge() method - Added under /content/collections#collection-object-methods - [x] Page::collection() filtering - Added under /content/collections#complex-collections, with a bit of cleanup - [x] Document EXIF support in Grav (and in capabilities) - Clarified /themes/twig-filters-functions#exif - Added note at the end of /cookbook/general-recipes#creating-a-simple-gallery - [x] document not being able to scroll caused by cloudlare. getgrav/grav-plugin-admin#808 (comment) - Done in #397 - Duplicated under Admin Plugin and Cookbook headers - [x] Document adding custom form fields with examples.. - Done in #401 - [x] Document range field - Done in [7e0dcbc](7e0dcbc) - [x] Tutorial on how to create a split menu system (vertical menu?) - Duplicated under Cookbook header - [x] Tutorial walkthrough covering going from and HTML site/design to Grav theme - Duplicated under Cookbook header #356 needs some cleanup to remove completed tasks, they're not really needed.
When I attempt to scroll on any of the admin panel pages, it won't move down. Only when I zoom out of the page, I can access any of the content near the bottom of the page. I can scroll down in the text box, but not the actual page itself.
The text was updated successfully, but these errors were encountered: