mozilla / brackets

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
176 stars 278 forks source link

Links in Codemirror editor redirect iframe and open a new tab #342

Closed JordanTheriault closed 9 years ago

JordanTheriault commented 9 years ago

Hyperlinks in Codemirror editor (left hand side) force the link to open in the iframe and also new window. you can re-create this by:

  1. Open file tree
  2. Select CSS file
  3. Click on "color"
  4. CTRL+K (WIN) or CMD+K (OSX)
  5. Click on "Read More"
JordanTheriault commented 9 years ago

target="_blank" stops the iframe load and opens it in a new tab, but there are still two tabs.

JordanTheriault commented 9 years ago

This does not occur in Adobe Brackets, it seems to be a bramble-specific issue.

JordanTheriault commented 9 years ago

Fixed in #346