6.0.0-beta1
7/6/25

[#6177] Action dropdowns throw errors with IE6
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

History
02/22/2008 07:00:59 AM Michael Slusarz Comment #11
State ⇒ Resolved
Reply to this comment
02/21/2008 07:29:49 AM Michael Slusarz Comment #10
Assigned to Michael Slusarz
State ⇒
Reply to this comment
02/03/2008 05:23:40 AM Chuck Hagenbuch Comment #9
State ⇒ Resolved
Taken from Michael Slusarz
Assigned to Chuck Hagenbuch
Reply to this comment
02/03/2008 03:01:22 AM Chuck Hagenbuch Comment #8
Summary ⇒ Action dropdowns throw errors with IE6
Reply to this comment
This isn't a redbox issue.
02/02/2008 01:12:28 PM Twilek (at) gmx (dot) de Comment #7
New Attachment: Hordeerror.jpg Download
Reply to this comment
A picture says more than a thousand words
02/02/2008 12:35:26 PM Twilek (at) gmx (dot) de Comment #6 Reply to this comment
I can confirm the error. It´s definetely an IE 6 Thing. When hovering 
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
02/01/2008 05:14:15 PM Michael Slusarz Comment #5 Reply to this comment
Are you sure this ticket is not a duplicate of this?

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
02/01/2008 04:12:22 PM Eric Rostetter Comment #4 Reply to this comment
Okay, well, my patch in this ticket is bogus, so ignore it.  I am seeing

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...


02/01/2008 04:18:01 AM Chuck Hagenbuch Comment #3
State ⇒ Feedback
Reply to this comment
I tried to take a look at this, but I'm not seeing it yet - what do 
you mean by moving the cursor over the redbox link? Which one?
01/31/2008 08:27:14 PM ericr (at) horde (dot) org Comment #2 Reply to this comment
The JS error returned by IE 6 is:



Line: 2

Char: 38133

Error: 'style' is null or not an object

Code: 0
01/31/2008 05:10:04 PM Jan Schneider Assigned to Michael Slusarz
State ⇒ Assigned
 
01/30/2008 07:47:27 PM Eric Rostetter Comment #1
Priority ⇒ 2. Medium
State ⇒ Unconfirmed
Queue ⇒ Horde Base
Summary ⇒ latest js/redbox.js doesn't work with IE 6
Type ⇒ Bug
Reply to this 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; }

Saved Queries