<?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>Broken notification in compose window</title> 
  <pubDate>Sat, 04 Apr 2026 09:38:42 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/9950</link> 
  <atom:link rel="self" type="application/rss+xml" title="Broken notification in compose window" href="https://bugs.horde.org/ticket/9950/rss" /> 
  <description>Broken notification in compose window</description> 
 
   
   
  <item> 
   <title>If opening the compose window triggers a notification, this </title> 
   <description>If opening the compose window triggers a notification, this notification isn&#039;t displayed anywhere. If that notification contains audio, the audio tag is printed before starting the page output. Commit fdd357ede9d2452c6db34f8a6282d456cfb9402c was supposed to fix that, but it broke other things.</description> 
   <pubDate>Thu, 21 Apr 2011 16:01:11 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64027</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Bug #9950: F</title> 
   <description>Changes have been made in Git for this ticket:

Bug #9950: Fix notifications in compose window (dynamic view)

 1 files changed, 4 insertions(+), 0 deletions(-)
http://git.horde.org/horde-git/-/commit/d24291a4c369b4a81a04c01541026acce6e823a0</description> 
   <pubDate>Thu, 21 Apr 2011 16:32:00 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64029</link> 
  </item> 
   
  <item> 
   <title>Does this fix what you were seeing?</title> 
   <description>Does this fix what you were seeing?</description> 
   <pubDate>Thu, 21 Apr 2011 16:42:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64030</link> 
  </item> 
   
  <item> 
   <title>Yes</title> 
   <description>Yes</description> 
   <pubDate>Thu, 21 Apr 2011 17:12:12 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64032</link> 
  </item> 
   
  <item> 
   <title>Actually not quite yet. The sound notifications are now outp</title> 
   <description>Actually not quite yet. The sound notifications are now output between the head and body tags.

And they are raised several times if you had several notifications piling up. Though this might be a problem of audio notifications not being used in the main interface. It makes them pile up, and they are all outputed at once (making a terrible noise) if you open a page that supports audio notifications. I&#039;m not sure if we should implement a duplicate check in the audio notification listener. But for now we should either support audio notifications throughout DIMP or check for duplicates where we output the notifications in DIMP.</description> 
   <pubDate>Tue, 03 May 2011 10:19:41 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64408</link> 
  </item> 
   
  <item> 
   <title>&gt; And they are raised several times if you had several notif</title> 
   <description>&gt; And they are raised several times if you had several notifications 
&gt; piling up. Though this might be a problem of audio notifications not 
&gt; being used in the main interface. It makes them pile up, and they are 
&gt; all outputed at once (making a terrible noise) if you open a page 
&gt; that supports audio notifications. I&#039;m not sure if we should 
&gt; implement a duplicate check in the audio notification listener. But 
&gt; for now we should either support audio notifications throughout DIMP 
&gt; or check for duplicates where we output the notifications in DIMP.

I think this issue is more of a fundamental flaw (or, at least, a limitation) in the current Notification system.  At present, there really is no way to push a notification with the intent of &quot;I want the notification to be displayed on this page access and, if not, you can go ahead and discard the notification&quot;.  Especially for things like newmail notifications, this is time-critical information.  It becomes useless once the page access is complete.

I&#039;ve worked around the limitation in IMP (somewhat) by using Decorators.  Decorators were used simply because they are triggered whenever notify() is called.  Thus, I only create notifications if I know the notifications are about to be displayed.

However, an alternative method would be to indicate, at the time we are pushing the notification, whether the notification should persist in the session.  (Although an advantage of doing the Decorator approach is to prevent potentially costly activities, such as mailbox polling, when there is absolutely no chance it would be used on a page).</description> 
   <pubDate>Thu, 05 May 2011 16:42:38 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64482</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Bug #9950: F</title> 
   <description>Changes have been made in Git for this ticket:

Bug #9950: Fix notifications in dimp popup screens

 4 files changed, 6 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/1e9e1316ee5f730cd724f13ed215098e5686475b</description> 
   <pubDate>Thu, 05 May 2011 16:48:27 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64483</link> 
  </item> 
   
  <item> 
   <title>&gt; Actually not quite yet. The sound notifications are now ou</title> 
   <description>&gt; Actually not quite yet. The sound notifications are now output 
&gt; between the head and body tags.

Hopefully these new fixes work better.  Also fixed the message popup window.</description> 
   <pubDate>Thu, 05 May 2011 16:48:56 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64484</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; Actually not quite yet. The sound notifications are now o</title> 
   <description>&gt;&gt; Actually not quite yet. The sound notifications are now output
&gt;&gt; between the head and body tags.
&gt;
&gt; Hopefully these new fixes work better.  Also fixed the message popup window.

Ping - at least on this fix?</description> 
   <pubDate>Wed, 11 May 2011 06:25:16 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64570</link> 
  </item> 
   
  <item> 
   <title>&gt; Changes have been made in Git for this ticket:
&gt;
&gt; Bug #</title> 
   <description>&gt; Changes have been made in Git for this ticket:
&gt;
&gt; Bug #9950: Fix notifications in dimp popup screens
&gt;
&gt;  4 files changed, 6 insertions(+), 1 deletions(-)
&gt; http://git.horde.org/horde-git/-/commit/1e9e1316ee5f730cd724f13ed215098e5686475b

with this patch, I get the following errors :
NOTICE: HORDE [imp] PHP ERROR: Undefined variable: status [pid 26255 on line 279 of &quot;/var/www/html/hordetest/imp/compose-dimp.php


</description> 
   <pubDate>Mon, 16 May 2011 13:06:53 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64681</link> 
  </item> 
   
  <item> 
   <title>Changes have been made in Git for this ticket:

Bug #9950: F</title> 
   <description>Changes have been made in Git for this ticket:

Bug #9950: Fix undefined error

 1 files changed, 0 insertions(+), 1 deletions(-)
http://git.horde.org/horde-git/-/commit/71215a4e0f57a15614556de24efc5f7f20d7c442</description> 
   <pubDate>Tue, 17 May 2011 04:46:03 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64716</link> 
  </item> 
   
  <item> 
   <title>&gt;&gt; Changes have been made in Git for this ticket:
&gt;&gt;
&gt;&gt; Bu</title> 
   <description>&gt;&gt; Changes have been made in Git for this ticket:
&gt;&gt;
&gt;&gt; Bug #9950: Fix notifications in dimp popup screens
&gt;&gt;
&gt;&gt;  4 files changed, 6 insertions(+), 1 deletions(-)
&gt;&gt; http://git.horde.org/horde-git/-/commit/1e9e1316ee5f730cd724f13ed215098e5686475b
&gt;
&gt; with this patch, I get the following errors :
&gt; NOTICE: HORDE [imp] PHP ERROR: Undefined variable: status [pid 26255 
&gt; on line 279 of &quot;/var/www/html/hordetest/imp/compose-dimp.php

Fixed.  That&#039;s just a cosmetic error - it doesn&#039;t break anything.
</description> 
   <pubDate>Tue, 17 May 2011 04:46:28 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64717</link> 
  </item> 
   
  <item> 
   <title>&gt; Actually not quite yet. The sound notifications are now ou</title> 
   <description>&gt; Actually not quite yet. The sound notifications are now output 
&gt; between the head and body tags.

This is fixed now.</description> 
   <pubDate>Tue, 17 May 2011 08:27:14 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64722</link> 
  </item> 
   
  <item> 
   <title>I&#039;m going to close this ticket.  Re: duplicate notifications</title> 
   <description>I&#039;m going to close this ticket.  Re: duplicate notifications - as discussed below, this is a limitation of the current Notification system.  Will add a new Enhancement ticket to track this.</description> 
   <pubDate>Wed, 18 May 2011 18:08:38 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/9950#t64824</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
