Grasia / teem

Teem is a web tool and mobile app for collaboration in communities, which facilitates onboarding of newcomers
http://teem.works/
GNU Affero General Public License v3.0
49 stars 25 forks source link

TypeError: b.getDelegate is not a function #29

Closed atd closed 9 years ago

atd commented 9 years ago

When trying to post to the pad, I get this error:

"TypeError: b.getDelegate is not a function
    at Object.f.edit (swellrt-0.js:3495:95)
    at Array.<anonymous> (http://192.168.1.112:8000/js/app.min.js:14:8248)
    at Object.<anonymous> (http://192.168.1.112:8000/js/app.min.js:8:9700)
    at f.$get.f.$digest (http://192.168.1.112:8000/js/app.min.js:6:4045)
    at f.$get.f.$apply (http://192.168.1.112:8000/js/app.min.js:6:5766)
    at es.$$debounceViewValueCommit (http://192.168.1.112:8000/js/app.min.js:8:9477)
    at es.$setViewValue (http://192.168.1.112:8000/js/app.min.js:8:9203)
    at HTMLTextAreaElement.l (http://192.168.1.112:8000/js/app.min.js:6:21811)
    at HTMLTextAreaElement.Z.event.dispatch (http://192.168.1.112:8000/js/app.min.js:2:15875)
    at HTMLTextAreaElement.Z.event.add.v.handle (http://192.168.1.112:8000/js/app.min.js:2:12650)"
atd commented 9 years ago

Probably in SwellRT

https://github.com/P2Pvalue/swellrt/issues/29

atfornes commented 9 years ago

solved by https://github.com/P2Pvalue/pear2pear/commit/a97ac65080d11623f9a2fc1e4d9a02f353f5075e, it was a forgotten rich text editor div in the code :sad: sorry!