[Tickets #6177] latest js/redbox.js doesn't work with IE 6
bugs at horde.org
bugs at horde.org
Wed Jan 30 19:47:27 UTC 2008
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=6177
-----------------------------------------------------------------------
Ticket | 6177
Created By | Eric Rostetter <eric.rostetter at physics.utexas.edu>
Summary | latest js/redbox.js doesn't work with IE 6
Queue | Horde Base
Version | FRAMEWORK_3
Type | Bug
State | Unconfirmed
Priority | 2. Medium
Milestone |
Patch |
Owners |
-----------------------------------------------------------------------
Eric Rostetter <eric.rostetter at physics.utexas.edu> (2008-01-30 14:47)
wrote:
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;
}
More information about the bugs
mailing list