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

Fix #10606 - Recently viewed items tooltip shows module name instead of full record name #10607

Open
wants to merge 1 commit into
base: hotfix
Choose a base branch
from

Conversation

SinergiaCRM
Copy link
Contributor

Motivation and Context

Previously, the tooltip would only show the module name regardless of cursor position, which made it difficult to identify specific records when their names were truncated due to space constraints. This change enhances user experience by:

  1. Maintaining the ability to identify record types via module name tooltip
  2. Adding the ability to see full record names when they are truncated in the display
  3. Making the tooltip behavior more intuitive by showing contextually relevant information based on cursor position

How To Test This

  1. Test Recently Viewed Items:

    • Navigate through different modules to populate the Recently Viewed list
    • Verify module name tooltip appears when hovering over module icons
    • Verify full record name tooltip appears when hovering over truncated record names
  2. Test Favorites:

    • Add several items with long names to Favorites
    • Verify module name tooltip appears when hovering over module icons
    • Verify full record name tooltip appears when hovering over truncated record names

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Final checklist

  • My code follows the code style of this project found here.
  • My change requires a change to the documentation.
  • I have read the How to Contribute guidelines.

Copy link
Member

@mattlorimer mattlorimer left a comment

Choose a reason for hiding this comment

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

LGTM 👍🏻

@mattlorimer mattlorimer added Status: Passed Code Review Mark issue has passed code review reviewed PR 1-3 Complexity Score given to PRs once assessed labels Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR 1-3 Complexity Score given to PRs once assessed Status: Passed Code Review Mark issue has passed code review reviewed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants