Summary | Horde_Tree undefined, javascript error. |
Queue | IMP |
Queue Version | 4.1.6 |
Type | Bug |
State | Not A Bug |
Priority | 3. High |
Owners | |
Requester | jacob (at) mediashaker (dot) com |
Created | 05/06/2009 (5904 days ago) |
Due | |
Updated | 05/06/2009 (5904 days ago) |
Assigned | |
Resolved | 05/06/2009 (5904 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Not A Bug
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Horde_Tree undefined, javascript error.
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
having the sidebar load. The error in Internet Explorer notes that
Horde_Tree is undefined.
I took a look at the code and noticed a lack of semicolons following
all the Horde_Tree.prototype.functions. From my experience, this tends
to
a) Give the ie javascript parser fits.
b) Give javascript minifiers fits.
Adding the semicolons reduced the occurrence of the bug, although it
still seems to happen.
Caches were cleared between trials and we logged in cleanly.