Summary | "Marks as..." unavailable in right-click, whereas OK in "Other" dropdown |
Queue | IMP |
Queue Version | 6.1.5 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | uneracine-horde (at) yahoo (dot) fr |
Created | 10/30/2013 (4243 days ago) |
Due | |
Updated | 10/30/2013 (4243 days ago) |
Assigned | 10/30/2013 (4243 days ago) |
Resolved | 10/30/2013 (4243 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Michael Slusarz
State ⇒ Resolved
commit d33f8c9d01a0b51e74bdf0741635cc0669657495
Author: Michael M Slusarz <slusarz@horde.org>
Date: Wed Oct 30 15:16:06 2013 -0600
[mms] Fix regression in showing non-available actions in dynamic
mailbox view when ACL rules prevent them (
Bug #12808).imp/docs/CHANGES | 2 ++
imp/js/dimpbase.js | 2 +-
imp/lib/Ajax/Application/ListMessages.php | 2 ++
imp/package.xml | 4 ++--
4 files changed, 7 insertions(+), 3 deletions(-)
http://git.horde.org/horde-git/-/commit/d33f8c9d01a0b51e74bdf0741635cc0669657495
Queue ⇒ IMP
State ⇒ Assigned
Version ⇒ 6.1.5
doesn't contain this, but the context-menu does.
In either event, that needs to be fixed.
The behavior is correct though. Your mailbox is marked as read-only
so these actions are not available and should not be shown.
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ "Marks as..." unavailable in right-click, whereas OK in "Other" dropdown
Queue ⇒ DIMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
as submenu". Whereas in the "other" dropdwon on the top right side of
the window, it is displayed and functionnal. I've done an installation
from pear. I'm using IMAP.
-------------------------------------------
To help finding the cause, I've tried to debug js, but I'm noob at this.
I've added in imp/js/dimpbase.js line 1379(after the case 'ctx_message':) :
HordeCore.notify("Debug "+this.viewport.getMetaData('readonly'),
'horde.error');
And it displays (yeah I'm not able to use console.log...) in horde
"Debug (undefined)" when I do a right click.
As this 'readonly' property is used at two places to hide/show the
menu, I suppose it is the cause. But I've failed to identify where it
is supposed to be set to true.