Activity Feed
- Posted Re: This tool has already been installed in this context. Would you like to install it anyway? on Canvas Developers Group. 07-15-2022 11:32 AM
- Kudoed Re: This tool has already been installed in this context. Would you like to install it anyway? for svickers2. 07-15-2022 11:28 AM
- Posted Re: This tool has already been installed in this context. Would you like to install it anyway? on Canvas Developers Group. 07-12-2022 01:21 PM
- Posted Dynamic External Content Requires iframe Dynamic Height on Canvas Developers Group. 07-07-2022 06:14 PM
- Kudoed Why and how we built our own content authoring system for Canvas for gerosullivan1. 07-07-2022 05:36 PM
- Posted This tool has already been installed in this context. Would you like to install it anyway? on Canvas Developers Group. 07-07-2022 05:09 PM
- Kudoed Percentage-based Rubrics for jeastabrooks. 07-05-2018 08:17 AM
- Kudoed Disable/Deactivate User at Account Level for wmack. 06-30-2018 09:18 AM
- Kudoed Enhanced LTI Report for shane_ohara. 06-19-2018 01:32 PM
- Kudoed Re: Canvas “hearts” Microsoft Office365 for mikescheid. 08-04-2016 11:38 AM
- Kudoed Course Archive Process for tyler_clair. 02-22-2016 09:36 AM
My Posts
Post Details | Date Published | Views | Kudos |
---|---|---|---|
Dynamic External Content Requires iframe Dynamic Height Hey everybody, I know, I just posted in here. I'm trying to solve multiple problems at once right now. I think they may actually be related in the future though. Right now, we're dynamically loadin... |
07-07-2022 |
958 |
0 |
This tool has already been installed in this context. Would you like to install it anyway? Hi everybody, I'm really hoping some kind soul can help me out here. I'm learning LTI development for a few different projects we have in the pipeline. I have a Hello World app that I'm learning wit... |
07-07-2022 |
595 |
0 |
07-15-2022
11:32 AM
@svickers2 That's exactly what it was! We're developing a few LTIs and serving them from the same domain. The message appears to be more informational than an actual error message. Thanks!
... View more
07-07-2022
06:14 PM
Hey everybody, I know, I just posted in here. I'm trying to solve multiple problems at once right now. I think they may actually be related in the future though. Right now, we're dynamically loading content into pages via jQuery using DIV ids. This usually works, but isn't always reliable, and we've run into problems with doing this in Firefox. The next iteration of this solution seems to be to load dynamic content from a page that creates dynamic content via an iframe with URL parameters that would inform the page which content to load. I can make this work easily enough, but the content is quite long, and so we get the infamous iframe scroller within the page, which we're really trying to avoid. It seems simple enough to add an "onload" function to the iframe, then create a function in our global javascript that basically gets the height of the content that was loaded into the iframe, then set the height of the iframe through the code using the scrollheight parameter. A solution like this can be found here: https://stackoverflow.com/questions/9162933/make-iframe-height-dynamic-based-on-content-inside-jquery-javascript The problem is that Canvas strips out the onload parameter to an iframe. Does anybody have any workarounds that they've been able to implement to dynamically resize iframe height to the height of the content that's contained within it? Thanks, Jarred
... View more