6.0.0-alpha12
6/8/25

[#1853] Select all checkbox
Summary Select all checkbox
Queue IMP
Queue Version HEAD
Type Bug
State Not A Bug
Priority 2. Medium
Owners
Requester aj (at) mindcrash (dot) com
Created 04/23/2005 (7351 days ago)
Due
Updated 04/29/2005 (7345 days ago)
Assigned 04/24/2005 (7350 days ago)
Resolved 04/29/2005 (7345 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/29/2005 04:17:18 PM Chuck Hagenbuch State ⇒ Not A Bug
 
04/29/2005 04:15:45 PM aj (at) mindcrash (dot) com Comment #13 Reply to this comment
Looks like this has been resolved.

I reinstalled all of horde and recreated all databases.

Thanks.




04/27/2005 08:04:15 AM Jan Schneider Comment #12 Reply to this comment
mailbox.php
04/26/2005 01:06:32 PM aj (at) mindcrash (dot) com Comment #11 Reply to this comment
What file generates the message list view page?

Maybe I can find something.


04/25/2005 10:29:10 PM aj (at) mindcrash (dot) com Comment #10 Reply to this comment
Tried to upgrade firefox to the latest version, and I still have the 
same thing.

I will keep looking.
04/25/2005 03:17:02 AM Chuck Hagenbuch Comment #9 Reply to this comment
Well, the line number doesn't line up with anything that could 
possibly be an error anymore. Also, rowColors is clearly initialized 
before the function definition. So I have no idea.
04/25/2005 12:56:06 AM aj (at) mindcrash (dot) com Comment #8 Reply to this comment
OK, here goes...

I selected  the section that I think may help you out, and added the 
line numbers.  The indents may be a bit off, it didn't come over 
cleanly, so I had to fix it a bit.   Does this help at all, Chuck?





110           var rowColors = new Array();

111           function selectRow(rowId)

112           {

113              rowOb = document.getElementById('row' + rowId);

114              if (!rowOb) {

115                    return;

116              }

117

118             if (rowOb.className.indexOf('selectedRow') != -1) {

119                 rowOb.className = rowColors[rowId];

120             } else {

121                rowColors[rowId] = rowOb.className;

122                rowOb.className = 'selectedRow';

123             }

124           }


04/24/2005 11:44:51 PM Chuck Hagenbuch Comment #7 Reply to this comment
Okay, and what's on line 117 (or whatever line it is the next time it 
happens) of the actual HTML (since this is generated code, there's no 
real way for me to match line numbers right now)?
04/24/2005 10:57:39 PM aj (at) mindcrash (dot) com Comment #6 Reply to this comment
Hmm, not that I can tell.  I have let it load.  It happens when there 
are as little as 2 messages in the folder list.  It does not happen w/ 
IE, and I have waited the same amount of time for each browser.

The status bar says Done at the bottom, and everything appears to have 
loaded correctly.
04/24/2005 07:18:54 PM Chuck Hagenbuch Comment #5 Reply to this comment
Does this happen when the page is perhaps still finishing loading?
04/24/2005 01:03:36 PM aj (at) mindcrash (dot) com Comment #4 Reply to this comment
Sorry about that, here is the output from the Javascript console when 
the problem occurs.



Error: rowColors has no properties

Source File: 
/imp/mailbox.php?Horde=0d853d4ff55500f893a5d14305bc1299&mailbox=INBOX

Line: 117
04/24/2005 04:53:35 AM Chuck Hagenbuch Comment #3
State ⇒ Feedback
Reply to this comment
And what happens in the Javascript console on the times it doesn't 
work? Or what else is different? I can't reproduce this and you've 
given us _nothing_ to go on.
04/23/2005 08:41:06 PM aj (at) mindcrash (dot) com Comment #2 Reply to this comment
This is sporadic, it does not happen all the time.

Sometimes it works, others it does not.  It also is not just in the 
Inbox view, but in other folders as well.
04/23/2005 02:39:17 PM aj (at) mindcrash (dot) com Comment #1
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Select all checkbox
Queue ⇒ IMP
State ⇒ Unconfirmed
Reply to this comment
Using latest HEAD and using firefox, the select all checkbox in the 
messages view does not work.  It does work in IE, but in firefox   
click on it does nothing.

Checkboxes for individual messages appear to work.

Saved Queries