[Tickets #11721] Re: dimpbase.js failure screen after login keeps blank

bugs at horde.org bugs at horde.org
Fri Nov 23 09:38:15 UTC 2012


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/11721
------------------------------------------------------------------------------
  Ticket             | 11721
  Updated By         | aloyse.gilbert at gmail.com
  Summary            | dimpbase.js failure screen after login keeps blank
  Queue              | IMP
  Version            | 6.0.1
  Type               | Bug
  State              | Not A Bug
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             | Michael Slusarz
------------------------------------------------------------------------------


aloyse.gilbert at gmail.com (2012-11-23 09:38) wrote:

There is a synchronization problem ?

I added an alert-breakpoint before this.DMenu gets initialized, see below

The error in dimpbase.js occurs before DimpCore.DMenu is defined.

--- dimpcore.js_orig	2012-11-23 10:01:16.000000000 +0100
+++ dimpcore.js	2012-11-23 10:06:17.000000000 +0100
@@ -380,8 +380,8 @@
      onDomLoad: function()
      {
          HordeCore.initHandler('click');
-
          if (typeof ContextSensitive != 'undefined') {
+alert('DimpCore.onDomLoad - breakpoint before: this.DMenu = new  
ContextSensitive()');
              this.DMenu = new ContextSensitive();
          }
      }






More information about the bugs mailing list