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

BlockUI doesn't get rid of div #1537

Closed
Rpgilligan85 opened this issue Sep 10, 2021 · 4 comments
Closed

BlockUI doesn't get rid of div #1537

Rpgilligan85 opened this issue Sep 10, 2021 · 4 comments
Assignees
Labels
Type: Bug Issue contains a bug related to a specific component. Something about the component is not working vue2-portable
Milestone

Comments

@Rpgilligan85
Copy link

Current behavior
BlockUI div still exist and is overtop of everything. Looks like the z-index needs to be reset

Expected behavior
BlockUI div needs to go behind everything.

Minimal reproduction of the problem with instructions
It doesn't work on the docs site.
https://primefaces.org/primevue/showcase/#/blockui

Please tell us about your environment:

Vue version: 3.2.6
PrimeVue version: 3.7.1

Browser: All

Suggested Fix:
Have it update the z-index

@morpc-gohio
Copy link

I'm seeing the same issue in my project using v3.7.1.

Until this is officially fixed, I am using:

document.querySelectorAll(".p-blockui").forEach((el) => el.remove());

to get around it.

@mertsincan mertsincan self-assigned this Sep 14, 2021
@mertsincan mertsincan added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Sep 14, 2021
@mertsincan mertsincan added this to the 3.7.2 milestone Sep 14, 2021
@fnzr
Copy link

fnzr commented Oct 8, 2021

Issue still exists on 3.8.0.
Currently using the same solution as poster above.

@garp360
Copy link

garp360 commented Aug 25, 2022

Issue still exists with
"primeflex": "^3.1.3",
"primeicons": "^5.0.0",
"primevue": "^3.12.6",

@mertsincan
Copy link
Member

Hi,

I couldn't replicate it at https://primefaces.org/primevue/showcase/#/blockui Could you please create a new ticket with codesandbox sample?

Best Regards,

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 vue2-portable
Projects
None yet
Development

No branches or pull requests

6 participants