Visual Bug: Space Game Text #144

Closed
opened 2026-05-17 21:17:52 +00:00 by Zhekrom · 1 comment
  • Title: Visual Bug: Space Game Text
  • Severity: Medium
  • Mode: Sandbox
  • Lesson ID / File: N/A
  • Environment: Browser (specify version), OS (specify version)
  • Date/Time: 2026-05-17

Source Code

(Not applicable — visual UI bug)

Steps to Reproduce

  1. Open the "Space Game" in Sandbox mode.
  2. Navigate to the main screen with HUD.
  3. Observe the text in the top-right corner.

Expected Output

The text in the top-right corner should display completely without overlapping the header.

Actual Output

The text collapses upwards and is hidden behind the header, becoming partially illegible.

Logs/Attachments

  • Attach screenshot showing the hidden text.
  • Copy any relevant console messages.

Resource Limits

Does not appear to be compilation-related; possible CSS/position or z-index issue.

Suggested Priority

Medium — affects usability but does not block complete workflow.

Additional Notes

Review header styles and HUD container; verify responsive behavior and theme changes.

- **Title:** Visual Bug: Space Game Text - **Severity:** Medium - **Mode:** Sandbox - **Lesson ID / File:** N/A - **Environment:** Browser (specify version), OS (specify version) - **Date/Time:** 2026-05-17 ## Source Code (Not applicable — visual UI bug) ## Steps to Reproduce 1. Open the "Space Game" in Sandbox mode. 2. Navigate to the main screen with HUD. 3. Observe the text in the top-right corner. ## Expected Output The text in the top-right corner should display completely without overlapping the header. ## Actual Output The text collapses upwards and is hidden behind the header, becoming partially illegible. ## Logs/Attachments - Attach screenshot showing the hidden text. - Copy any relevant console messages. ## Resource Limits Does not appear to be compilation-related; possible CSS/position or z-index issue. ## Suggested Priority Medium — affects usability but does not block complete workflow. ## Additional Notes Review header styles and HUD container; verify responsive behavior and theme changes.
Owner

Resolved in spikersoft-angular PR #46 (merged to master). HUD overlays are now sized to the live game-container viewport instead of the full window, so top-anchored text is no longer clipped behind the fixed header (including in full-screen). Closing.

Resolved in `spikersoft-angular` PR #46 (merged to `master`). HUD overlays are now sized to the live game-container viewport instead of the full window, so top-anchored text is no longer clipped behind the fixed header (including in full-screen). Closing.
Sign in to join this conversation.