blockui icon indicating copy to clipboard operation
blockui copied to clipboard

this.style.zoom = 1;

Open xmen4u opened this issue 12 years ago • 2 comments

It's not defined (tested both on chrome 30.0.1599.0 and FF 22.0), line 95 changed to: if (this.hasOwnProperty('style') && this.style.hasOwnProperty('zoom')){ this.style.zoom = 1; // force 'hasLayout' in ie }

but im not sure this will actually make it work as it should , but that error 100% exists there

xmen4u avatar Aug 17 '13 09:08 xmen4u

I don't see this error.

http://jquery.malsup.com/block/#demos

malsup avatar Aug 17 '13 12:08 malsup

I guess it depends on the element that calls the .block. I've used the demo example and was able to make it work without my fix by using an inner element of the div i was using ( i was trying to block a bootstrap modal dialog).

Either-way, with my fix, it won't raise the error and won't make a difference as its only a validation check

xmen4u avatar Aug 17 '13 16:08 xmen4u