6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/29/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6177] Action dropdowns throw errors with IE6
*
Your Email Address
*
Spam protection
Enter the letters below:
.__. __ .___ __.. . [__]/ `[__ (__ |\/| | |\__.| .__)| |
Comment
> The latest redbox.js scripts don't work with IE 6 though they work > with everything else I've tried. When you move the cursor over the > redbox link, the screen contents mostly disappear. The following > fixed the problem for me in IE 6 while using IMP. > > > > Index: js/src/redbox.js > > =================================================================== > > RCS file: /repository/horde/js/src/redbox.js,v > > retrieving revision 1.7.2.3 > > diff -r1.7.2.3 redbox.js > > 121c121 > > < return ov && ov.visible(); > > --- > >> if ( ov && ov.visible() ) { return true } else { return false; } > > Index: imp/js/src/redbox.js > > =================================================================== > > RCS file: /repository/imp/js/src/redbox.js,v > > retrieving revision 1.10.2.3 > > diff -r1.10.2.3 redbox.js > > 121c121 > > < return ov && ov.visible(); > > --- > >> if ( ov && ov.visible() ) { return true } else { return false; } > >
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