New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 612610 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: May 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

DevTools: hyperlinks ending with closing parenthesis in console not fully underlined

Project Member Reported by l...@chromium.org, May 17 2016

Issue description

Repro steps:
1) console.log("https://www.google.com/()")
2) Hover/click mouse on the printed result

Expected:
- Underline should appear under the entire url

Likely a regex bug in parsing urls.
 

Comment 1 by allada@chromium.org, May 19 2016

Status: WontFix (was: Assigned)
After reviewing this, it appears it will cause problems with intended use.

This is the line that does it, but it causes a problem with inspector-enabled/sources/debugger/linkifier.html test.

https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/devtools/front_end/components/Linkifier.js&q=WebKit/Source/devtools/front_end/components/Linkifier.js&sq=package:chromium&l=447

Sign in to add a comment