- Merge request !1257Issue #3239042: Refactor (if feasible) uses of the jQuery sizzle to use vanillaJS โ (Closed) created by hooroomoo
- Merge request !64753239042 - initial code refactor issues resolved โ (Open) created by Sam Phillemon
- Issue was unassigned.
- Status changed to Needs review
10 months ago 10:19am 14 February 2024 I am facing issues with the PHP unit tests. I am new to this and I have fixed some of them but I am unable to fix the remaining. Can someone please help with it?
- Status changed to Needs work
10 months ago 4:47am 15 February 2024 - Status changed to Needs review
10 months ago 7:22am 20 February 2024 - Status changed to Needs work
9 months ago 2:02pm 25 February 2024 The Needs Review Queue Bot โ tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- First commit to issue fork.
- Status changed to Needs review
9 months ago 2:44pm 5 March 2024 - Status changed to Needs work
9 months ago 3:27pm 5 March 2024 The Needs Review Queue Bot โ tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- Status changed to Needs review
9 months ago 5:06am 6 March 2024 - Status changed to Needs work
9 months ago 5:47am 6 March 2024 The Needs Review Queue Bot โ tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- Status changed to Needs review
9 months ago 12:24pm 18 March 2024 - Status changed to Needs work
9 months ago 5:59am 20 March 2024 The Needs Review Queue Bot โ tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- Status changed to Needs review
8 months ago 3:29pm 15 April 2024 - Status changed to Needs work
8 months ago 12:12pm 18 April 2024 The Needs Review Queue Bot โ tested this issue. It no longer applies to Drupal core. Therefore, this issue status is now "Needs work".
This does not mean that the patch necessarily needs to be re-rolled or the MR rebased. Read the Issue Summary, the issue tags and the latest discussion here to determine what needs to be done.
Consult the Drupal Contributor Guide โ to find step-by-step guides for working with issues.
- Status changed to Needs review
8 months ago 7:17am 19 April 2024 - Status changed to Needs work
8 months ago 12:52pm 19 April 2024 - ๐ซ๐ทFrance nod_ Lille
Thanks for the work!
:visible will be tricky to get right so I'd rather leave that in for now, we can always fix it in a follow-up. In some places there is a bit too much of code rewrite, if we just need to update the CSS selector it's better to just do that and not try to replace addClass and that kind of things.
So I have made the suggested changes mentioned and also kept the ':visible' as it is for now.
- ๐ฎ๐ณIndia pradhumanjainOSL
pradhumanjain2311 โ made their first commit to this issueโs fork.
- First commit to issue fork.
- ๐ฎ๐ณIndia yash.rode pune
yash.rode โ made their first commit to this issueโs fork.
- ๐ฎ๐ณIndia yash.rode pune
Hi, I also tried providing the
{"allowOther": true}
option tono-sizzle
. But couldn't find any way to do so. The other way I can think of to do this is -- adding inline comment to Eslint disable for the lines which uses:visible
and get rid of those once we figure out a solution for:visible
? - ๐ซ๐ทFrance nod_ Lille
That's my bad, the eslint configuration change is not possible I was looking at the wrong js package for documentation.
- ๐บ๐ธUnited States GrandmaGlassesRopeMan ๐
smustgrave โ credited GrandmaGlassesRopeMan โ .
- ๐บ๐ฆUkraine InternetDevels
smustgrave โ credited InternetDevels โ .
- ๐ง๐ชBelgium jelle_s Antwerp, Belgium
smustgrave โ credited jelle_s โ .
- ๐บ๐ธUnited States smustgrave
Closed as dup ๐ Selectors clean-up: filter module Needs review