IE Bug : on expanding folders and additional subfolder shows up "function(obj,from){var len=this.length>>>0;from=from||0 ...."

CommentFileSizeAuthor
#1 1895776-IE_error-0.patch464 bytesgitesh.koli
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gitesh.koli’s picture

FileSize
464 bytes

Patch file attached.

ufku’s picture

Status: Active » Closed (works as designed)

for (var i in subdirs) is a perfectly fine javascript code for iterating over an array or object. You probably have some js library that alters native Array object.