Alas, I am a huge fan of the enhanceable_content dialog for creating modal pop-ups on Canvas pages for a bit more interactivity in the learner experience.
Today I noticed that the modals are no longer working! (Along with font change in the RCE.) The content that would have displayed in the pop-up window is now on the page for all the world to see. I have a big course launch in 9 days (May 20) and I used this modal technique all over the place.. ok 45 places give or take.
I noticed that the Using jQuery without Custom Javascript page was updated 18 days ago (from May 11). The Toggle Reveal is still working, so I guess I'll go through and change everything to that?? I will still have it turned off for mobile users though.
Any other options? What are the rest of y'all doing in place of your modal popups?
Cheers - Shar
Sample code to try with line breaks added for readability.
<p>Want to know <a id="link3" class="btn btn-small" href="#secret">
a lil secret</a>?</p>
<div id="secret" class="enhanceable_content dialog" title="A lil secret">
This is a simple popup box.</div>