I have a problem with some of Google's web apps, where they don't let me middle-click a link to a separate document. I use the heck out of tabs and I can't stand when they mess with that ability.
I CAN middle-click the following Google link types:
Same functionality as right-clicking and choosing New Tab. This limitation occurs when there is either no href value for a link or some other element being used as a clickable element, in both cases the action can only occur with a javascript onclick event. This is something that in most cases could be taken into account by always starting with an anchor tag and then adding styles and javascript events.
>This is something that in most cases could be taken into account by always starting with an anchor tag and then adding styles and javascript events. //
Would that really take it into account? Surely you'd be loading a new link without the state that the client has created, you'd need to push the state to the server and construct the links based on that - at which point it seems you're duplicating effort at the server and client.
I CAN middle-click the following Google link types:
- Search Result
- Plus User Name/Icon
- Plus Link in Post
- Some links in Google Help.
I CANNOT middle-click the following:
- Map Search Result
- Plus "Fun & Interesting" results
- GMail Message
- Some links in Google Help.