EasyUI Forum

General Category => Bug Report => Topic started by: phunksta on June 17, 2016, 03:54:01 AM



Title: 1.4.5 Messager causes error 'Cannot read property options of undefined'
Post by: phunksta on June 17, 2016, 03:54:01 AM
I have upgraded easyui to 1.4.5 for my application, now during initialisation I encounter an error

Code:
_240 jquery.easyuui.1.4.5.js:3762

TypeError:Cannot read property 'options' of undefined'.

When debugging, I can see the line

Code:
var _243 = $.data(_241, "panel");

_243 is undefined following execution of this.
_241 is a div.messager-body.panel-body-panel-body-noborder.window-body
_242 is undefined

the call stack is

Code:
_240
fn.panel.methods.destroy
fn.window.methods.destroy
fn.dialog.methods.destroy

_2b2() against div class="messager-progress>


Title: Re: 1.4.5 Messager causes error 'Cannot read property options of undefined'
Post by: jarry on June 17, 2016, 07:28:38 AM
Please show an example to demonstrate your issue.