We have the standard Account page layout which we are opening from Service Cloud Console, the Account page layout has a Skuid visualforce page embedded.
Page loads fine and includes a table of related cases, though when we click the Case Number it opens in itself, rather than a new console tab. If we open a case from standard related list, it pops out into new tab and sits under account. Skuid visualforce page code: <apex:page action="{!redirect}&page=InternalAccountDetail" extensions="skuid.Redirects" standardController="Account">
</apex:page>