-
Notifications
You must be signed in to change notification settings - Fork 0
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
date-range Facet limit histogram is weird #270
Comments
oh man I ran into something similar that eventually went away, and I was never able to fix it. Something is weird with the code that is using JS canvas to plot that graph, and deciding how wide the graph should be. I am not sure why it doesn't occur on chf_sufia, but Blacklight's own CSS changed. It is hard to reproduce. I'm not sure if it is reproducible on stock latest Blacklight and blacklight_range_limit. This may be a hard one to fix. blacklight_range_limit is some hacky stuff. |
hmm, 1973 isn't a magic number though, seems to be happening with nearly anything. This is indeed bad. gah. |
Yeah, this is generalized. I came across it working on my featured topics page. |
Note could not be reproduced on Windows Chrome on 5th floor conference room. i also noticed that clicking on the "Date" heading to collapse and then again to expand the date limit area -- gets it to be sized correctly again. |
Filed with blacklight_range_limit at projectblacklight/blacklight_range_limit#111 |
Yep, it's going to happen on any page that is displaying a pre-chosen date limit. At least it can potentially happen on any such page; we know that it is a somewhat intermittent/unpredictable problem. |
It is one way to fix #270. Does it make the page load much different? We will investigate with chrome performance tools and see.
I'm currently not able to reproduce it, it no longer happens for me. Which makes it hard to tell if a change I've made fixes it or not, when I can no longer make it happen without the change. @eddierubeiz @HKativa are you currently seeing it on your own machines? |
I CANNOT reproduce it! It works for me in Safari and Chrome. As far as my browser is concerned... either you fixed it or it fixed itself. |
Cannot reproduce on Chromium or Firefox looks fine for me. |
It's just hard to reproduce, becuase it's basically a "race condition" that occurs depending on unpredictable timing of browser/network events. That we can't see it now doesn't mean it won't come back, but it does make it hard to work on, since it's hard to be sure if a code change fixed it when you can't reproduce it. |
Date
in the faceting apparatus on the left1973
into the lower bound for datesapply
button to limit dates.The text was updated successfully, but these errors were encountered: