-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Timeline not working in Safari 12 #76
Comments
Hi @jeffwhitfield. Thanks for using the CJM I'll admit, I did 100% of my development on Firefox. Thanks for logging this bug! |
When I have time I’ll see what I can do to help fix it. :D
… On Oct 16, 2018, at 7:28 AM, Ethan Yehuda ***@***.***> wrote:
Hi @jeffwhitfield. Thanks for using the CJM
I'll admit, I did 100% of my development on Firefox.
Thanks for logging this bug!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
FWIW, on Chrome the graph did not load until I scroll down and then wait a few seconds |
@schmengler ya it's a bug as a result of a fix for issue #50 Basically, we're removing elements (the cron "marks") from the DOM if a cron job's "mark" isn't within the view port (screen/timeline component) and adding them back if the condition is reversed. We're doing this for performance reasons. The check (to see if the "mark" is within the view port) gets triggered when you scroll around. There's probably a cleaner solution for this, but I've been struggling with the aforementioned issue for a while. Luckily, it's not a show stopper 🙏 and we did get a major performance boost when we push closer to 10k, even 20k crons on the timeline (which in theory shouldn't happen, but 🤷♂️ ) |
@jeffwhitfield I don't have access to Safari right now to test this. I wonder if the changes applied in #200 may have fixed this. Would you be able to test again with version |
Just installed this extension for testing. So far, so good. :D However...
Appears the Timeline feature doesn't work in the latest versions of Safari on MacOS Mojave. Works great in Chrome though. In Safari, none of the bars show up...just the rows showing the name of the tasks followed by a grey bar. So...something is askew! :P
The text was updated successfully, but these errors were encountered: