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

Cannot open helpful links within the HTMLHinter #128

Closed AJDBenner closed 9 years ago

AJDBenner commented 9 years ago

When an error like this is displayed

screen shot 2015-03-20 at 1 42 24 pm

The user is unable to click the link to be redirected to a list of CSS properties. This error message shows in the console.

screen shot 2015-03-20 at 1 42 49 pm

The user is also unable to right click on the link to open in a new tab. Is there a way around this to allow a right click to open the link in a new tab?

humphd commented 9 years ago

It's probably just that we need to implement opening a link in a new tab here:

https://github.com/humphd/brackets/blob/bramble/src/thirdparty/browser-appshell.js#L74-L79

gideonthomas commented 9 years ago

@AJDBenner you can take this bug if you want

AJDBenner commented 9 years ago

https://github.com/humphd/brackets/pull/135 fixes this issue.