Table: unexpected behaviour when back-tabbing rows #14482
Labels
Resolution: Stale
Issue or pull request is inactivity and unfortunately it will be *closed* if there is no response
Type: Bug
Issue contains a bug related to a specific component. Something about the component is not working
Describe the bug
If you use a custom input field to display a row you can tab through all the entries from top to bottom.
But if you tab from the bottom to the top (SHIFT+TAB), it seems like it skips one entry:
bottom.to.top.mp4
I think the issue might come from the fact that the table header has the attribute
position: sticky
, so the upper row is always visually behind it.sticky.header.mp4
This bug could relate to #13056
Environment
Windows 11
Reproducer
https://stackblitz.com/edit/github-esrvpp
Angular version
17.0.8
PrimeNG version
17.3.0
Build / Runtime
Angular CLI App
Language
TypeScript
Node version (for AoT issues node --version)
18.12.0
Browser(s)
Chrome 120
Steps to reproduce the behavior
No response
Expected behavior
No response
The text was updated successfully, but these errors were encountered: