GNOME Bugzilla – Bug 761288
roomList: right-click on row triggers popover, left-click on rowheader triggers popover
Last modified: 2016-01-29 14:43:42 UTC
I'm finding myself trying to right-click the rowheader to trigger the connection popover (since that's how you trigger the popover for normal rows). Since our rowheaders look very identical to rows, perhaps we could begin to trigger the popover on both left-click and right-click?
The following fix has been pushed: fbb86b2 roomList: Allow right-clicks to trigger header popover
Created attachment 320020 [details] [review] roomList: Allow right-clicks to trigger header popover Unlike rows, where we distinguish between primary (activating the room) and secondary action (showing the context popover), room headers only have a single possible action - triggering the popover. It isn't really useful to restrict that to left clicks, so simply treat secondary button events as primary ones.