Make generated password copyable |
||||
Issue descriptionCurrently the user can see a generated password in a password field in clear text, but it's not possible to copy it. It seems that there is no apparent reason for this.
,
Mar 9 2017
If there is the confirmation field, but we filled the wrong field or hidden field, the user should be able to copy the generated password.
,
Mar 9 2017
,
Mar 14 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/2f5e4fd1fa6edfe86f3b01da639255a937c5cd20 commit 2f5e4fd1fa6edfe86f3b01da639255a937c5cd20 Author: kolos <kolos@chromium.org> Date: Tue Mar 14 16:10:19 2017 [PasswordGeneration] Makes password fields with revealed password copyable If there is the confirmation field, but we filled the wrong field or hidden field, the user should be able to copy the generated password. * Dragging passwords are not allowed at this point. PasswordGenerationAgent should listen for dragging events. Now it listens only for text changes. Let's see if dragging password is needed. * Copying DHTML are not allowed. Passwords is just text. BUG= 632617 Review-Url: https://codereview.chromium.org/2740823003 Cr-Commit-Position: refs/heads/master@{#456719} [modify] https://crrev.com/2f5e4fd1fa6edfe86f3b01da639255a937c5cd20/third_party/WebKit/Source/core/editing/Editor.cpp [modify] https://crrev.com/2f5e4fd1fa6edfe86f3b01da639255a937c5cd20/third_party/WebKit/Source/core/editing/EditorTest.cpp
,
Mar 14 2017
|
||||
►
Sign in to add a comment |
||||
Comment 1 by vabr@chromium.org
, Jul 29 2016