Summary | Action dropdowns throw errors with IE6 |
Queue | Horde Base |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org, slusarz (at) horde (dot) org |
Requester | eric.rostetter (at) physics (dot) utexas (dot) edu |
Created | 01/30/2008 (6367 days ago) |
Due | |
Updated | 02/22/2008 (6344 days ago) |
Assigned | 02/01/2008 (6365 days ago) |
Resolved | 02/22/2008 (6344 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Assigned to Michael Slusarz
State ⇒
Ticket 6301.State ⇒ Resolved
Taken from Michael Slusarz
Assigned to Chuck Hagenbuch
http://lists.horde.org/archives/cvs/Week-of-Mon-20080128/074526.html
Summary ⇒ Action dropdowns throw errors with IE6
New Attachment: Hordeerror.jpg
over a menu with sub items in IMP everything on the screen except the
dropdown boxes (like the folders dropdown) dissappears . With IE 7 it
works just fine
Regards Henning
http://bugs.horde.org/ticket/?id=5887
Which was fixed here:
http://cvs.horde.org/diff.php?r1=1.7&r2=1.8&f=imp%2Fjs%2Fsrc%2Fmessage.js
the same error with that patch... I'm not even sure the problem is
in redbox.js, that just seemed to be the most obvious thing that I
upgraded the day the problems started.
The problems started after the changes to */js/redbox.js, but I also
updated imp/lib/Crypt/SMIME.php, framework/DataTree/DataTree/sql.php,
framework/Share/Share.php,framework/UI/UI/Pager.php, and
framework/UI/UI/Widget.php at the same time.
The problem only exists in IE 6. It acts differently at times
depending on various things that are hard to pin down. But it always
registers as a JS error in MS IE 6 whether the menus work or not. It
occurs on any of the menu items at the top that have submenus (widgets
with menus) such as reply, forward, and headers.
I'm at a loss as to what is causing this really. But it is very real.
It happens on both my IE 6 machines, and to 3 of my users who use IE
6.
It does not happen to anyone who is using any browser other than IE 6.
If you need access to my horde install (via the web) just let me know
and I'll give you a login...
State ⇒ Feedback
you mean by moving the cursor over the redbox link? Which one?
Line: 2
Char: 38133
Error: 'style' is null or not an object
Code: 0
State ⇒ Assigned
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Horde Base
Summary ⇒ latest js/redbox.js doesn't work with IE 6
Type ⇒ Bug
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();
---
===================================================================
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();
---