Skip to content

Cherry-pick GDB-14713: Show full title of SPARQL saved queries on hover#3000

Merged
boyan-tonchev merged 1 commit into
3.4from
cherry-pick_GDB-14713-Show-full-title-of-SPARQL-saved-queries-upon-hover
Jun 19, 2026
Merged

Cherry-pick GDB-14713: Show full title of SPARQL saved queries on hover#3000
boyan-tonchev merged 1 commit into
3.4from
cherry-pick_GDB-14713-Show-full-title-of-SPARQL-saved-queries-upon-hover

Conversation

@boyan-tonchev

Copy link
Copy Markdown
Contributor

What

  • Added a tooltip for saved queries.
  • Fixed incorrect positioning of the saved queries popup when the page is scrolled.

Why

  • Long saved query names are truncated, preventing users from seeing the full query name.
  • The popup position was calculated using viewport coordinates returned by getBoundingClientRect(), while the popup itself is positioned using position: absolute. As a result, the popup was rendered at an incorrect location after the page was scrolled.

How

Bump ontotext-yasgui-web-component version

(cherry picked from commit dcaaad6)

Screenshots

Checklist

  • Branch name
  • Target branch
  • Commit messages
  • Squash commits
  • MR name
  • MR Description
  • Tests
  • Browser support verified

## What
- Added a tooltip for saved queries.
- Fixed incorrect positioning of the saved queries popup when the page is scrolled.

## Why
- Long saved query names are truncated, preventing users from seeing the full query name.
- The popup position was calculated using viewport coordinates returned by `getBoundingClientRect()`, while the popup itself is positioned using `position: absolute`. As a result, the popup was rendered at an incorrect location after the page was scrolled.

## How
Bump ontotext-yasgui-web-component version

(cherry picked from commit dcaaad6)
@boyan-tonchev boyan-tonchev force-pushed the cherry-pick_GDB-14713-Show-full-title-of-SPARQL-saved-queries-upon-hover branch from 712c9d8 to c2eb8f5 Compare June 16, 2026 04:41
@sonarqubecloud

Copy link
Copy Markdown

@boyan-tonchev boyan-tonchev merged commit 1e3d0b7 into 3.4 Jun 19, 2026
3 checks passed
@boyan-tonchev boyan-tonchev deleted the cherry-pick_GDB-14713-Show-full-title-of-SPARQL-saved-queries-upon-hover branch June 19, 2026 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants