Closed kyleabeauchamp closed 11 years ago
Ubuntu 12.04, firefox 21.
Does the example project work in your browser? If so, I can try to see if the newest slidedeck code is generating something different on that markdown.
https://github.com/rmcgibbo/slidedeck-example
-Robert
On May 27, 2013, at 3:27 PM, kyleabeauchamp wrote:
The slides don't seem to work for me. I created a project, rendered, and used firefox index.html.
Firefox seems to find an error at line 664 of slide-deck.js, so I wonder if that's it.
— Reply to this email directly or view it on GitHub.
Same issue--black browser window, typeerror in inspector.
Okay, I can confirm it now. This page seemed to be working in firefox (but not chrome) http://htmlpreview.github.io/?https://github.com/rmcgibbo/slidedeck-example/blob/master/index.html, but when I serve it from localhost by just navigating to the file, it doesn't seem to work.
I think there's a timing issue with some of the code executing before the DOM is fully loaded. I'll take a look. Thanks for pointing it out.
-Robert
On May 27, 2013, at 3:54 PM, kyleabeauchamp wrote:
Same issue--black browser window, typeerror in inspector.
— Reply to this email directly or view it on GitHub.
Nevermind. from localhost, slide-deck example is working in chrome and safari, but failing (typeerror, line 664 as you said) in firefox.
Okay, I committed a fix (I think) to slidedeck-example. Can you pull that and see if it works for you too? If so, I'll commit the same change to this repository.
fixed
Okay. I pushed that commit up. I think it's fixed. If you confirm, I'll close the issue.
Fixed
Sweet
The slides don't seem to work for me. I created a project, rendered, and used firefox index.html.
Firefox seems to find an error at line 664 of slide-deck.js, so I wonder if that's it.