[Tickets #12046] Re: Strange right-click bug in dynamic mode

noreply at bugs.horde.org noreply at bugs.horde.org
Sun Feb 17 22:25:33 UTC 2013


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

Ticket URL: http://bugs.horde.org/ticket/12046
------------------------------------------------------------------------------
  Ticket             | 12046
  Updated By         | Michael Slusarz <slusarz at horde.org>
  Summary            | Strange right-click bug in dynamic mode
  Queue              | IMP
  Version            | 6.0.4
  Type               | Bug
  State              | Feedback
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


Michael Slusarz <slusarz at horde.org> (2013-02-17 15:25) wrote:

> Ok, i found out where exactly the problem is. Problem appears when i  
> scroll down the message in preview long enough so the hidden part  
> above is as long (or longer) as the size between the preview and  
> selected message. Opened message probably overlaps the message list  
> so i'm not right clicking into the message list but into the opened  
> message. Do you know what i mean?

Except I can minimize the message list to, say, 2 entries and display  
an HTML message that is 2000 lines long, and scroll all the way to the  
bottom, and right-clicking still works fine on the message list.

In other words: The DOM ID previewPane DIV does extend to the top of  
the browser (and above) when scrolling to the bottom of a longer HTML  
message.  But this is irrelevant because the message rows are  
contained in the 'msglist' DIV, which is a floating element so even if  
the previewPane DIV occupies the same space, it will be displayed  
UNDER the float - not over.

You are going to need to get deeper into the browser fundamentals to  
determine why the right-click DOM event is being triggered/handled by  
this DIV instead of the msglist row.





More information about the bugs mailing list