| Summary | Clicking on an application link in the dimp sidebar does not work |
| Queue | IMP |
| Queue Version | Git master |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Horde Developers (at) , slusarz (at) horde (dot) org |
| Requester | mrubinsk (at) horde (dot) org |
| Created | 06/28/2009 (5998 days ago) |
| Due | |
| Updated | 01/13/2010 (5799 days ago) |
| Assigned | 06/28/2009 (5998 days ago) |
| Resolved | 06/29/2009 (5997 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
Bug #8387: Add missing assignmenthttp://git.horde.org/diff.php/imp/js/src/DimpBase.js?rt=horde-git&r1=cea9df122e8ca73498a8f7a82a8bfa77db07ca59&r2=988e1ce86ac04fade8451a1123092684a63971a2
State ⇒ Resolved
variable assignment. Fixed.
State ⇒ Assigned
Assigned to
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Clicking on an application link in the dimp sidebar does not work
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
horde application by clicking on one of the application links in the
"applicationfolders" ul, JS error is thrown if you click on the actual
text of the link:
tmp.down("A") is undefined
if instead, you click on the surrounding li element, the link works
fine, obviously because it can then go down to the A element.