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 |
I reinstalled all of horde and recreated all databases.
Thanks.
Maybe I can find something.
same thing.
I will keep looking.
possibly be an error anymore. Also, rowColors is clearly initialized
before the function definition. So I have no idea.
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 }
happens) of the actual HTML (since this is generated code, there's no
real way for me to match line numbers right now)?
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.
the problem occurs.
Error: rowColors has no properties
Source File:
/imp/mailbox.php?Horde=0d853d4ff55500f893a5d14305bc1299&mailbox=INBOX
Line: 117
State ⇒ Feedback
work? Or what else is different? I can't reproduce this and you've
given us _nothing_ to go on.
Sometimes it works, others it does not. It also is not just in the
Inbox view, but in other folders as well.
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ Select all checkbox
Queue ⇒ IMP
State ⇒ Unconfirmed
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.