[Tickets #11128] Infinite loop expanding containers
bugs at horde.org
bugs at horde.org
Wed Apr 4 13:36:01 UTC 2012
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/11128
------------------------------------------------------------------------------
Ticket | 11128
Created By | Jan Schneider <jan at horde.org>
Summary | Infinite loop expanding containers
Queue | IMP
Version | Git master
Type | Bug
State | Assigned
Priority | 2. Medium
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
Jan Schneider <jan at horde.org> (2012-04-04 15:36) wrote:
I have one container called "sent" which has several sub-folders.
Expanding that folder gets the javascript into an infinite loop:
_listFolders()dimpbase.js (Zeile 2930)
params = Object { all=0, base=li#fldSU5CT1guc2VudA.container, mboxes=[1]}
_toggleSubFolder()dimpbase.js (Zeile 2878)
base = li#fldSU5CT1guc2VudA.container
mode = "tog"
noeffect = false
noexpand = true
_folderLoadCallback()dimpbase.js (Zeile 2792)
params = Object { all=0, base=li#fldSU5CT1guc2VudA.container,
mboxes="["SU5CT1guc2VudA"]", mehr...}
r = Object { response={...}, msgs=[0]}
bind()prototype.js (Zeile 391)
doActionComplete()dimpcore.js (Zeile 135)
request = klass { request=klass, transport=XMLHttpRequest,
readyState=4, mehr...}
callback = function()
onComplete()dimpcore.js (Zeile 70)
t = klass { request=klass, transport=XMLHttpRequest, readyState=4, mehr...}
o = null
bind()prototype.js (Zeile 391)
respondToReadyState()prototype.js (Zeile 1615)
readyState = 4
onStateChange()prototype.js (Zeile 1545)
bind()prototype.js (Zeile 391)
In _toggleSubFolder(), "need" contains the "sent" folder that has been
expanded. Folders with sub-folders work just fine.
More information about the bugs
mailing list