Skip to content

fix: prevent onboarding tooltip from going off-screen#1589

Open
Saylee12R wants to merge 1 commit into
magic-peach:mainfrom
Saylee12R:fix/onboarding-tooltip-position
Open

fix: prevent onboarding tooltip from going off-screen#1589
Saylee12R wants to merge 1 commit into
magic-peach:mainfrom
Saylee12R:fix/onboarding-tooltip-position

Conversation

@Saylee12R

Copy link
Copy Markdown

Description

Fixed the onboarding tour tooltip positioning issue where the tooltip could move outside the viewport during step transitions, causing content to become partially or completely unreadable.

Changes Made

  • Added viewport boundary checks for tooltip positioning.
  • Prevented tooltips from rendering outside the visible screen area.
  • Improved onboarding tour readability during step transitions.
  • Ensured tooltip content remains accessible and visible throughout the onboarding flow.

Related Issue

Fixes #1521

Type of Contribution

  • Bug fix
  • New feature
  • Documentation update
  • Refactor
  • GSSoC contribution

Participant Info

  • GitHub username: Saylee12R
  • Contribution level: Beginner

Screen Recording

Recording / Loom link:

onboarding.fixes.mov

Checklist

  • I have read the contribution guidelines
  • My changes follow the project structure
  • I have tested my changes locally
  • npm run lint passes (no ESLint errors)
  • This PR is related to a valid issue
  • Screen recording attached above

@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

@Saylee12R is attempting to deploy a commit to the magic-peach1's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown
Contributor

✅ PR Format Check Passed — @Saylee12R

Basic format checks passed. A maintainer will review your code changes.

This does not mean the PR is approved — it just means the format is correct.

@github-actions

Copy link
Copy Markdown
Contributor

👋 Thanks for your PR, @Saylee12R!

Welcome to Reframe — a browser-based video editor built for everyone 🎬

🟠 GSSoC'26 PR detected — thanks for contributing under GirlScript Summer of Code 2026!

What happens next

  1. 🤖 Automated checks — build & TypeScript typecheck will run automatically
  2. Vercel preview — a preview deployment will be created (requires maintainer authorization for fork PRs)
  3. 👀 Code review — a maintainer will review your changes
  4. 🚀 Merge — once approved, your PR will be merged!

Quick checklist

  • PR title follows Conventional Commits (e.g. feat: add dark mode)
  • Linked the issue this PR closes (e.g. Closes #123)
  • Tested the changes locally (bun run dev)
  • Build passes (bun run build)

Useful links

Happy coding! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc'26 GirlScript Summer of Code 2026 level:beginner Beginner level - 20 pts type:bug Bug fix type:docs Documentation type:feature New feature type:refactor Code refactor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] [UX Bug] Onboarding tour tooltip doesn't disappear on Next click and slides off screen to the right

1 participant