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

[PresetsPanel]: issues with long names and "N more" dropdown #2708

Closed
NatalliaAlieva opened this issue Dec 18, 2024 · 2 comments
Closed

[PresetsPanel]: issues with long names and "N more" dropdown #2708

NatalliaAlieva opened this issue Dec 18, 2024 · 2 comments
Assignees
Labels
bug Something isn't working Contributor needed
Milestone

Comments

@NatalliaAlieva
Copy link
Collaborator

Case №1

Description

When a preset name is too long (50 symbols), the "delete" icon is cut off.

Steps to Reproduce

  1. Open the Demo -> Filtered Table
  2. Create a preset with a name 50 characters long (e.g., HyperSpecificMysticalNameForPresetCreation).
  3. Observe the "delete" icon.

Actual result

The delete icon is partially cut off.
Screenshot 2024-12-18 at 11 26 27

Expected result

The delete icon should remain fully visible regardless of the preset name length.

Case №2

Description

The "N more" dropdown lacks a scroll, preventing the User from selecting any preset if the list is too long.

Steps to Reproduce

  1. Open the Demo -> Filtered Table
  2. Create a large number of presets.
  3. Click on "N more" to expand the list.
  4. Try scrolling down the list and selecting the last preset.

Actual result

The dropdown does not have a scroll, making it impossible to access all presets.

Screen.Recording.2024-12-18.at.11.30.03.mov

Expected result

The dropdown should include a scroll, allowing User to select any preset from the list.

Environment

  • UUI version: 5.12.0
  • Browser name: any
  • Operating System: any
@NatalliaAlieva
Copy link
Collaborator Author

Comment regarding Case №2
To add scroll functionality, the dropdown height needs to be limited. The same height value as in pickers in the body was used.

@NatalliaAlieva NatalliaAlieva moved this from In testing to Ready to release in UUI Project Board Jan 21, 2025
@NatalliaAlieva NatalliaAlieva added this to the 5.13.0 milestone Feb 4, 2025
@NatalliaAlieva
Copy link
Collaborator Author

Released in 5.13.0 ver.

@github-project-automation github-project-automation bot moved this from Ready to release to Closed in UUI Project Board Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Contributor needed
Projects
Status: Closed
Development

When branches are created from issues, their pull requests are automatically linked.

4 participants