- Issue created by @Chi
- 🇷🇺Russia Chi
Not setting NR as the patch works only in Chrome. We probably need to change the event type to
input
to get it working correctly in all browsers. - Status changed to Needs review
over 1 year ago 5:28am 3 August 2023 - last update
over 1 year ago 29,457 pass - Status changed to RTBC
over 1 year ago 7:14am 3 August 2023 - 🇮🇳India djsagar
I applied patch #3 and it's working as accepted so we can move this as RTBC.
For reference, sharing video.Thanks!
- last update
over 1 year ago 29,458 pass - last update
over 1 year ago 29,458 pass - last update
over 1 year ago 29,459 pass - last update
over 1 year ago 29,465 pass - last update
over 1 year ago 29,465 pass - Status changed to Needs work
over 1 year ago 5:24am 14 August 2023 - 🇷🇺Russia kostyashupenko Omsk
Here is feedback from duplicated issue 🐛 Clicking X in input type search on module page on chrome does nothing Closed: duplicate
Also here is a list of people who worked on duplicated issue (to include their names in commit):
- narendrar
- marcoliver
- bnjmnm - Status changed to Needs review
over 1 year ago 5:41am 14 August 2023 - last update
over 1 year ago 29,464 pass, 1 fail - 🇷🇺Russia kostyashupenko Omsk
Updating title of the issue.
Double checked if `input` event is enough instead of keyup - seems it's working on all browsers. `keyup` event is not required anymore. But it needs tests in all browsers once again since #4 🐛 Clicking X in input type search on module page on chrome does nothing Fixed tests are not not really obvious (not clear which browser was tests, and if only one browser or not). So need to tests typing/clearing results in all browsers now - 🇩🇪Germany marcoliver Neuss, NRW, Germany
Just to repeat my last comment from the duplicate issue. bnjmnm had pointed to the
input
event as a good alternative (which I would agree to in principle), were it not for browser compatibility.https://www.drupal.org/docs/system-requirements/browser-requirements → lists Opera mini as a supported browser for Core.
https://caniuse.com/input-event states that Opera mini does not support the
input
event.So moving to the
input
event would break compatibility with that browser.My proposed solution → was to instead add a
click
event listener (which is of course not ideal, but should work across the board). The last submitted patch, 2: module-filter-3371844-2.patch, failed testing. View results →
- 🇫🇮Finland lauriii Finland
The Can I Use Opera Mini section is generated using the "Extreme data saving" mode which is not supported by Drupal: https://www.drupal.org/node/3217671 → .
- Status changed to Needs work
over 1 year ago 8:35pm 21 August 2023 - 🇺🇸United States smustgrave
Added credit from closed duplicate issue
Moving to NW for the tests
- 🇺🇸United States bnjmnm Ann Arbor, MI
Sorry if there was any confusion in the other issue that may have slowed things down. I did want to point out that browser compatibility was likely why the
keyup
event was chosen when this was initially implemented many years ago, but support forinput
has since caught up. Glad to see core catching up too 😎 - 🇮🇳India narendraR Jaipur, India
Tested manually in Chrome, Firefox and Safari and the functionality is working as expected.
One thing to add, similar problem is fixed in https://www.drupal.org/project/drupal/issues/229193 ✨ Incremental filter for permissions page Fixed with a different way. We can update
core/modules/user/user.permissions.js
code to use the solution mentioned here in this issue. - Status changed to Needs review
about 1 year ago 3:34am 6 September 2023 - Status changed to RTBC
about 1 year ago 4:07pm 8 September 2023 - 🇺🇸United States smustgrave
Not sure if this needs a test case but manual testing appears complete per #16.
Going to mark
- last update
about 1 year ago 29,470 pass, 1 fail The last submitted patch, 2: module-filter-3371844-2.patch, failed testing. View results →
- last update
about 1 year ago 29,470 pass, 1 fail The last submitted patch, 2: module-filter-3371844-2.patch, failed testing. View results →
- last update
about 1 year ago 29,471 pass - last update
about 1 year ago 29,473 pass - last update
about 1 year ago 29,477 pass - last update
about 1 year ago 29,477 pass - last update
about 1 year ago 29,474 pass, 1 fail The last submitted patch, 3: 3371844-3.patch, failed testing. View results →
- last update
about 1 year ago 29,482 pass - Status changed to Needs work
about 1 year ago 11:07am 20 September 2023 - last update
about 1 year ago 29,482 pass - Status changed to Needs review
about 1 year ago 12:00pm 20 September 2023 - Status changed to RTBC
about 1 year ago 5:48pm 25 September 2023 - 🇺🇸United States smustgrave
Going to remark as failure appeared random. @yash.rode is there a change in #22 that's missing? #3 still applies cleanly to 11.x.
- last update
about 1 year ago 29,485 pass - last update
about 1 year ago 29,642 pass - last update
about 1 year ago 29,643 pass - last update
about 1 year ago 29,643 pass - last update
about 1 year ago 29,653 pass - last update
about 1 year ago 29,653 pass - last update
about 1 year ago 29,653 pass - last update
about 1 year ago 29,653 pass - last update
about 1 year ago 29,655 pass - last update
about 1 year ago 29,658 pass - last update
about 1 year ago 29,671 pass - last update
about 1 year ago 29,672 pass - last update
about 1 year ago 29,672 pass - Status changed to Fixed
about 1 year ago 1:39pm 20 October 2023 Automatically closed - issue fixed for 2 weeks with no activity.