New issue
Advanced search Search tips

Issue 630058 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Sep 2016
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Devtools console selects too much on triple click

Project Member Reported by einbinder@chromium.org, Jul 21 2016

Issue description

Version: 51.0.2704.106
OS: Linux

What steps will reproduce the problem?
(1)In the console: x = [1,2,3,4,5];
(2)Hit enter
(3)Triple click anywhere on the line "x = [1,2,3,4,5]" to select it
(4)Ctrl+C
(5)Click back to the console, Ctrl+V

What is the expected output?
Just the line "x = [1,2,3,4,5]" was copied

What do you see instead?
x = [1,2,3,4,5];
[1, 2, 3, 4, 5]

Please use labels and text to provide additional information.

 

Comment 1 by l...@chromium.org, Jul 22 2016

Components: Platform>DevTools

Comment 2 by l...@chromium.org, Sep 27 2016

Status: Fixed (was: Assigned)
I just tested this on 55.0.2873.0 Linux, and it looks like it was fixed.  Likely after https://codereview.chromium.org/2340223002/ landed.

Sign in to add a comment