-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Open
Open
Copy link
Description
Component
Table
Package version
v9.72.8
React version
18.3.1
Environment
dogfood, fastfood, prodCurrent Behavior
When we reduce screen size or file name is big and in a table row, and when we hover over row, the table cell actions overlaps with file name making file name unreadable.
Expected Behavior
the file name should either truncate, to acomodate table cell action button, or go in other line and should never be overlapped with table cell action buttons, both div's should be separate
Reproduction
can be checked at existing fluent's story book in table cell action section
Steps to reproduce
- checkout out here : https://storybooks.fluentui.dev/react/?path=/docs/components-table--docs#primary-cell
in table cell action section hover over any row you will see table cell action overlapping over rows
Are you reporting an Accessibility issue?
None
Suggested severity
High - No workaround
Products/sites affected
No response
Are you willing to submit a PR to fix?
no
Validations
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.