SolidOS / solidos

The operating system for Solid
https://solidos.solidcommunity.net/
MIT License
127 stars 19 forks source link

mashlib@1.7.8 has a bug on displaying default first page #83

Closed bourgeoa closed 2 years ago

bourgeoa commented 3 years ago

Running with NSS@5.6.13 with mashlib@1.7.8 on test-server https://solidcommunity.net:8443

TypeError: a.firstPane.render is not a function
  undefined
    TypeError: a.firstPane.render is not a function  undefined
        at https://bourgeoa.solidcommunity.net:8443/mashlib.min.js:164:296271

firstPane.render is used in https://github.com/solid/solid-panes/blob/abbbef4c32d6275987dbb6b4308f5043863e2bbb/src/outline/manager.js#L862

bourgeoa commented 3 years ago

Without @SharonStrats commits there is no problem. So I reverted PR with https://github.com/solid/solid-panes/commit/df84a393b26f62c0c2d49af815116e148689cfde

bourgeoa commented 3 years ago

here is the detailed error

TypeError: tr1.firstPane.render is not a function
  https://alain.localhost:8443/mashlib.js:4435:37
    propertyTable/<  https://alain.localhost:8443/mashlib.js:4427:48
    promise callback*propertyTable  https://alain.localhost:8443/mashlib.js:5568:20
    render  https://alain.localhost:8443/mashlib.js:5697:11
    outlineExpand/<  https://alain.localhost:8443/mashlib.js:110758:27
    nowOrWhenFetched/<  https://alain.localhost:8443/mashlib.js:110754:31
    promise callback*nowOrWhenFetched  https://alain.localhost:8443/mashlib.js:5694:10
    outlineExpand  https://alain.localhost:8443/mashlib.js:5845:20
    _default/this.GotoSubject  https://alain.localhost:8443/mashlib.js:3610:29
    _renderTab  https://alain.localhost:8443/mashlib.js:145115:15
    makeNewSlot  https://alain.localhost:8443/mashlib.js:145172:32
    orderedSync  https://alain.localhost:8443/mashlib.js:145043:3
    tabWidget  https://alain.localhost:8443/mashlib.js:3632:39
    _callee$  https://alain.localhost:8443/mashlib.js:128472:40
    tryCatch  https://alain.localhost:8443/mashlib.js:128703:30
    invoke  https://alain.localhost:8443/mashlib.js:128528:21
    defineIteratorMethods/</<  https://alain.localhost:8443/mashlib.js:3244:24
    asyncGeneratorStep  https://alain.localhost:8443/mashlib.js:3266:27
    _next  https://alain.localhost:8443/mashlib.js:3254:28
    promise callback*asyncGeneratorStep  https://alain.localhost:8443/mashlib.js:3266:27
    _next  https://alain.localhost:8443/mashlib.js:3273:12
    _asyncToGenerator/</<  https://alain.localhost:8443/mashlib.js:3262:12
    _asyncToGenerator/<  https://alain.localhost:8443/mashlib.js:3580:27
    globalAppTabs  https://alain.localhost:8443/mashlib.js:888:12
    buildDashboard  https://alain.localhost:8443/mashlib.js:878:12
    buildPage  https://alain.localhost:8443/mashlib.js:855:16
    runBuildPage  https://alain.localhost:8443/mashlib.js:869:5
    render  https://alain.localhost:8443/mashlib.js:4435:37
    propertyTable/<  https://alain.localhost:8443/mashlib.js:4427:48
    promise callback*propertyTable  https://alain.localhost:8443/mashlib.js:5568:20
    render  https://alain.localhost:8443/mashlib.js:5697:11
    outlineExpand/<  https://alain.localhost:8443/mashlib.js:110758:27
    nowOrWhenFetched/<  https://alain.localhost:8443/mashlib.js:110754:31
    promise callback*nowOrWhenFetched  https://alain.localhost:8443/mashlib.js:5694:10
    outlineExpand  https://alain.localhost:8443/mashlib.js:5845:20
    _default/this.GotoSubject  undefined

image