[Tickets #11251] Re: Blank pages when using popup windows
bugs at horde.org
bugs at horde.org
Mon Jul 9 20:15:25 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11251
------------------------------------------------------------------------------
Ticket | 11251
Updated By | leena.heino at uta.fi
Summary | Blank pages when using popup windows
Queue | IMP
Version | Git develop
Type | Bug
State | Feedback
Priority | 1. Low
Milestone |
Patch |
Owners |
------------------------------------------------------------------------------
leena.heino at uta.fi (2012-07-09 20:15) wrote:
>> Error 1: Uncaught TypeError: Cannot call method 'hide' of null
>> File: message-dimp.js
>> Line: 327
>> Code: $('dimpLoading').hide();
>
> This had been fixed before the release. If you don't have the
> dimpLoading DIV in your compose window, your setup is broken.
Yes, the compose window does have that DIV ( /imp/dynamic.php?page=compose )
The problem is when trying to open a single message in a new window
then that new window ( /imp/dynamic.php?page=message ) does not have
DIV section named "dimpLoading".
>> Error 2: Uncaught TypeError: Object #<Object> has no method 'size'
>> File: compose-dimp.js
>> Line: 1127
>> Code: if (DimpCore.context.ctx_msg_other.size()) {
>
> DimpCore.context.ctx_msg_other is *always* set in the compose window.
You are right, DimpCore.context.ctx_msg_other is always set. But the
error is that it does not seem to have method size().
Errors 1 and 2 cause message popup window to be shown as blank.
Error 2 makes compose window show just text "Loading...".
More information about the bugs
mailing list