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

Header of scrollable Table covers menubar menu #12281

Closed
RWienemann opened this issue Nov 24, 2022 · 0 comments · Fixed by #12293
Closed

Header of scrollable Table covers menubar menu #12281

RWienemann opened this issue Nov 24, 2022 · 0 comments · Fixed by #12293
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@RWienemann
Copy link

Describe the bug

We have a menubar above a table. When the table is scrollable=true the menubars submenu open behind the table's header row. With scrollable false the popup behaves as expected. The menubar's responsive hamburger menu opens above the header in any case.

Environment

Angular and Primeng 14 (demo Stackblitz is in v13)

Reproducer

https://stackblitz.com/edit/github-aawcme?file=src/app/app.component.html

Angular version

14.2.9

PrimeNG version

14.2.2

Build / Runtime

TypeScript

Language

ALL

Node version (for AoT issues node --version)

16.15.1

Browser(s)

No response

Steps to reproduce the behavior

  • Place menubar above a table
  • make table scrollable
  • oben a menu from the menubar

Expected behavior

Menu should not be covered by the table's header bar.
Changing menubar's baseZIndex has no effect. It seems it is not passed to submenus of the menubar.

@RWienemann RWienemann added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Nov 24, 2022
@cetincakiroglu cetincakiroglu added Type: Bug Issue contains a bug related to a specific component. Something about the component is not working and removed Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible labels Nov 25, 2022
@cetincakiroglu cetincakiroglu added this to the 15.0.0 milestone Nov 25, 2022
cetincakiroglu added a commit that referenced this issue Nov 28, 2022
Fixed #12281 - Header of scrollable Table covers menubar menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants