[Tickets #11721] Re: dimpbase.js failure screen after login keeps blank
bugs at horde.org
bugs at horde.org
Wed Nov 21 10:41:17 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 | boite_de_merde_bobo at yahoo.fr
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
------------------------------------------------------------------------------
boite_de_merde_bobo at yahoo.fr (2012-11-21 10:41) wrote:
>>> You had stale javascript in your browser.
>>
>> According to an other installation, the javascript dumpbase.js file
>> that crashes is exactly the same.
>>
>> What does your answer mean ?
>>
>> Is the browser to old ?
> Hello,
> Same problem for me. With IE 7 and IE 8 up-to-date.
> Horde IMP could be adaptive with IE and not the opposite. So, anyone
> have a patch ?
> Thanks
Hello again,
I find a solution (not perfect) but it can help users.
- comment lines containing DM.addSubMenu like this :
if ($('horde-search')) {
this._setQsearchText();
DimpCore.addContextMenu({
elt: $('horde-search-dropdown'),
left: true,
offset: $$('#horde-search .horde-fake-input')[0],
type: 'qsearchopts'
});
DimpCore.addContextMenu({
elt: $('horde-search-dropdown'),
left: false,
offset: $$('#horde-search .horde-fake-input')[0],
type: 'qsearchopts'
});
/* DM.addSubMenu('ctx_qsearchopts_by', 'ctx_qsearchby'); */
DimpCore.addPopdownButton('button_filter', 'filteropts', {
trigger: true
});
/* DM.addSubMenu('ctx_filteropts_filter', 'ctx_filter');
DM.addSubMenu('ctx_filteropts_flag', 'ctx_flag_search');
DM.addSubMenu('ctx_filteropts_flagnot', 'ctx_flag_search'); */
/* Don't submit FORM. Really only needed for Opera (Bug #9730)
* but shouldn't hurt otherwise. */
$('horde-search-input').up('FORM').observe('submit', Event.stop);
}
More information about the bugs
mailing list