RobertLin54 / jquery-loadmask

Automatically exported from code.google.com/p/jquery-loadmask
Other
0 stars 0 forks source link

Mask not showing in Google Chrome and IE8 #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just use a standard jquery mask call in Chrome or IE 8
2. The mask doesn't show

What is the expected output? What do you see instead?
I expect the mask to appear, then dissapear, and then the result

What version of the product are you using? On what operating system?
latest, windows 7

Please provide any additional information below.

Original issue reported on code.google.com by rutger.d...@gmail.com on 21 Sep 2010 at 8:31

GoogleCodeExporter commented 9 years ago
I believe this issue is due to the <script type="text/javascript" 
src="http://code.jquery.com/jquery-latest.pack.js"></script> call. The browser 
detects it has a security threat and blocks it. Consequently the "Process" 
button in the demo does not work. After allowing the load of external scripts 
in the notification area of the browser (the yellow bar that pops up) the mask 
works as intended.

Original comment by andre...@gmail.com on 24 Jan 2011 at 10:11