<?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>signature doesn&#039;t update when you switch identities while using HTML editor</title> 
  <pubDate>Tue, 07 Apr 2026 02:41:35 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/3753</link> 
  <atom:link rel="self" type="application/rss+xml" title="signature doesn&#039;t update when you switch identities while using HTML editor" href="https://bugs.horde.org/ticket/3753/rss" /> 
  <description>signature doesn&#039;t update when you switch identities while using HTML editor</description> 
 
   
   
  <item> 
   <title>If the  composition editor is in HTML mode, switching identi</title> 
   <description>If the  composition editor is in HTML mode, switching identities doesn&#039;t switch the signature.



I can replicate this in IMP 4.0.4 and 4.1</description> 
   <pubDate>Mon, 10 Apr 2006 18:50:48 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t18733</link> 
  </item> 
   
  <item> 
   <title>I&#039;m sure we already have a ticket for that, but I can&#039;t find</title> 
   <description>I&#039;m sure we already have a ticket for that, but I can&#039;t find it. The problem is that browsers (at least Gecko) are returning different HTML code each time you request it, when using the WYSIWYG editor. Thus we can&#039;t find the HTML code we need to replace the signature.</description> 
   <pubDate>Tue, 11 Apr 2006 08:28:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t18757</link> 
  </item> 
   
  <item> 
   <title>Is there a reason that we wouldn&#039;t want to do a &lt;div class=&quot;</title> 
   <description>Is there a reason that we wouldn&#039;t want to do a &lt;div class=&quot;emailSignature&quot;&gt;&lt;/div&gt;, then?</description> 
   <pubDate>Fri, 03 Aug 2007 15:06:37 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t35706</link> 
  </item> 
   
  <item> 
   <title>&gt; Is there a reason that we wouldn&#039;t want to do a &lt;div 

&gt; c</title> 
   <description>&gt; Is there a reason that we wouldn&#039;t want to do a &lt;div 

&gt; class=&quot;emailSignature&quot;&gt;&lt;/div&gt;, then?



Other than it might be a bit difficult to catch via regex when switching modes (?)  Then again, I guess we already kind of do this in javascript code currently so maybe it wouldn&#039;t be that hard.</description> 
   <pubDate>Tue, 07 Aug 2007 19:25:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t35825</link> 
  </item> 
   
  <item> 
   <title>I think I&#039;ve nailed this now, using a marker comment instead</title> 
   <description>I think I&#039;ve nailed this now, using a marker comment instead of a div.</description> 
   <pubDate>Wed, 29 Aug 2007 20:37:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t36476</link> 
  </item> 
   
  <item> 
   <title>This change breaks messages where the signature happens to b</title> 
   <description>This change breaks messages where the signature happens to be inside the message body, e.g. in a longer thread where the original signature has been quoted.</description> 
   <pubDate>Thu, 06 Sep 2007 11:03:46 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t36720</link> 
  </item> 
   
  <item> 
   <title>I&#039;m not positive I follow. Can you give me an example of tha</title> 
   <description>I&#039;m not positive I follow. Can you give me an example of that? And does that happen in the HTML editor only, or in plain text as well?</description> 
   <pubDate>Sat, 13 Oct 2007 03:20:05 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t37666</link> 
  </item> 
   
  <item> 
   <title>Happens only with HTML. If I get a reply to one of my messag</title> 
   <description>Happens only with HTML. If I get a reply to one of my messages with my message including my signature quoted, and then reply again to that message, and then switch the identity, not only my bottom-most signature is replaced, but large parts of the message disappear. Probably everything from the first (quoted) appearance of my signature, to the last.</description> 
   <pubDate>Mon, 15 Oct 2007 13:13:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t37681</link> 
  </item> 
   
  <item> 
   <title>I&#039;m not having any luck reproducing this. My guess is that s</title> 
   <description>I&#039;m not having any luck reproducing this. My guess is that somewhere there&#039;s a regex that&#039;s too greedy, though - can you maybe look at the HTML source and see if the html comments we&#039;re using to delimit the signature are being put around too much text?</description> 
   <pubDate>Sat, 27 Oct 2007 22:21:59 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t38182</link> 
  </item> 
   
  <item> 
   <title>I think the issue is, that if you start typing a html messag</title> 
   <description>I think the issue is, that if you start typing a html message, the typed characters go *after* the comment, because the &lt;p&gt; with the signature is the first element in the dom, so that&#039;s where you end up, if the cursor gets the focus in the wysiwyg editor.</description> 
   <pubDate>Fri, 23 Nov 2007 16:03:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t38962</link> 
  </item> 
   
  <item> 
   <title>I just tried again and I still can&#039;t reproduce this. Jan, ca</title> 
   <description>I just tried again and I still can&#039;t reproduce this. Jan, can you please try, since you&#039;re the one seeing it?</description> 
   <pubDate>Fri, 23 Nov 2007 23:49:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t38972</link> 
  </item> 
   
  <item> 
   <title>Worked around by adding an empty paragraph in front of the s</title> 
   <description>Worked around by adding an empty paragraph in front of the signature so that you focus the cursor outside the signature.</description> 
   <pubDate>Thu, 13 Dec 2007 17:32:22 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t39775</link> 
  </item> 
   
  <item> 
   <title>&gt; Worked around by adding an empty paragraph in front of the</title> 
   <description>&gt; Worked around by adding an empty paragraph in front of the signature 

&gt; so that you focus the cursor outside the signature.



I am trying to get this fix applied at my hosting company. Can you tell me how this fix is applied and where to find the fix?



Thanks</description> 
   <pubDate>Thu, 17 Apr 2008 01:27:45 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/3753#t44688</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
