6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/14/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#11721] dimpbase.js failure screen after login keeps blank
*
Your Email Address
*
Spam protection
Enter the letters below:
. ,.__ . ..__..___. \./ | \|_/ | | _/ | |__/| \|__|./__.
Comment
>>>> 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); > }
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers