Skip to content

Song Example crashes when playing song #262

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

Closed
MagicPepsiCan opened this issue Jan 9, 2017 · 3 comments
Closed

Song Example crashes when playing song #262

MagicPepsiCan opened this issue Jan 9, 2017 · 3 comments

Comments

@MagicPepsiCan
Copy link

Steps to replicate

  1. Open p5.js Web Editor (https://alpha.editor.p5js.org)
  2. Click Examples
  3. Click Hello P5 : song
  4. Click Play
  5. In the generated sketch, click play song automatically
@yining1023
Copy link
Member

I think this is related to #145: dom createA('#', 'link') function doesn't work as expected

@catarak
Copy link
Member

catarak commented Jan 9, 2017

Yes @yining1023, this is the same issue as #145. When you look at the src of the iframe after clicking on the button, it is https://alpha.editor.p5js.org/p5/sketches/SkHDjvqw_Xl/#, therefore clicking on the button has appended a # to the url and caused the iframe to reload. The solution to this is a combination of #166 and #212.

@catarak
Copy link
Member

catarak commented Jan 9, 2017

closing as this is the same issue as #145.

@catarak catarak closed this as completed Jan 9, 2017
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