Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#1415 closed defect (fixed)

Lazy directory loading doesn't work with Internet Explorer

Reported by: Nicklas Nordborg Owned by: everyone
Priority: major Milestone: BASE 2.14.1
Component: web Version: 2.14
Keywords: Cc:

Description

Using Internet explorer 8.

  1. Go to View -> Files.
  2. Try expand a directory that hasn't had it's children loaded yet. Eg. the 'plus' icon should be a little grayish.
  3. The child directories are loaded, but only one child entry is created in the directory structure. The name of the entry is a concatenated, comma-separated, list of the real child directory names. Eg. if there are 3 children (a, b and c) the entry is 'a,b,c'.

Clicking on the incorrect entry will show the contents of the first child directory in the right-hand frame. Trying to expand the new entry by clicking on the 'plus' icon results in a javascript error:

Message: 'index' is null or not an object
Line: 97
Char: 4
Code: 0

Change History (2)

comment:1 by Nicklas Nordborg, 14 years ago

Resolution: fixed
Status: newclosed

(In [5157]) Fixes #1415: Lazy directory loading doesn't work with Internet Explorer

comment:2 by Nicklas Nordborg, 14 years ago

#1413 includes the same fix for the trunk. There should not be any merge problems later since the fix is identical in both places.

Note: See TracTickets for help on using tickets.