New issue
Advanced search Search tips

Issue 670482 link

Starred by 2 users

Issue metadata

Status: Archived
Owner:
Closed: Oct 31
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Typing "p" in console prepends "p" to the input text instead of inserting it normally

Project Member Reported by michae...@chromium.org, Dec 1 2016

Issue description

Chrome Version: 57.0.2938.0
OS: Ubuntu

I have the console pulled up on an internal Chrome page. I selected an element via the Elements list, and then entered into the console:

  > var p = $0.parentElement
  <- undefined
  > p
  <- <neon-animatable route-path=​"default" class=​"iron-selected">​…​</neon-animatable>​
  > p.innerHTML
  <- [ long string here, see http://pastebin.com/raw/ZrCnwacK ]
  >

Now I'm trying to type something else, but every time I type the letter "p" (lowercase only), a "p" is inserted at the beginning of the line. The cursor position stays at the same relative position (e.g., at the end of the line).

So trying to type "foopbarpbazppp" actually inserts "pppppfoobarbaz".

I can't repro this in other windows, but it happened.
 
Owner: einbinder@chromium.org
Status: Assigned (was: Untriaged)
Status: Archived (was: Assigned)
Bulk closing low-priority issues with no activity. Please re-file and refer to the closed issue if it's essential to fix.

Sign in to add a comment