| Summary | compose-dimp.js javascript errors |
| Queue | Horde Framework Packages |
| Queue Version | Git develop |
| Type | Bug |
| State | Duplicate |
| Priority | 1. Low |
| Owners | |
| Requester | leena.heino (at) uta (dot) fi |
| Created | 07/09/2012 (4886 days ago) |
| Due | |
| Updated | 07/09/2012 (4886 days ago) |
| Assigned | 07/09/2012 (4886 days ago) |
| Resolved | 07/09/2012 (4886 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
problem described in
#11251Error is: Uncaught TypeError: Object #<Object> has no method 'size'
And the offending code is found on line 1127:
if (DimpCore.context.ctx_msg_other.size()) {
As a test I removed the part ".size()" from the if expression and then
compose screen opened nicely and without any errors.
problem described in
#11251State ⇒ Feedback
Version ⇒ Git develop
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ compose-dimp.js javascript errors
Queue ⇒ Horde Framework Packages
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
'size', which seems to be caused by this line:
if (DimpCore.context.ctx_msg_other.size()) {
Also hordecore.js has very misleading comment about requirements: This
file requires prototypejs v1.8.0+
But the prototype.js is version 1.7.1