Skip to content

fix(ui5-table): border visibility on firefox (compat)#13000

Merged
nnaydenow merged 3 commits intomainfrom
tb-ff-border
Feb 16, 2026
Merged

fix(ui5-table): border visibility on firefox (compat)#13000
nnaydenow merged 3 commits intomainfrom
tb-ff-border

Conversation

@nnaydenow
Copy link
Copy Markdown
Contributor

@nnaydenow nnaydenow commented Feb 2, 2026

There is a known issue in Firefox where borders are not visible if a table row or table cell has position: relative (see https://bugzilla.mozilla.org/show_bug.cgi?id=688556). The relative positioning is required to correctly display the focus state over the table row and any associated pop-in content. This PR replaces the border with a linear gradient to achieve the same visual effect.

Fixes: #11330

@nnaydenow nnaydenow requested a review from ilhan007 February 2, 2026 12:32
@ui5-webcomponents-bot
Copy link
Copy Markdown
Collaborator

ui5-webcomponents-bot commented Feb 2, 2026

🧹 Preview deployment cleaned up: https://pr-13000--ui5-webcomponents.netlify.app

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview February 2, 2026 12:42 Inactive
@nnaydenow nnaydenow merged commit 86081ce into main Feb 16, 2026
19 of 22 checks passed
@nnaydenow nnaydenow deleted the tb-ff-border branch February 16, 2026 09:14
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview February 16, 2026 09:15 Inactive
@ilhan007
Copy link
Copy Markdown
Contributor

ilhan007 commented Mar 7, 2026

🎉 This issue has been resolved in version v2.20.0-rc.1 🎉

The release is available on v2.20.0-rc.1

Your semantic-release bot 📦🚀

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.

Table - Legacy/Compat: The table row's bottom borders are not showing in Firefox

3 participants