And yep, I do instinctively open nearly everything in a new tab

Then what do you care what the default target is? In a reasonable browser, requesting that a link be opened into a tab should open it in a tab even if target="_new" is the suggested default behavior in the HTML of the link. This is how my copy of Mozilla behaves.

I hate it when a link is javascript or something and it doesn't want to act like normal HTML

I was not considering javascript nor indeed anything other than HTML.

So the suggested feature would only affect you when you forget to open the link in a new tab. In that case, would you rather have a new window pop up which you can just close if it bothers you, or have the in-process preview be replaced by a new page with the risk that going "Back" doesn't restore your text from the browser cache and the node contents that you were composing are simply lost?

I don't find that design decision at all difficult (and I particularly dislike target="_new" in most cases).

Further, for this particular use, I'd find jumping between two tabs (only one of which can be visible at once) to be the wrong way to consult a thread while I was composing a reply to it. So, even if I were in the habit of opening links into tabs, in this particular case I'd make an exception and open a new window so I could view the original node while I'm typing the reply.

- tye        


In reply to Re^5: Jump to head (replying to) by tye
in thread Jump to head by andyf

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.