About
mrash2
Rank:
Community Participant
Title:
Joined:
Jul 18, 2019 10:23:06 AM
Posts:
16
Solutions:
3
Likes Received:
9
Bio:
An amazing Instructure Community member
Most Liked Posts
My institution's Canvas Catalog environment has some custom CSS and JS at the main/root catalog level. We're still using jQuery but not using anything deprecated, thus it is compatible with 3....
Unfortunately, no, we don't have any information as to what changed on their end.
Here is a basic function that can be used to make sure an element is rendered:
// Helper function to wait for elements to appear
function onElementRendered(selector, callback, attempts = 0) {
co...
UPDATE: We received a response from a Level 2 support contact. At least in our situation, on the times when the custom js did not execute, it appeared that none of it ran. However, it turns out that p...
Hey Dave,
It seems that /v1/courses/{course_id}/modules/{context_module_id}/assignment_overrides may do what you need. I haven't used that particular endpoint myself, but it seems it should do the...
Most Recent Posts
Unfortunately, no, we don't have any information as to what changed on their end.
Here is a basic function that can be used to make sure an element is rendered:
// Helper function to wait for elements to appear
function onElementRendered(selector, callback, attempts = 0) {
co...
UPDATE: We received a response from a Level 2 support contact. At least in our situation, on the times when the custom js did not execute, it appeared that none of it ran. However, it turns out that p...
Update: I also just rewrote our script to not rely on jQuery (something we've wanted to do for a while anyway), and it is facing the same issue: it only wants to execute upon a hard refresh. To me...
Yes, we also have custom css & js. We have opened a support case as well.
Latest Badges
50 Logins Completed
2025-11-06
3 Solutions Provided
2025-10-22
First Solution Provided
2025-09-29
10 Replies Posted
2025-09-29
