-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Mousewheel scrolling error in cms page #4621
Comments
A similar problem after updating Chrome to version 77.0.3865.75 in different versions of October. |
+1 after updating chrome to version 77.0.3865.90 |
Ok PR submitted. There were two issues causing the error, these are as follows:
Please can some people test out my PR and shout at me - when needed, pr is here: #4632 |
Thanks to @AyumiHamasaki I was able to impliment a temporary solution within OctoberCMS under: Added this CSS: #layout-body > div > div > div > form > div > div.layout-row.whiteboard > div > div > div:nth-child(2) > div > div:nth-child(2) > div > div:nth-child(1) > div > div:nth-child(1) > div { |
Can't reproduce this issue anyhow...Hm, will try with media finder once again. Latest build v459 (latest Chrome, not Canary: Version 77.0.3865.90 (Official Build) (64-bit)) Nothing for CMS page, media finder is still glitching. Nothing in FF (70.0b8 (64-bit)). |
@w20k Can you try with Chrome V79 and Firefox 71 please. |
@w20k Nothing new lol - I think all the bugs follow me about. Here is a video demo'ing the issue, sorry video quality is not good, trying to downscale the video from 4K screen to 1920px. See here: https://youtu.be/cDJ17xbydlI
Important notesIf you change the <!-- This element is required for the scrollpad control --> So I'm not sure why someone has added Not sure how to get this issue and the other issue sorted out - due to all the admins not being able to reproduce the errors and all non-admins can (way too many people have reported these issues now). Also note I'm seeing this issue as well in dev-tools:
|
For me, it just work fine div[data-control="media-manager"] .control-scrollpad {display: contents;}
.layout.control-tabs.oc-logo-transparent:not(.has-tabs), .flex-layout-column.oc-logo-transparent:not(.has-tabs), .layout-cell.oc-logo-transparent {display: flex !important;} |
I'm not going to be using It seems that browsers are going through 4 stages of support for accessible content and A) No support. B) Partial support. C) Partial support. D) Full support. All accessibility bugs are fixed. It looks like Firefox is in stage C, not D (as previously believed). Chrome / Edge 75+ and Safari are in the process of going from B to C. (Sorry, I'm not sure what's shipped when exactly.) None of the browsers have reached D. Can I use: https://caniuse.com/#feat=css-display-contents To conclude:
My advice is NOT to use |
Before I get anymore comments of various css fixes, I have already finished the pull request and tested it over various browsers you can see the results here: #4632 (comment) I just need testers - not people commenting ideas. |
@ayumihamasaki2019 sorry, even though I appreciate your fix, but from my point of view - can't accept it (@LukeTowers & @bennothommo might have different thoughts about your PR). It'd better fix it in the Need to test this out, but should be fairly simple. Somewhere here
|
Let me know your findings, also please test it to see if it fixes the media manager at the same time! Restricting the |
|
This issue will be closed and archived in 3 days, as there has been no activity in the last 30 days. If this issue is still relevant or you would like to see action on it, please respond and we will get the ball rolling. |
Given that the original reporter is no longer available, and it has been reported that Chrome 78 and above have resolved a lot of scrolling issues, we are closing this. Please feel free to comment if the issue persists. |
i've solve scrolling problems like this |
This is a new error, I have only started seeing this from v458 onwards - though maybe not version related. CMS is currently running V459.
I'm seeing this on the following browsers:
p.s. I'm using special browsers so I'm ahead of everyone, e.g. Chrome stable is V77 right now and I'm on V79
Also as this is on more than one browser - I'm filing this as an issue.
Here is a screenshot of what I'm seeing:
The error allows a user to scroll forever downwards, when using the mouse wheel.
Normally you just scroll down to the last file and the slider stops in this case seems to go on forever.
The text was updated successfully, but these errors were encountered: