<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>Strange right-click behavior with FF on Mac</title> 
  <pubDate>Fri, 10 Apr 2026 19:46:53 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/6760</link> 
  <atom:link rel="self" type="application/rss+xml" title="Strange right-click behavior with FF on Mac" href="https://bugs.horde.org/ticket/6760/rss" /> 
  <description>Strange right-click behavior with FF on Mac</description> 
 
   
   
  <item> 
   <title>With Firefox on Mac, if you select a message in the message </title> 
   <description>With Firefox on Mac, if you select a message in the message list, and then right-click on that message, it gets unselected and thus the context menu items don&#039;t do anything.</description> 
   <pubDate>Mon, 26 May 2008 16:45:44 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6760#t45616</link> 
  </item> 
   
  <item> 
   <title>Doesn&#039;t surprise me.  From experience, FF on Mac does not ha</title> 
   <description>Doesn&#039;t surprise me.  From experience, FF on Mac does not handle click events like other versions of FF (Linux/Windows).</description> 
   <pubDate>Tue, 03 Jun 2008 04:18:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6760#t45851</link> 
  </item> 
   
  <item> 
   <title>And the obvious reason why clicks are different - Macs don&#039;t</title> 
   <description>And the obvious reason why clicks are different - Macs don&#039;t have right buttons.  So any Mac right button emulation sends a &#039;ctrl-right click&#039; on a mousedown event.  This is causing toggling of the selection of that message because that is the expected behavior for a ctrl-click on a message.



We can add an extra check to only do ctrl-click processing of a message on a left click.  That will fix this problem but at the expense of disallowing multiple ctrl-click on other platforms - this can be quite useful because it allows multiple selection without worrying that a preview will be triggered.  Suggestions?</description> 
   <pubDate>Tue, 03 Jun 2008 05:56:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6760#t45857</link> 
  </item> 
   
  <item> 
   <title>&gt; And the obvious reason why clicks are different - Macs don</title> 
   <description>&gt; And the obvious reason why clicks are different - Macs don&#039;t have 

&gt; right buttons.  So any Mac right button emulation sends a &#039;ctrl-right 

&gt; click&#039; on a mousedown event.  This is causing toggling of the 

&gt; selection of that message because that is the expected behavior for a 

&gt; ctrl-click on a message.



Was this a typo? Because if Macs really send Ctrl-RightClick, then we can safely catch this, we don&#039;t use that combination anywhere, only Ctrl-LeftClick as outlined below.



&gt; We can add an extra check to only do ctrl-click processing of a 

&gt; message on a left click.  That will fix this problem but at the 

&gt; expense of disallowing multiple ctrl-click on other platforms - this 

&gt; can be quite useful because it allows multiple selection without 

&gt; worrying that a preview will be triggered.  Suggestions?

</description> 
   <pubDate>Tue, 03 Jun 2008 10:01:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6760#t45869</link> 
  </item> 
   
  <item> 
   <title>&gt; Was this a typo? Because if Macs really send Ctrl-RightCli</title> 
   <description>&gt; Was this a typo? Because if Macs really send Ctrl-RightClick, then we 

&gt; can safely catch this, we don&#039;t use that combination anywhere, only 

&gt; Ctrl-LeftClick as outlined below.



Nope, not a typo.  Ctrl-right click should select a message *without* showing the preview - this was specifically coded due to feedback from users at SAPO.  This allows people to delete messages that they know are SPAM without causing the preview to trigger.  It is very useful.</description> 
   <pubDate>Tue, 03 Jun 2008 15:31:01 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6760#t45876</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; Was this a typo? Because if Macs really send Ctrl-RightCl</title> 
   <description>&gt;&gt; Was this a typo? Because if Macs really send Ctrl-RightClick, then we

&gt;&gt; can safely catch this, we don&#039;t use that combination anywhere, only

&gt;&gt; Ctrl-LeftClick as outlined below.

&gt;

&gt; Nope, not a typo.  Ctrl-right click should select a message *without* 

&gt; showing the preview - this was specifically coded due to feedback 

&gt; from users at SAPO.  This allows people to delete messages that they 

&gt; know are SPAM without causing the preview to trigger.  It is very 

&gt; useful.



Yes, I don&#039;t want to miss it, but it already works with right-click *without* Ctrl.</description> 
   <pubDate>Tue, 03 Jun 2008 16:25:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6760#t45882</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in CVS for this ticket:

  http://cvs</title> 
   <description>Changes have been made in CVS for this ticket:

  http://cvs.horde.org/diff.php/dimp/docs/CHANGES?r1=1.96&amp;r2=1.97&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/js/DraggableMail.js?r1=1.66&amp;r2=1.67&amp;ty=u
  http://cvs.horde.org/diff.php/dimp/js/src/DraggableMail.js?r1=1.49&amp;r2=1.50&amp;ty=u</description> 
   <pubDate>Tue, 03 Jun 2008 18:27:36 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6760#t45886</link> 
  </item> 
   
  <item> 
   <title>&gt; Yes, I don&#039;t want to miss it, but it already works with ri</title> 
   <description>&gt; Yes, I don&#039;t want to miss it, but it already works with right-click 

&gt; *without* Ctrl.



Yeah - that makes sense.  Made the fix to DIMP 1.0.1.</description> 
   <pubDate>Tue, 03 Jun 2008 18:28:29 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/6760#t45887</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
