[Tickets #10878] IMP traditional mode links to "Hide deleted" and "Purge deleted" dows not work

bugs at horde.org bugs at horde.org
Wed Dec 21 15:04:10 UTC 2011


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/10878
------------------------------------------------------------------------------
  Ticket             | 10878
  Created By         | jcblanco at fi.upm.es
  Summary            | IMP traditional mode links to "Hide deleted" and "Purge
                     | deleted" dows not work
  Queue              | IMP
  Version            | 5.0.16
  Type               | Bug
  State              | Unconfirmed
  Priority           | 2. Medium
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


jcblanco at fi.upm.es (2011-12-21 15:04) wrote:

After upgrading to de last PEAR version in the traditional mode of IMP  
the two rightside links "Hide deleted" and "Purge deleted" does not  
work any more.

Debugging the sources I think that I've found the problem in the las  
modificacions of clickHandler function, in previous versions the call  
to e.stop() is done in each option of the if, now is done for all  
classnames except "nosort", the n is called for purgeAction and  
hideAcction classnames that causes the problem, if I change the if  
that conditions the e.stop() call to

                 if (!elt.hasClassName('nosort') &&
                     !elt.hasClassName('hideAction') &&
                     !elt.hasClassName('purgeAction')) {

All seems to works fine again but I don't know if may be other action  
classnames with the same problem





More information about the bugs mailing list