[Tickets #10769] Re: Reply doesn't work after showing unsubscribed folders

bugs at horde.org bugs at horde.org
Tue Dec 20 03:13:00 UTC 2011


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

Ticket URL: http://bugs.horde.org/ticket/10769
------------------------------------------------------------------------------
  Ticket             | 10769
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | Reply doesn't work after showing unsubscribed folders
  Queue              | IMP
  Version            | Git master
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2011-12-19 20:13) wrote:

> The symptoms are a bit different though. The message is still  
> highlighted (from before showing all folders), but it's not marked  
> as selected internally, i.e. the preview is not displayed, and if I  
> try to drag the message, it says "0 messages..." again. I cannot  
> select any other message either.

The mailbox is unresponsive because ViewPort.isbusy is being set to  
true, but the code is crashing before it can be set back to false.   
Thus all other calls to ViewPort are entering infinite loops because  
they are waiting isbusy to return to being false.

I've hesitated putting try/catch() statements around these calls  
because it may leave the viewport in an incorrect state and, IIRC,  
errors in the try/catch statement will not bubble up to tools like  
firebug.  Although in the latter case, I think that we can re-throw  
the exception and this will fix that issue.

But the underlying issue needs to be debugged on the server where it  
is seen.  So you'll have to catch this in the future and poke around  
to discover the issue.





More information about the bugs mailing list