6.0.0-beta13
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/11/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7792] DIMP fails to render the IMAP folder list when subfolders exist
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ . .. .. .__ [__)| ||_/ | [__) [__)|/\|| \|___[__)
Comment
> The changed getFolderId() method from revision 1.1.2.116 does in fact > fix my problem. Here's a transcript of my debugging session with > Google Chrome's JavaScript debugger: > > > > Using the pre-1.1.2.116 code: > > > > $ break DimpBase.js:1574 > > set breakpoint #1 > > paused at breakpoint 1: #<an Object>.createFolder(ob=#<an Object>, > 5), https://some-server/dimp/js/DimpBase.js > > 1574: parent_e = (parent_e) ? parent_e.down('UL') : > $('normalfolders'); > > $ p parent_e > > #<an HTMLLIElement> > > $ p parent_e.down('UL') > > undefined > > $ p parent_e.innerHTML > > <ul></ul> > > > > Using the getFolderId()-function from rev. 1.1.2.116: > > > > paused at breakpoint 1: #<an Object>.createFolder(ob=#<an Object>, > 5), https://some-server/dimp/js/DimpBase.js > > 1574: parent_e = (parent_e) ? parent_e.down('UL') : > $('normalfolders'); > > $ p parent_e > > #<an HTMLLIElement> > > $ p parent_e.down('UL') > > #<an HTMLUListElement> > > $ p parent_e.innerHTML > > <ul></ul> > > > > Oddly enough the <ul>-element actually exists in both cases, but for > some reason the down() method can't seem to navigate to it. > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers