Fix typeahead on appearance:auto <select multiple size=1> [chromium/src : main]

0 views
Skip to first unread message

David Baron (Gerrit)

unread,
Apr 1, 2026, 11:06:22 AM (19 hours ago) Apr 1
to David Baron, AyeAye, Chromium LUCI CQ, blink-...@chromium.org, blink-rev...@chromium.org
Attention needed from Joey Arhar

David Baron voted Code-Review+1

Code-Review+1
Open in Gerrit

Related details

Attention is currently required from:
  • Joey Arhar
Submit Requirements:
  • requirement satisfiedCode-Coverage
  • requirement satisfiedCode-Owners
  • requirement satisfiedCode-Review
  • requirement is not satisfiedReview-Enforcement
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
Gerrit-MessageType: comment
Gerrit-Project: chromium/src
Gerrit-Branch: main
Gerrit-Change-Id: I3022fd89b65f707f2343e74fe5b99517fb5bbbc2
Gerrit-Change-Number: 7719339
Gerrit-PatchSet: 1
Gerrit-Owner: Joey Arhar <jar...@chromium.org>
Gerrit-Reviewer: David Baron <dba...@chromium.org>
Gerrit-Reviewer: Joey Arhar <jar...@chromium.org>
Gerrit-Attention: Joey Arhar <jar...@chromium.org>
Gerrit-Comment-Date: Wed, 01 Apr 2026 15:06:14 +0000
Gerrit-HasComments: No
Gerrit-Has-Labels: Yes
satisfied_requirement
unsatisfied_requirement
open
diffy

David Baron (Gerrit)

unread,
Apr 1, 2026, 11:07:18 AM (19 hours ago) Apr 1
to David Baron, AyeAye, Chromium LUCI CQ, blink-...@chromium.org, blink-rev...@chromium.org
Attention needed from Joey Arhar

David Baron added 1 comment

File third_party/blink/web_tests/wpt_internal/html/semantics/forms/the-select-element/select-multiple-popup-auto-typeahead.html
Line 37, Patchset 1 (Latest): 'No options should be selected after using typeahead.');
David Baron . unresolved

though maybe also worth testing here that the picker is still open?

Open in Gerrit

Related details

Attention is currently required from:
  • Joey Arhar
Submit Requirements:
    • requirement satisfiedCode-Coverage
    • requirement satisfiedCode-Owners
    • requirement satisfiedCode-Review
    • requirement is not satisfiedNo-Unresolved-Comments
    • requirement is not satisfiedReview-Enforcement
    Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
    Gerrit-MessageType: comment
    Gerrit-Project: chromium/src
    Gerrit-Branch: main
    Gerrit-Change-Id: I3022fd89b65f707f2343e74fe5b99517fb5bbbc2
    Gerrit-Change-Number: 7719339
    Gerrit-PatchSet: 1
    Gerrit-Owner: Joey Arhar <jar...@chromium.org>
    Gerrit-Reviewer: David Baron <dba...@chromium.org>
    Gerrit-Reviewer: Joey Arhar <jar...@chromium.org>
    Gerrit-Attention: Joey Arhar <jar...@chromium.org>
    Gerrit-Comment-Date: Wed, 01 Apr 2026 15:07:10 +0000
    Gerrit-HasComments: Yes
    Gerrit-Has-Labels: No
    satisfied_requirement
    unsatisfied_requirement
    open
    diffy

    Joey Arhar (Gerrit)

    unread,
    Apr 1, 2026, 3:59:16 PM (14 hours ago) Apr 1
    to David Baron, AyeAye, Chromium LUCI CQ, blink-...@chromium.org, blink-rev...@chromium.org

    Joey Arhar voted and added 1 comment

    Votes added by Joey Arhar

    Code-Review+1
    Commit-Queue+2

    1 comment

    File third_party/blink/web_tests/wpt_internal/html/semantics/forms/the-select-element/select-multiple-popup-auto-typeahead.html
    Line 37, Patchset 1: 'No options should be selected after using typeahead.');
    David Baron . resolved

    though maybe also worth testing here that the picker is still open?

    Joey Arhar

    Done

    Open in Gerrit

    Related details

    Attention set is empty
    Submit Requirements:
      • requirement satisfiedCode-Coverage
      • requirement satisfiedCode-Owners
      • requirement satisfiedCode-Review
      • requirement satisfiedReview-Enforcement
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: comment
      Gerrit-Project: chromium/src
      Gerrit-Branch: main
      Gerrit-Change-Id: I3022fd89b65f707f2343e74fe5b99517fb5bbbc2
      Gerrit-Change-Number: 7719339
      Gerrit-PatchSet: 2
      Gerrit-Owner: Joey Arhar <jar...@chromium.org>
      Gerrit-Reviewer: David Baron <dba...@chromium.org>
      Gerrit-Reviewer: Joey Arhar <jar...@chromium.org>
      Gerrit-Comment-Date: Wed, 01 Apr 2026 19:59:05 +0000
      Gerrit-HasComments: Yes
      Gerrit-Has-Labels: Yes
      Comment-In-Reply-To: David Baron <dba...@chromium.org>
      satisfied_requirement
      open
      diffy

      Chromium LUCI CQ (Gerrit)

      unread,
      Apr 1, 2026, 7:15:22 PM (11 hours ago) Apr 1
      to David Baron, AyeAye, blink-...@chromium.org, blink-rev...@chromium.org

      Chromium LUCI CQ submitted the change

      Change information

      Commit message:
      Fix typeahead on appearance:auto <select multiple size=1>

      Typeahead was selecting options instead of just focusing them like it
      does for appearance:auto <select>, but since this mode uses a base
      appearance style popover and doesn't have selection-follows-focus, it
      should just focus the options without selecting them.
      Fixed: 496002560
      Change-Id: I3022fd89b65f707f2343e74fe5b99517fb5bbbc2
      Reviewed-by: Joey Arhar <jar...@chromium.org>
      Commit-Queue: Joey Arhar <jar...@chromium.org>
      Reviewed-by: David Baron <dba...@chromium.org>
      Cr-Commit-Position: refs/heads/main@{#1608844}
      Files:
      • M third_party/blink/renderer/core/html/forms/html_select_element.cc
      • A third_party/blink/web_tests/wpt_internal/html/semantics/forms/the-select-element/select-multiple-popup-auto-typeahead.html
      Change size: S
      Delta: 2 files changed, 42 insertions(+), 1 deletion(-)
      Branch: refs/heads/main
      Submit Requirements:
      • requirement satisfiedCode-Review: +1 by Joey Arhar, +1 by David Baron
      Open in Gerrit
      Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. DiffyGerrit
      Gerrit-MessageType: merged
      Gerrit-Project: chromium/src
      Gerrit-Branch: main
      Gerrit-Change-Id: I3022fd89b65f707f2343e74fe5b99517fb5bbbc2
      Gerrit-Change-Number: 7719339
      Gerrit-PatchSet: 3
      Gerrit-Owner: Joey Arhar <jar...@chromium.org>
      Gerrit-Reviewer: Chromium LUCI CQ <chromiu...@luci-project-accounts.iam.gserviceaccount.com>
      open
      diffy
      satisfied_requirement
      Reply all
      Reply to author
      Forward
      0 new messages