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

Hover tooltip doc window z-index bug #36

Open
rewinfrey opened this issue Mar 2, 2025 · 0 comments · May be fixed by #37
Open

Hover tooltip doc window z-index bug #36

rewinfrey opened this issue Mar 2, 2025 · 0 comments · May be fixed by #37
Labels
bug Something isn't working

Comments

@rewinfrey
Copy link

rewinfrey commented Mar 2, 2025

Describe the bug

When viewing code documentation in UCM desktop version 1.0.0 (UCM.Desktop_1.0.0_aarch64.dmg), the modal doc window displays behind the proceeding block:

Image Image

To Reproduce
Steps to reproduce the behavior:

  1. Start the ucm command line (UCM_TOKEN=codebase UCM_PORT=5858 ucm --allow-cors-host tauri://localhost)
  2. In ucm execute: project.create quickstart
  3. In ucm-desktop select the quickstart project from the projects dropdown
  4. Select two or more code docs for viewing, e.g. Left.doc and Either.bitmap
  5. While on the Code tab, hover over a keyword like if or then in the top-most code doc block

Expected behavior
Z-index should not cause the modal to render behind the lower code block.

Environment (please complete the following information):

  • OS: macOS
  • UCM Desktop version: 1.0.0 aarch64
  • UCM Version: release/0.5.34

Additional context
Lovely experience so far, this is very minor and likely already known but I did not see an issue describing this yet. Thanks for making ucm-desktop 🙇

@rewinfrey rewinfrey added the bug Something isn't working label Mar 2, 2025
@rewinfrey rewinfrey linked a pull request Mar 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant