Summary | JS error on folders.php |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | tinu (at) humbapa (dot) ch |
Created | 11/29/2007 (6429 days ago) |
Due | |
Updated | 11/18/2008 (6074 days ago) |
Assigned | 11/29/2007 (6429 days ago) |
Resolved | 11/30/2007 (6428 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
access Imp4.2-3/Horde 3.2.2 installed via the packages in Debian
Lenny. However it works fine with firefox
State ⇒ Resolved
the bottom?
Assigned to Jan Schneider
the bottom?
the javascript console?
$("checkAll1") has no properties
Source: .../imp/js/folders.js
Line: 164 (copy from src-dir)
State ⇒ Feedback
the javascript console?
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Queue ⇒ IMP
Summary ⇒ JS error on folders.php
Type ⇒ Bug
saying 'null' is Null or not an Object. this only happens when I have
less than 10 folders.
my short solution was to remove the if-structure in folders.php on
line 479-482. e.g.:
//if (count($rows) > 10) {
$a_template->set('id', 1);
echo $a_template->fetch(IMP_TEMPLATES . '/folders/actions.html');
//}
thanks!