solidjs/solid-site

Tutorial editor tabs do not open on click.

Closed this issue · 3 comments

Describe the bug

This is a bug with the docs at solidjs.com, not the library itself. But still important to help the community gain new members and practice using the library.

The editor tabs in the tutorial are not working as expected. If you visit, for example, this url: https://www.solidjs.com/tutorial/props_defaults
you would expect to be able to click greeting.jsx to see the code inside that file, but clicking that tab is unresponsive.

The unresponsive behavior is the same on chrome & firefox.

Your Example Website or App

https://www.solidjs.com/tutorial/props_defaults

Steps to Reproduce the Bug or Issue

  1. Go to https://www.solidjs.com/tutorial/props_defaults
  2. Click on the tab in the code editor called greeting.jsx
  3. Observe that the tab does not respond to the click and doesn't show the code in that file
  4. (This seems to be happening for any tabs in the tutorial not just the tab in the example in steps 1 & 2)

Expected behavior

As a user I expected to be able to click the greeting.jsx tab and it would gain focus and show the code within that file.

Screenshots or Videos

image

Platform

  • OS: macOS
  • Browser: Observed on Chrome & Firefox
  • Version:
    - chrome v100
    - firefox v99

Additional context

No response

This should probably be moved to the solid-site repo. The folks there are aware of the issue (stemming from multiple versions of Solid being loaded) and are working on a fix.

Ah, thank you. I didn't know where to find the repo for the docs, but yes this issue is a duplicate of this issue here, as you said: #273

Thanks for the update. Feel free to close this or move it over there.

This is now patched. Thanks for reporting it! Please re-open if you continue to have an issue. Be sure to update the REPL when it pops up in the bottom left corner of the screen. Try hard refreshing if it doesn't.