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

Manipulating DOM in javascript project does not work #1

Open
FlorianWoelki opened this issue Apr 17, 2020 · 1 comment
Open

Manipulating DOM in javascript project does not work #1

FlorianWoelki opened this issue Apr 17, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@FlorianWoelki
Copy link
Contributor

Describe the bug
Manipulating the DOM does not work without a timeout function.

To Reproduce
Try to add a click event listener to an existing element with an id. There will be a error. But if you surround that with a timeout function, it works.

Expected behavior
Manipulate the DOM without timeout function

@FlorianWoelki FlorianWoelki added the bug Something isn't working label Apr 17, 2020
@FlorianWoelki
Copy link
Contributor Author

For now, there will be two projects:

  • JavaScript Single: for document events and html/js testing
  • JavaScript Multi: for JavaScript testing with babel transpiling

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant