Ticket #1484913 (new Bugs)
Message List - Select multiple messages
| Reported by: | rosali | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Client Scripts | Version: | 0.1-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description
To select multiple messages I have to press CTRL and to click on the row.
Pressing CTRL and clicking on a link will open a browser TAB if the browser supports tabbed browsing. So, multi message selections will open a new browser tab for each selected message.
A quick and dirty fix is to remove the href attribute in program/steps/mail/func.inc in line
$cont = sprintf('<a href="%s" onclick="return rcube_event.cancel(event)">%s</a>', Q(rcmail_url($action, array($uid_param=>$header->uid, '_mbox'=>$mbox))), $cont);
Change History
Note: See
TracTickets for help on using
tickets.
