summaryrefslogtreecommitdiff
path: root/program/steps/mail/compose.inc
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-09-04 10:08:42 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-09-04 10:08:42 +0200
commit0933d66b591056358b5e645cbd563814308998d2 (patch)
treecd4025d234c04e615f357922669b09edd59da20a /program/steps/mail/compose.inc
parent80b3c6200ee7788bef1bca0562aa53113ffea9bd (diff)
Keep current selection on IE browsers by adding unselectable=on to link elements
Diffstat (limited to 'program/steps/mail/compose.inc')
-rw-r--r--program/steps/mail/compose.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc
index 282a2fd3e..bce4fd313 100644
--- a/program/steps/mail/compose.inc
+++ b/program/steps/mail/compose.inc
@@ -1713,6 +1713,7 @@ function rcmail_compose_responses_list($attrib)
$item = html::a(array(
'href '=> '#'.urlencode($response['name']),
'class' => rtrim('insertresponse ' . $attrib['itemclass']),
+ 'unselectable' => 'on',
'rel' => $key,
), Q($response['name']));