Title: Bug: Learn C# - reload example in editor button not working
Severity: High
Mode: C# lessons section
Lesson ID / File: All C# lessons � affects every "load example into editor" button
Environment: Firefox (any version), Windows (any version)
Date/Time: May 26, 2026
Source Code
(Not applicable � UI bug)
Steps to Reproduce
1. Navigate to any C# lesson
2. Click the "load example into editor" button
3. Observe that nothing happens
Expected Output
The example code should be loaded into the editor, or at minimum redirect the user to the editor view with the code filled in.
Actual Output
Nothing happens. The field remains unchanged, no redirect occurs, and there is no visual feedback (loading indicator, success message, or error) � the button appears non-functional.
Suggested Priority
High � core UX flow broken for the C# learning path; users cannot load examples to experiment with, making the lessons significantly less interactive.
Additional Notes
The button appears to be a dead control with no click handler or broken event binding. Affects all C# lessons equally.
Title: Bug: Learn C# - reload example in editor button not working
Severity: High
Mode: C# lessons section
Lesson ID / File: All C# lessons � affects every "load example into editor" button
Environment: Firefox (any version), Windows (any version)
Date/Time: May 26, 2026
Source Code
(Not applicable � UI bug)
Steps to Reproduce
1. Navigate to any C# lesson
2. Click the "load example into editor" button
3. Observe that nothing happens
Expected Output
The example code should be loaded into the editor, or at minimum redirect the user to the editor view with the code filled in.
Actual Output
Nothing happens. The field remains unchanged, no redirect occurs, and there is no visual feedback (loading indicator, success message, or error) � the button appears non-functional.
Suggested Priority
High � core UX flow broken for the C# learning path; users cannot load examples to experiment with, making the lessons significantly less interactive.
Additional Notes
The button appears to be a dead control with no click handler or broken event binding. Affects all C# lessons equally.
Root cause found and fixed in spikersoft-angular PR #18.
Tutorial lessons hide the code editor (the tutorial pane owns the full middle column). The "load example into editor" / "Try it" button was setting the editor's code, but into a hidden editor — so nothing appeared to happen and only the button's own label flipped ("Try it" → "Reload sample"), making it look like a dead control.
The button now loads the sample and flips the view to Free Play (sandbox) so the editor is on screen with the code — exactly what the lesson copy already tells users to do manually. Regression tests added. Will close once PR #18 merges.
Note: #165 ("Lesson 5 Try button does nothing") is the same root cause and is fixed by the same PR.
Root cause found and fixed in spikersoft-angular PR #18.
Tutorial lessons hide the code editor (the tutorial pane owns the full middle column). The "load example into editor" / "Try it" button was setting the editor's code, but into a **hidden** editor — so nothing appeared to happen and only the button's own label flipped ("Try it" → "Reload sample"), making it look like a dead control.
The button now loads the sample **and** flips the view to Free Play (sandbox) so the editor is on screen with the code — exactly what the lesson copy already tells users to do manually. Regression tests added. Will close once PR #18 merges.
Note: #165 ("Lesson 5 Try button does nothing") is the same root cause and is fixed by the same PR.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Title: Bug: Learn C# - reload example in editor button not working
Severity: High
Mode: C# lessons section
Lesson ID / File: All C# lessons � affects every "load example into editor" button
Environment: Firefox (any version), Windows (any version)
Date/Time: May 26, 2026
Source Code
(Not applicable � UI bug)
Steps to Reproduce
1. Navigate to any C# lesson
2. Click the "load example into editor" button
3. Observe that nothing happens
Expected Output
The example code should be loaded into the editor, or at minimum redirect the user to the editor view with the code filled in.
Actual Output
Nothing happens. The field remains unchanged, no redirect occurs, and there is no visual feedback (loading indicator, success message, or error) � the button appears non-functional.
Suggested Priority
High � core UX flow broken for the C# learning path; users cannot load examples to experiment with, making the lessons significantly less interactive.
Additional Notes
The button appears to be a dead control with no click handler or broken event binding. Affects all C# lessons equally.
Root cause found and fixed in spikersoft-angular PR #18.
Tutorial lessons hide the code editor (the tutorial pane owns the full middle column). The "load example into editor" / "Try it" button was setting the editor's code, but into a hidden editor — so nothing appeared to happen and only the button's own label flipped ("Try it" → "Reload sample"), making it look like a dead control.
The button now loads the sample and flips the view to Free Play (sandbox) so the editor is on screen with the code — exactly what the lesson copy already tells users to do manually. Regression tests added. Will close once PR #18 merges.
Note: #165 ("Lesson 5 Try button does nothing") is the same root cause and is fixed by the same PR.