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
This is not an usage question. I confirm having gone through and read the documentation and demos.
Steps to reproduce the issue
call a Yii::$app->session->setFlash('success','Register is success')
reload page with javascript
Expected behavior and actual behavior
When I follow those steps, I see
(index):1111 Uncaught ReferenceError: notify_3611c307 is not defined
at (index):1111
(anonymous) @ (index):1111
setTimeout (async)
(anonymous) @ (index):1111
mightThrow @ jquery.js:3557
process @ jquery.js:3625
setTimeout (async)
(anonymous) @ jquery.js:3663
fire @ jquery.js:3291
fireWith @ jquery.js:3421
fire @ jquery.js:3429
fire @ jquery.js:3291
fireWith @ jquery.js:3421
ready @ jquery.js:3901
completed @ jquery.js:3911
at (index):1111:
setTimeout(function () {$.notify({"message":"Register is success","icon":"glyphicon glyphicon-ok-sign","title":"Success!","url":"","target":"_blank"}, notify_3611c307);}, 500);
I was expecting show alert
Environment
Browsers
Google Chrome
Mozilla Firefox
Internet Explorer
Operating System
Windows
Libraries
jQuery version: v3.4.1
yii2-widgets version: v3.4.1
Isolating the problem
[] This bug happens when using yii2-widgets without other plugins.
Prerequisites
Steps to reproduce the issue
Expected behavior and actual behavior
When I follow those steps, I see
(index):1111 Uncaught ReferenceError: notify_3611c307 is not defined
at (index):1111
(anonymous) @ (index):1111
setTimeout (async)
(anonymous) @ (index):1111
mightThrow @ jquery.js:3557
process @ jquery.js:3625
setTimeout (async)
(anonymous) @ jquery.js:3663
fire @ jquery.js:3291
fireWith @ jquery.js:3421
fire @ jquery.js:3429
fire @ jquery.js:3291
fireWith @ jquery.js:3421
ready @ jquery.js:3901
completed @ jquery.js:3911
at (index):1111:
setTimeout(function () {$.notify({"message":"Register is success","icon":"glyphicon glyphicon-ok-sign","title":"Success!","url":"","target":"_blank"}, notify_3611c307);}, 500);
I was expecting show alert
Environment
Browsers
Operating System
Libraries
Isolating the problem
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: