Skip to content
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

Slide contents are empty after page 6 #110

Closed
Contextualist opened this issue Jun 21, 2019 · 13 comments
Closed

Slide contents are empty after page 6 #110

Contextualist opened this issue Jun 21, 2019 · 13 comments

Comments

@Contextualist
Copy link

Contextualist commented Jun 21, 2019

I tried version 1.5.0 with a set of slides that used to work at version 1.1.2.

I used a single .md file for slides. All slides after page 6 displayed no content, that is, for example:

<section class="aligncenter slide current" id="section-7" style="">
::before
<div></div>
::after
</section>

The pages were still exist, and all CSS and js still worked, but there's only an empty div for each page. The issue seems to happen on any .md file that contains more than 6 pages.

Notably, when using fusuma start, the initial load suffers from the issue, but if I modify the slide .md file and it does dynamic update, the contents are back. When I refresh the page, the contents are gone again. If I do fusuma build, the bundled js file contains all of my contents, but nothing get rendered in browser after page 6.

@galeone
Copy link

galeone commented Jun 22, 2019

I'm facing the same issue

@hiroppy
Copy link
Owner

hiroppy commented Jun 22, 2019

ok, I'll investigate this issue. Could you submit an example slide? Because I cannot reproduce this issue on my example repo

@hiroppy
Copy link
Owner

hiroppy commented Jun 22, 2019

And could you try to change from class to className?

@hiroppy
Copy link
Owner

hiroppy commented Jun 22, 2019

Please check my slide because I'm not sure what your slides are.

#113

slide: https://hiroppy.github.io/fusuma/issues/index.html#slide=1

https://github.com/hiroppy/fusuma/issues/110

# 1

---

# 2

---

# 3

---

# 4

---

# 5

---

# 6

---

# 7

It looks good to me.

@galeone
Copy link

galeone commented Jun 22, 2019

This is the presentation I'm writing right now and it is the one that has the same behavior described by @Contextualist
sample.zip

@hiroppy
Copy link
Owner

hiroppy commented Jun 22, 2019

@galeone Thank you for submitting your slides. I'm going to investigate asap.

@galeone
Copy link

galeone commented Jun 22, 2019

Than you @hiroppy - hope you are able to replicate the issue and fix it (or suggest us a workaround in the meantime, so we can continue writing the slides :-) )

@hiroppy
Copy link
Owner

hiroppy commented Jun 22, 2019

Hey guys, I fixed this issue and published as v1.5.1. Could you try it?

@galeone
Copy link

galeone commented Jun 22, 2019

It works like a charm!

What was the problem?

@hiroppy
Copy link
Owner

hiroppy commented Jun 22, 2019

I forgot to turn off the lazyload option.😞
900d245#diff-b726d3cdf6669b67f96664b33431bbc7

I'll turn on this option when mdx will be stable.(in fusuma, mdx is a little of unstable)

@galeone
Copy link

galeone commented Jun 22, 2019

I see. Well spotted and thank you for the quick fix.
Now I can go back to my slide creation. Thank you again for this amazing tool :D

@hiroppy
Copy link
Owner

hiroppy commented Jun 22, 2019

Thank you;) In addition, I'll release a new version tomorrow.
I implemented an action's timeline and recording feature. #111

Don't miss it!

@hiroppy
Copy link
Owner

hiroppy commented Jun 22, 2019

I'll close this issue. Thanks!

@hiroppy hiroppy closed this as completed Jun 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants