Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
Maintained by go/gitwatcher - Please do not modify manually. [ID: 762704]
Maintained by go/gitwatcher - Please do not modify manually. [ID: 762733]
View issue level access limits(Press Alt + Right arrow for more information)
Attachment actions
Unintended behavior
View staffing
Description
Open Google Chrome and click on the search bar (or any input field with placeholder text).
Click outside the search bar to deselect it.
Press Ctrl + A (to select all content in the field).
Press Ctrl + C (to copy the selection).
Paste (Ctrl + V) into a text editor (like Notepad).
Actual Behavior:
Selection of Placeholder Text:
After clicking on the Chrome search bar and then clicking outside, pressing Ctrl + A should highlight/select the placeholder text along with any other content.
Copying Placeholder Text:
When pressing Ctrl + C, the selected placeholder text should be copied to the clipboard.
Pasting the Content:
Upon pasting (using Ctrl + V in a text editor), the placeholder text should appear.
Expected Behavior:
Selection Issue:
After clicking outside the search bar, pressing Ctrl + A does not select the placeholder text—it remains unhighlighted.
Copying Issue:
Pressing Ctrl + C results in no text being copied to the clipboard, even though the command was executed.
Pasting Outcome:
When the content is pasted in a text editor, it remains empty because the placeholder text was never actually selected or copied.