- Issue created by @danielveza
- ๐ฏ๐ตJapan tom konda Kanagawa, Japan
tom konda โ made their first commit to this issueโs fork.
- ๐ฏ๐ตJapan tom konda Kanagawa, Japan
I removed more than half of jQuery code from FunctionalJavascript tests.
But several code are not removed because of following reasons.- jQuery specific pseudo selector
Some tests include jQuery pseudo selector such as
:focus
,:visible
and:animated
.
:visible
is not removed in ๐ Refactor (if feasible) uses of the jQuery sizzle to use vanillaJS Needs work . - jQuery.data()
The Drupal\FunctionalJavascriptTests\Ajax\CommandsTest includes jQuery.data().
This function is tried to remove from core JavaScript ๐ Refactor (if feasible) uses of the jQuery data function to use Vanilla/native Active , now still go on. - Intentional jQuery usage
The Drupal\FunctionalJavascriptTests\Dialog\DialogDeprecationsTest intents on to be triggered deprecated jQuery event and the Drupal\FunctionalJavascriptTests\Ajax\AjaxText checks output of JavaScript Ajax theming functions which return jQuery object.
- jQuery specific pseudo selector