You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 21 Sep 2010 at 8:31
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 21 Sep 2010 at 8:31The text was updated successfully, but these errors were encountered: