Earlier quoted context omitted.
This has actually got in the way of expected functionality for me. I've often right clicked on the logo to try and open the github homepage in a new tab.
I know that in some cases it is not an option, but middle-clicking will open the link in a new tab. One of the best shortcuts I ever learned.
Try right clicking GitHub's logo
41–50 of 148 posts
Re: Try right clicking GitHub's logo
#42Earlier quoted context omitted.
Cool feature, but it block the "open link in new tab" menu option.
While I agree that designating what a user can accomplish on your page is making UX sacrifices, this is handy: Ctrl (Cmd) + Left click = open link in new tab
Not to mention the fact that a lot of add-ons add functionality to that menu.
Re: Try right clicking GitHub's logo
#43Here's how I would improve this: The lightbox that opens up asks, "Looking for the GitHub logo?" But it doesn't let you answer no. It just presumes that your answer is yes, and supplies you with what it thinks you actually want (or, more cynically, what it wants you to want). I would suggest adding a "No thanks -- just let me right-click" link at the bottom. That link would close the lightbox and prevent it from reop…
Re: Try right clicking GitHub's logo
#44I find it kind of disarming to overload not-typically-overloaded events like this though. I wonder if it'd be possible to let the right-click menu appear as normal, but background a div that pops up and give you the option of downloading the nicer logo files?
That should be possible if you do not cancel the event bubble when the overlay is shown. I did not have time to inspect their code, but I assume they are canceling the event.
Re: Try right clicking GitHub's logo
#45Earlier quoted context omitted.
I know that in some cases it is not an option, but middle-clicking will open the link in a new tab. One of the best shortcuts I ever learned.
My laptop doesn't have a middle mouse button, and it's a modern Dell. Naturally I use a real mouse when I'm on a desk, but remember that not everyone has a middle mouse button.
Re: Try right clicking GitHub's logo
#46I know that overriding expected functionality like this is considered a "no-no", but let's not loose sight of the fact that this "UX trick" was used on a logo, on the masthead, on the site's header. What do you really want if you right-click on a logo like this? If you did indeed want to right-click & save-as to get the image, this feature takes that a step further and actually offers you a selection of high-res imag…
Re: Try right clicking GitHub's logo
#47Re: Try right clicking GitHub's logo
#48I know that overriding expected functionality like this is considered a "no-no", but let's not loose sight of the fact that this "UX trick" was used on a logo, on the masthead, on the site's header. What do you really want if you right-click on a logo like this? If you did indeed want to right-click & save-as to get the image, this feature takes that a step further and actually offers you a selection of high-res imag…
This has actually got in the way of expected functionality for me. I've often right clicked on the logo to try and open the github homepage in a new tab.
[Edit]: Accidentally replied to the wrong comment :(