Skip to content

Conversation

@Kiara65
Copy link
Contributor

@Kiara65 Kiara65 commented Jan 23, 2026

Checklist

General

Client

  • I added multiple screenshots/screencasts of my UI changes.

Motivation and Context

The sorting icon tooltip appeared at the right instead of at the top and displayed the text in a cramped, single-character-per-line layout.

Description

  • Added tooltipOptions to the button component
  • Added optional override to the primeng-override file
  • Applied override to the sorting icon

Steps for Testing

Prerequisites:

  1. Go to the landing page
  2. Check that the tooltip switches to the left if there is not enough space at the top and otherwise stays at the top

Review Progress

Code Review

  • Code Review 1

Manual Tests

  • Test 1

Screenshots

Before:
Screenshot 2026-01-23 at 14 26 53
Fix:
Screenshot 2026-01-23 at 14 27 47

@Kiara65 Kiara65 linked an issue Jan 23, 2026 that may be closed by this pull request
@Kiara65 Kiara65 self-assigned this Jan 23, 2026
@github-actions github-actions bot added the client Pull requests that update TypeScript code. (Added Automatically!) label Jan 23, 2026
@Kiara65 Kiara65 marked this pull request as ready for review January 23, 2026 13:58
@Kiara65 Kiara65 requested a review from az108 as a code owner January 23, 2026 13:58
Copy link
Contributor

@Abi107717 Abi107717 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for adjusting 😊
Just one small comment

Copy link
Contributor

@Abi107717 Abi107717 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgot to add the comment 😅

@Bofan-Zhu
Copy link
Contributor

Just one question: I can't reproduce the same problem, for me it already switches to the left if there's not enough space. Could you tell me how to you arrived at this problem?

sachmii and others added 10 commits January 24, 2026 19:53
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
…nment (#1779)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@github-actions github-actions bot added server Pull requests that update Java code. (Added Automatically!) tests user management Code changes in user management module. config-change labels Jan 24, 2026
@Kiara65 Kiara65 requested a review from Abi107717 January 24, 2026 19:02
@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

@Kiara65
Copy link
Contributor Author

Kiara65 commented Jan 24, 2026

Just one question: I can't reproduce the same problem, for me it already switches to the left if there's not enough space. Could you tell me how to you arrived at this problem?

For me, this appears for example on the job overview page when not logged in. In Chrome, it only appears in the German version. In Firefox, it appears for all translations. I’m using a 13-inch display.

@github-actions github-actions bot removed server Pull requests that update Java code. (Added Automatically!) tests user management Code changes in user management module. config-change labels Jan 24, 2026
@github-actions
Copy link
Contributor

🤖 No OpenAPI or client changes needed.

Copy link
Contributor

@Abi107717 Abi107717 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@Cathy0123456789 Cathy0123456789 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on TS, looks good, the tooltips are not cramped anymore to the right, thank you! A small question though, in one instance this happens:

Image

Is this meant to be?

Copy link
Contributor

@Bofan-Zhu Bofan-Zhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for replying, just one question regarding the tooltip position

@Kiara65
Copy link
Contributor Author

Kiara65 commented Jan 26, 2026

Tested on TS, looks good, the tooltips are not cramped anymore to the right, thank you! A small question though, in one instance this happens:

Image Is this meant to be?

Yes, this is the behaviour from the primeng tooltip. However, it can also be adjusted in the future, maybe with a customized tooltip component, as the one from primeng is a little bit weird sometimes 😅

@Kiara65 Kiara65 added ready for merge PR is ready to merge and removed ready for review labels Jan 26, 2026
Copy link
Contributor

@CelineLahnor CelineLahnor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you

Copy link
Contributor

@Cathy0123456789 Cathy0123456789 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the explanation, looks good from my side

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

Labels

client Pull requests that update TypeScript code. (Added Automatically!) ready for merge PR is ready to merge

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Misaligned tooltip for sorting options

8 participants