Uploaded image for project: 'File Manager Application'
  1. File Manager Application
  2. FILEMAN-34

The file manager may not load over slow network connection

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • 2.0-milestone-2
    • 2.0-milestone-1
    • None

    Description

      There can be two problems:

      1. First use case:
        • AngularJS is loaded as a dependency of the File Manager UI, using RequireJS,
        • detects immediately <div ng-app="drive">
        • attempts to load the drive module (File Manager UI) before RequireJS calls back the drive module, so it won't be defined
      1. Second use case:
        • The File Manager UI modules may be loaded in the wrong order because we're using a JSX object for each module and each module makes a call to RequireJS. Even if all JSX objects are on the same page, the corresponding modules are loaded depending on how quick their dependencies are ready.

      Attachments

        Activity

          People

            mflorea Marius Dumitru Florea
            mflorea Marius Dumitru Florea
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: