Fixed
Status Update
Comments
sh...@microsoft.com <sh...@microsoft.com> #2
[Empty comment from Monorail migration]
[Deleted User] <[Deleted User]> #3
skihken@, thanks for filing this bug. I had forgotten the history on the CL - please see [1] for more discussion on this.
With the internally-prefixed selector, sites can't disable (or otherwise style) the reveal button. It would seem that we should work to standardize a ::reveal selector. Something like [2]. In the meantime, due to the compat issues inhttps://crbug.com/chromium/1016844#c0 , it would seem that we should disable the reveal button in Chromium for now.
[1]https://chromium-review.googlesource.com/c/chromium/src/+/1708748
[2]https://developer.mozilla.org/en-US/docs/Web/CSS/::-ms-reveal
With the internally-prefixed selector, sites can't disable (or otherwise style) the reveal button. It would seem that we should work to standardize a ::reveal selector. Something like [2]. In the meantime, due to the compat issues in
[1]
[2]
bu...@chops-service-accounts.iam.gserviceaccount.com <bu...@chops-service-accounts.iam.gserviceaccount.com> #4
The following revision refers to this bug:
https://chromium.googlesource.com/chromium/src.git/+/990279d277704c1506f8010e38cc89165188972f
commit 990279d277704c1506f8010e38cc89165188972f
Author: Alex Keng <shihken@microsoft.com>
Date: Fri Oct 25 22:40:27 2019
Password: Add an option to enable the Reveal button on password inputs
This CL adds a new flag, PasswordReveal, so the reveal button can be enabled later
when ::reveal gets standardized.
Bug: 1016844
Change-Id: Ic4d73b5e08c0ee2c9fc554f0f2e7331b4663e89b
Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/1877141
Commit-Queue: Alex Keng <shihken@microsoft.com>
Reviewed-by: Mason Freed <masonfreed@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709674}
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/renderer/core/html/forms/password_input_type.cc
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/renderer/platform/runtime_enabled_features.json5
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/linux/virtual/controls-refresh-high-contrast/fast/forms/controls-new-ui-high-contrast/text_number_password_button_submit-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/linux/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/linux/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-twice-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/linux/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-48px-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/linux/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-4px-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/linux/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-0.5x-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/linux/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-4x-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/linux/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-mismatched_glyph-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/linux/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-small-size-alt-f8-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/linux/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-with-reveal-button-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.10/virtual/controls-refresh-high-contrast/fast/forms/controls-new-ui-high-contrast/text_number_password_button_submit-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.10/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.10/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-twice-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.10/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-48px-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.10/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-4px-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.10/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-0.5x-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.10/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-4x-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.10/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-mismatched_glyph-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.10/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-small-size-alt-f8-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.10/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-with-reveal-button-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.11/virtual/controls-refresh-high-contrast/fast/forms/controls-new-ui-high-contrast/text_number_password_button_submit-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.11/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.11/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-twice-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.11/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-48px-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.11/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-4px-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.11/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-0.5x-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.11/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-4x-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.11/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-mismatched_glyph-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.11/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-small-size-alt-f8-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.11/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-with-reveal-button-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.12/virtual/controls-refresh-high-contrast/fast/forms/controls-new-ui-high-contrast/text_number_password_button_submit-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.12/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.12/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-twice-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.12/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-48px-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.12/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-4px-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.12/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-0.5x-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.12/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-4x-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.12/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-mismatched_glyph-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.12/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-small-size-alt-f8-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-mac10.12/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-with-reveal-button-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-retina/virtual/controls-refresh-high-contrast/fast/forms/controls-new-ui-high-contrast/text_number_password_button_submit-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-retina/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-retina/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-twice-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-retina/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-48px-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-retina/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-4px-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-retina/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-0.5x-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-retina/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-4x-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-retina/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-mismatched_glyph-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-retina/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-small-size-alt-f8-expected.png
[add]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac-retina/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-with-reveal-button-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac/virtual/controls-refresh-high-contrast/fast/forms/controls-new-ui-high-contrast/text_number_password_button_submit-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-twice-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-48px-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-4px-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-0.5x-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-4x-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-mismatched_glyph-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-small-size-alt-f8-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/mac/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-with-reveal-button-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/win/virtual/controls-refresh-high-contrast/fast/forms/controls-new-ui-high-contrast/text_number_password_button_submit-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/win/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/win/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-alt-f8-twice-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/win/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-48px-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/win/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-font-size-4px-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/win/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-0.5x-expected.png
[delete]https://crrev.com/41c13f0009cf8d92025fa16136afbae94862f4f1/third_party/blink/web_tests/platform/win/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-eye-icon-zoom-4x-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/win/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-mismatched_glyph-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/win/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-small-size-alt-f8-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/win/virtual/controls-refresh/fast/forms/controls-new-ui/password/password-with-reveal-button-expected.png
[modify]https://crrev.com/990279d277704c1506f8010e38cc89165188972f/third_party/blink/web_tests/platform/win7/virtual/controls-refresh-high-contrast/fast/forms/controls-new-ui-high-contrast/text_number_password_button_submit-expected.png
commit 990279d277704c1506f8010e38cc89165188972f
Author: Alex Keng <shihken@microsoft.com>
Date: Fri Oct 25 22:40:27 2019
Password: Add an option to enable the Reveal button on password inputs
This CL adds a new flag, PasswordReveal, so the reveal button can be enabled later
when ::reveal gets standardized.
Bug: 1016844
Change-Id: Ic4d73b5e08c0ee2c9fc554f0f2e7331b4663e89b
Reviewed-on:
Commit-Queue: Alex Keng <shihken@microsoft.com>
Reviewed-by: Mason Freed <masonfreed@chromium.org>
Reviewed-by: Kent Tamura <tkent@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709674}
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[modify]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[modify]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[modify]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[add]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[modify]
[delete]
[modify]
[modify]
[modify]
[modify]
[Deleted User] <[Deleted User]> #5
With the CL in https://crbug.com/chromium/1016844#c3 , this bug is "fixed" - correct? Or at least the Reveal button is disabled by default, which removes the confusion. Perhaps there is a follow-up bug to re-enable it with a spec'd and non-prefixed pseudo-element, but that sounds like a different bug.
sh...@microsoft.com <sh...@microsoft.com> #6
correct, the reveal button is disabled by default upstream. Change this this bug to "fixed", thanks!
pc...@microsoft.com <pc...@microsoft.com> #7
[Empty comment from Monorail migration]
Description