Issue 373: Changelog revision history does not respond to Windows popup menu 
accelerator
http://bitbucket.org/tortoisehg/stable/issue/373/changelog-revision-history-does-not-respond-to-windows-popup-menu

drocco on Sat, 25 Jul 2009 03:45:42 +0200:

Comment:
  Do you mean the selected row or the focused row?  They are not necessarily 
the same; for example

1.  Left-click a revision.  That revision is now focused and selected.

2.  Hold down Ctrl and press the down arrow (or up arrow) a couple of times.  
You now have a selected row (colored background) and a focused row (dotted 
outline on my Win7 system).

Perhaps a consistent way to handle the alternate popup menus would be to use 
the selected/focused state:

*   if the selection and focus are the same or there is no selection, show the 
main changeset menu for the focused row

*   if the selection and focus are different, show the alternate 'diff to' menu 

Right-clicking a row would 1) focus that row, leaving the selection unchanged, 
and 2) show the appropriate menu according to the logic above.  The keyboard 
shortcut would use the same logic to display whichever menu is appropriate to 
the current focus/selection state.

-- 
This is an issue notification from bitbucket.org.
You are receiving this either because you are the
owner of the issue, or you are following the issue.

------------------------------------------------------------------------------
_______________________________________________
Tortoisehg-develop mailing list
Tortoisehg-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop

Reply via email to