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

Instructions not showing up in the editor panel #51183

Closed
Sw0osho opened this issue Aug 8, 2023 · 11 comments
Closed

Instructions not showing up in the editor panel #51183

Sw0osho opened this issue Aug 8, 2023 · 11 comments
Labels
scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc.

Comments

@Sw0osho
Copy link

Sw0osho commented Aug 8, 2023

Describe the Issue

The instructions are not showing

Affected Page

https://www.freecodecamp.org/learn/2022/responsive-web-design/learn-html-by-building-a-cat-photo-app/step-15

Your code

<html>
  <body>
    <main>
      <h1>CatPhotoApp</h1>

      <h2>Cat Photos</h2>
      <!-- TODO: Add link to cat photos -->
      <p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p>
      <a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>

    </main>
  </body>
</html>


Expected behavior

To show me that I have it wrong

Screenshots

image

System

  • Device: [Laptop]
  • OS: [Windows 11]
  • Browser: [Edge]
  • Version: [Version 115.0.1901.200 (Official build) (64-bit)]

Additional context

No response

@Sw0osho Sw0osho added scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. status: waiting triage This issue needs help from moderators and users to reproduce and confirm its validity and fix. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc. labels Aug 8, 2023
@raisedadead
Copy link
Member

Can you confirm someone else has been seeing this?

@raisedadead raisedadead changed the title catPhotoApp Step 15 Instructions not showing up in the editor panel Aug 8, 2023
@raisedadead raisedadead added status: blocked Is waiting on followup from either the Opening Poster of the issue or PR, or a maintainer. and removed status: waiting triage This issue needs help from moderators and users to reproduce and confirm its validity and fix. labels Aug 8, 2023
@Sw0osho
Copy link
Author

Sw0osho commented Aug 8, 2023

Not right now but I have a forum post open so maybe someone will have the same bug

@Sw0osho Sw0osho closed this as completed Aug 8, 2023
@Sw0osho Sw0osho reopened this Aug 8, 2023
@ShaunSHamilton
Copy link
Member

Thank you for opening this. A few Campers have experienced this intermittent bug:

Unfortunately, no platform developer has encountered this bug. So, we have not been able to pin-point a reason for it.

We definitely discussed this bug elsewhere in one of our issues, but I am having trouble finding it.

@bbsmooth
Copy link
Contributor

bbsmooth commented Aug 8, 2023

Unfortunately, no platform developer has encountered this bug.

While not an official platform developer, I did encounter this bug just last week. But I didn't think to investigate it. I guess I figured it was just a known bug that will be fixed eventually by someone else (my bad). I promise, the next time I run into it I will try to figure out why.

@raisedadead raisedadead added help wanted Open for all. You do not need permission to work on these. and removed status: blocked Is waiting on followup from either the Opening Poster of the issue or PR, or a maintainer. labels Aug 8, 2023
@raisedadead
Copy link
Member

cc @freeCodeCamp/dev-team consider keeping an eye-out and any preventive fixes.

@ShaunSHamilton
Copy link
Member

Unfortunately, no platform developer has encountered this bug.

While not an official platform developer, I did encounter this bug just last week.

Did you intentionally try to reproduce it? Or, was it just an "oh...that is weird. Oh well, I will just refresh the page and carry on"?

@ShaunSHamilton
Copy link
Member

as reloading the page does not help because of progress saving

@Sw0osho I am not sure I understand. Progress is saved to the database whenever a challenge is submitted. It is little-to-nothing to do with reloading the page.

@Sw0osho
Copy link
Author

Sw0osho commented Aug 8, 2023

Downloaded Opera GX to test if the instructions would show up and they did so my current fix is to download a different browser, finish the challenge and then uninstall it.

@Sw0osho
Copy link
Author

Sw0osho commented Aug 9, 2023

as reloading the page does not help because of progress saving

@Sw0osho I am not sure I understand. Progress is saved to the database whenever a challenge is submitted. It is little-to-nothing to do with reloading the page.
Sorry a misunderstanding you are right, deleted it

@Sboonny
Copy link
Member

Sboonny commented Aug 9, 2023

This issue is replication of this #49475, and could be sorted when we migrate to React 17 as Sem mentioned

@ShaunSHamilton
Copy link
Member

Thanks @Sboonny . I will close this as a duplicate.

@ShaunSHamilton ShaunSHamilton closed this as not planned Won't fix, can't repro, duplicate, stale Aug 9, 2023
@ShaunSHamilton ShaunSHamilton removed the help wanted Open for all. You do not need permission to work on these. label Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc.
Projects
None yet
Development

No branches or pull requests

5 participants