Ticket #1484913 (new Bugs)

Opened 10 months ago

Last modified 9 months ago

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

follow-up: ↓ 2   Changed 10 months ago by thomasb

This is a known issue but there's actually no other work-around: see #1484399 for details about this topic

in reply to: ↑ 1   Changed 10 months ago by rosali

Replying to thomasb:

This is a known issue but there's actually no other work-around: see #1484399 for details about this topic

Yes, but as stated the problem is solved for me if the href attribute (and the onclick event) is removed. The navigation is still working without these attributes (IE, FF, Opera tested).

  Changed 9 months ago by thomasb

The href was introduced to have the possibility to right-click and select "Open in new Tab/Window" in order to open a certain message in a separate tab.

Note: See TracTickets for help on using tickets.