Skip to main content

Questions tagged [blockui]

jQuery plugin which prevents user activity with the page (or part of the page) while it is triggered and until some action will unlock it. BlockUI adds elements to the DOM to give it both the appearance and behavior of blocking user interaction.

0 votes
1 answer
30 views

BlockUI not defined error issue with ajax

I'm trying to implement blockUI and unBlockUI to update my page accordingly. Almost randomly, it will work without flaw and randomly spit out blockUI not defined in the console. The code works with a ...
acfive's user avatar
  • 1
0 votes
0 answers
92 views

problem with p:blockUI as it is creating two components when I inspect

Inside my loader, I have defined a blockUI component with gif graphic as below. <p:blockUI block="basis/mad/manuell-queue-parameter.xhtml" styleClass="testAli" id="idAli&...
alisummer2000000's user avatar
1 vote
1 answer
806 views

Primefaces Extensions BlockUI in Dialog

Primefaces 7.0, primefaces-extensions 7.0.2, JSF 2.1.19 Hello, I want to use pe:blockUI for p:dialog and I figured out I can not use the "normal" outside blockUI I use in the whole ...
Ande Hofer's user avatar
2 votes
1 answer
245 views

Opacity attribute only appears in Docker container

I have a Laravel app that is using the Metronic theme. As a part of the theme, they have their own implementation of BlockUI. I've been using this for years with no trouble. When the app runs bare-...
Sturm's user avatar
  • 721
0 votes
2 answers
273 views

AngularJS:How to cancel the block-ui popup when the request lasts for one minute?

In my AngularJS project, I write custom directive to add block-ui for div when there are api requests: angular.module('wapDirectives') .directive('blockui', function () { return { replace:...
Ryan's user avatar
  • 19.8k
1 vote
2 answers
2k views

Angular 8 , 9 : How to block individual reusable component(ng-block-ui integrated) that used multiple time in a page | ie. create multiple instances?

I have used the component (with ng-block-ui integrated) in a page component. It fires both the block-ui event if I click to any one. I want to block the UI of that specific card which I clicked.
Parth Developer's user avatar
1 vote
1 answer
573 views

ng-block-ui not working with Angular 7 concatmap

I'm using NgBlockUI and BlockUIHttpModule with blockAllRequestsInProgress set to true in an app I'm working on. In general it's working fine, but on one page I'm using a concat map to perform some ...
Andrew Robie's user avatar
2 votes
1 answer
348 views

How to disable p:defaultCommand when blockUI is active?

I am using Primefaces 7.0 and want to disable the defaultCommand when the blockUI is active... My Problem is, when i hit the SaveButton the blockUI is active, but i can still press ENTER and the ...
denfri.dev's user avatar
0 votes
1 answer
1k views

How to fix: 'blockUI blockOverlay is covering my screen with a translucent overlay - can't click'

When I try to run my project on localhost I get a translucent black screen that I cant click through. I haven't changed any settings/code/setup. I know this for certain because I haven't even used the ...
JavaTheScript's user avatar
1 vote
1 answer
673 views

blockUi unblock all elements blocked

I use this plugin (http://malsup.com/jquery/block/) to show some loading effects for my ajax call using jQuery. I defined a global ajax error handling : $( document ).ajaxError(function( event, ...
Vincent Decaux's user avatar
0 votes
1 answer
234 views

accessibility support in jquery blockUI plugin

I just wanted to know if blockUI provide any support for differently-abled / blind users ? For example, when loading spinner is visible on screen, an announcement should be made for screen reader ...
user3924441's user avatar
1 vote
1 answer
6k views

Angular ng-block-ui is not working in angular 7?

In my app.module.ts import { BlockUIModule } from 'ng-block-ui'; imports: [ BrowserModule, BlockUIModule.forRoot(), ] In my dashboard component import { BlockUI, NgBlockUI } from 'ng-block-...
Vijay's user avatar
  • 149
2 votes
1 answer
942 views

p:fileUpload doesn't work with pe:blockUI in same page

The component does not work correctly when on the same page using the component The error occurs after loading the first file javascript error occurs and then can not continue using the file upload ...
Sentary's user avatar
  • 1,946
0 votes
1 answer
552 views

PHP script status bar

I have created a php script that submits a query and downloads the results in a CSV. I have created a bootstrap button where users can click to download the file. Some of the reports take longer to ...
ntalekt's user avatar
  • 852
0 votes
2 answers
2k views

'block-ui' is not a known element:

Currently, I'm working in a project of angular6, I configured ng-block-ui properly( i already used ng-block-ui in one of the projects in angular5), but I am facing an issue with ng-block-ui as below ...
Javascriptsoldier's user avatar

15 30 50 per page
1
2 3 4 5
17